/* Navicat Premium Data Transfer Source Server : mac_SQLServer2019 Source Server Type : SQL Server Source Server Version : 15004188 Source Host : 192.168.1.199:1433 Source Catalog : JEECGBOOT Source Schema : dbo Target Server Type : SQL Server Target Server Version : 15004188 File Encoding : 65001 Date: 17/10/2022 14:19:44 */ -- ---------------------------- -- Table structure for ai_control_single -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ai_control_single]') AND type IN ('U')) DROP TABLE [dbo].[ai_control_single] GO CREATE TABLE [dbo].[ai_control_single] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [price] decimal(10,2) NULL, [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [mi_ma] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [xiala] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [danxuan] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [duoxuan] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [kaiguan] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [riqi] date NULL, [nyrsfm] datetime2(7) NULL, [shijian] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [wenjian] nvarchar(250) COLLATE Chinese_PRC_CI_AS NULL, [tupian] nvarchar(250) COLLATE Chinese_PRC_CI_AS NULL, [dhwb] nvarchar(250) COLLATE Chinese_PRC_CI_AS NULL, [xldx] nvarchar(250) COLLATE Chinese_PRC_CI_AS NULL, [xlss] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [popup] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [popback] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [flzds] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [bmxz] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [yhxz] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [fwb] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [markdown] varbinary(max) NULL, [shq] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [ldzuy] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [ldzje] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [ldzjs] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zdys] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [yuanjia] float(53) NULL, [geshu] int NULL, [jycs] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [province] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [zdmrz] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [zdbxl] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zdbdx] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zdbduoxuan] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zdbxldx] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zddtjxl] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zddtjdx] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zddtjduox] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zddtjxldx] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [zddtjxlss] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ai_control_single] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'单价', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'price' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'密码', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'mi_ma' GO EXEC sp_addextendedproperty 'MS_Description', N'字典下拉', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'xiala' GO EXEC sp_addextendedproperty 'MS_Description', N'字典单选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'danxuan' GO EXEC sp_addextendedproperty 'MS_Description', N'字典多选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'duoxuan' GO EXEC sp_addextendedproperty 'MS_Description', N'开关', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'kaiguan' GO EXEC sp_addextendedproperty 'MS_Description', N'日期', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'riqi' GO EXEC sp_addextendedproperty 'MS_Description', N'年月日时分秒', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'nyrsfm' GO EXEC sp_addextendedproperty 'MS_Description', N'时间', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'shijian' GO EXEC sp_addextendedproperty 'MS_Description', N'文件', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'wenjian' GO EXEC sp_addextendedproperty 'MS_Description', N'图片', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'tupian' GO EXEC sp_addextendedproperty 'MS_Description', N'多行文本框', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'dhwb' GO EXEC sp_addextendedproperty 'MS_Description', N'字典下拉多选框', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'xldx' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表下拉搜索框', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'xlss' GO EXEC sp_addextendedproperty 'MS_Description', N'popup弹窗', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'popup' GO EXEC sp_addextendedproperty 'MS_Description', N'popback', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'popback' GO EXEC sp_addextendedproperty 'MS_Description', N'分类字典树', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'flzds' GO EXEC sp_addextendedproperty 'MS_Description', N'部门选择', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'bmxz' GO EXEC sp_addextendedproperty 'MS_Description', N'用户选择', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'yhxz' GO EXEC sp_addextendedproperty 'MS_Description', N'富文本', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'fwb' GO EXEC sp_addextendedproperty 'MS_Description', N'markdown', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'markdown' GO EXEC sp_addextendedproperty 'MS_Description', N'省市区', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'shq' GO EXEC sp_addextendedproperty 'MS_Description', N'联动组件一', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'ldzuy' GO EXEC sp_addextendedproperty 'MS_Description', N'联动组件二', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'ldzje' GO EXEC sp_addextendedproperty 'MS_Description', N'联动组件三', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'ldzjs' GO EXEC sp_addextendedproperty 'MS_Description', N'自定义树', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zdys' GO EXEC sp_addextendedproperty 'MS_Description', N'double类型', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'yuanjia' GO EXEC sp_addextendedproperty 'MS_Description', N'integer类型', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'geshu' GO EXEC sp_addextendedproperty 'MS_Description', N'唯一检验', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'jycs' GO EXEC sp_addextendedproperty 'MS_Description', N'输入2到10位的字母', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'province' GO EXEC sp_addextendedproperty 'MS_Description', N'自定义查询', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zdmrz' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表下拉', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zdbxl' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表单选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zdbdx' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表多选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zdbduoxuan' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表下拉多选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zdbxldx' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表带条件下拉', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zddtjxl' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表带条件单选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zddtjdx' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表带条件多选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zddtjduox' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表带条件下拉多选', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zddtjxldx' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表带条件下拉搜索', 'SCHEMA', N'dbo', 'TABLE', N'ai_control_single', 'COLUMN', N'zddtjxlss' GO -- ---------------------------- -- Records of ai_control_single -- ---------------------------- INSERT INTO [dbo].[ai_control_single] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [price], [name], [mi_ma], [xiala], [danxuan], [duoxuan], [kaiguan], [riqi], [nyrsfm], [shijian], [wenjian], [tupian], [dhwb], [xldx], [xlss], [popup], [popback], [flzds], [bmxz], [yhxz], [fwb], [markdown], [shq], [ldzuy], [ldzje], [ldzjs], [zdys], [yuanjia], [geshu], [jycs], [province], [zdmrz], [zdbxl], [zdbdx], [zdbduoxuan], [zdbxldx], [zddtjxl], [zddtjdx], [zddtjduox], [zddtjxldx], [zddtjxlss]) VALUES (N'1580544512563490817', N'admin', N'2022-10-13 21:02:31.0000000', N'admin', N'2022-10-13 21:04:28.0000000', N'A01', N'22.00', N'22333', N'33333', N'', N'2', N'2', N'1', N'2022-10-06', N'2022-10-13 03:00:05.0000000', N'00:00:02', N'', N'temp/appdev_1665666175437.png', N'商品名称:22333,单价:22', N'', N'', N'zhangsan', N'张三', N'1183693534173069314', N'c6d7cb4deeac411cb3384b1b31278596', N'zhangsan', N'

11

', 0x3232, N'140303', N'', N'', N'', N'1185039122143719425', NULL, NULL, N'', N'', N'1', N'', N'63775228b7b041a99825f79760590b7d', N'63775228b7b041a99825f79760590b7d', N'57197590443c44f083d42ae24ef26a2c', N'', N'zhagnxiao', N'zhagnxiao', N'admin', N'admin') GO INSERT INTO [dbo].[ai_control_single] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [price], [name], [mi_ma], [xiala], [danxuan], [duoxuan], [kaiguan], [riqi], [nyrsfm], [shijian], [wenjian], [tupian], [dhwb], [xldx], [xlss], [popup], [popback], [flzds], [bmxz], [yhxz], [fwb], [markdown], [shq], [ldzuy], [ldzje], [ldzjs], [zdys], [yuanjia], [geshu], [jycs], [province], [zdmrz], [zdbxl], [zdbdx], [zdbduoxuan], [zdbxldx], [zddtjxl], [zddtjdx], [zddtjduox], [zddtjxldx], [zddtjxlss]) VALUES (N'1580562545285672961', N'admin', N'2022-10-13 22:14:10.0000000', NULL, NULL, N'A01', N'333.00', N'测试js增强设置默认值', NULL, NULL, NULL, NULL, N'2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[ai_control_single] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [price], [name], [mi_ma], [xiala], [danxuan], [duoxuan], [kaiguan], [riqi], [nyrsfm], [shijian], [wenjian], [tupian], [dhwb], [xldx], [xlss], [popup], [popback], [flzds], [bmxz], [yhxz], [fwb], [markdown], [shq], [ldzuy], [ldzje], [ldzjs], [zdys], [yuanjia], [geshu], [jycs], [province], [zdmrz], [zdbxl], [zdbdx], [zdbduoxuan], [zdbxldx], [zddtjxl], [zddtjdx], [zddtjduox], [zddtjxldx], [zddtjxlss]) VALUES (N'1580563072002174977', N'admin', N'2022-10-13 22:16:16.0000000', NULL, NULL, N'A01', NULL, N'测试js增强设置默认值222', NULL, NULL, NULL, NULL, N'2', NULL, NULL, NULL, NULL, NULL, N'我的名称是:测试js增强设置默认值222', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for ces_order_customer -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ces_order_customer]') AND type IN ('U')) DROP TABLE [dbo].[ces_order_customer] GO CREATE TABLE [dbo].[ces_order_customer] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [birthday] datetime2(7) NULL, [age] int NULL, [address] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL, [order_main_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ces_order_customer] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'客户名字', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'客户性别', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'客户生日', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'常用地址', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'address' GO EXEC sp_addextendedproperty 'MS_Description', N'订单ID', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_customer', 'COLUMN', N'order_main_id' GO -- ---------------------------- -- Records of ces_order_customer -- ---------------------------- INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'1281792646935842818', N'admin', N'2020-07-11 11:29:16.0000000', NULL, NULL, N'A01', NULL, NULL, NULL, NULL, NULL, N'1260135645520654338') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'1281794386984779777', N'admin', N'2020-07-11 11:36:11.0000000', NULL, NULL, N'A01', N'管理员', N'1', N'2018-12-05 00:00:00.0000000', NULL, NULL, N'1281794386716344321') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'1335894537933430785', N'admin', N'2020-12-07 18:30:52.0000000', NULL, NULL, N'A01', N'张三', N'1', NULL, NULL, NULL, N'1335894537597886465') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'1533106655112916994', N'admin', N'2022-06-04 23:21:24.0000000', NULL, NULL, N'A01', NULL, N'1', N'2022-06-04 23:21:11.0000000', N'11', N'11', N'1533106654659932162') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'15889531549290863128', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'小王', N'1', N'2020-05-08 00:00:00.0000000', N'1', N'', N'1258787241599250433') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'15889531551231672264', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'校长', N'2', N'2020-05-23 00:00:00.0000000', N'2', N'', N'1258787241599250433') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'15889531554322486243', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'小明', N'2', N'2020-05-03 00:00:00.0000000', N'3', N'', N'1258787241599250433') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'15892741044590530487', N'admin', N'2020-05-12 17:02:32.0000000', NULL, NULL, N'A01A05', N'111', N'1', N'2020-05-12 00:00:00.0000000', NULL, N'', N'1260133243631562754') GO INSERT INTO [dbo].[ces_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [birthday], [age], [address], [order_main_id]) VALUES (N'15892741436981375151', N'admin', N'2020-05-12 17:02:32.0000000', NULL, NULL, N'A01A05', N'11', N'1', N'2020-05-14 00:00:00.0000000', NULL, N'', N'1260133243631562754') GO -- ---------------------------- -- Table structure for ces_order_goods -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ces_order_goods]') AND type IN ('U')) DROP TABLE [dbo].[ces_order_goods] GO CREATE TABLE [dbo].[ces_order_goods] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [good_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [price] float(53) NULL, [num] int NULL, [zong_price] float(53) NULL, [order_main_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ces_order_goods] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'商品名字', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'good_name' GO EXEC sp_addextendedproperty 'MS_Description', N'价格', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'price' GO EXEC sp_addextendedproperty 'MS_Description', N'数量', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'num' GO EXEC sp_addextendedproperty 'MS_Description', N'单品总价', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'zong_price' GO EXEC sp_addextendedproperty 'MS_Description', N'订单ID', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_goods', 'COLUMN', N'order_main_id' GO -- ---------------------------- -- Records of ces_order_goods -- ---------------------------- INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'1335894537799213058', N'admin', N'2022-05-07 18:39:13.0000000', NULL, NULL, N'A01', N'商品11', N'11', NULL, NULL, N'1335894537597886465') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'1335894537857933313', N'admin', N'2022-05-07 18:39:13.0000000', NULL, NULL, N'A01', N'商品22', N'22', NULL, NULL, N'1335894537597886465') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'1335894537878904833', N'admin', N'2022-05-07 18:39:13.0000000', NULL, NULL, N'A01', N'商品22', N'33', NULL, NULL, N'1335894537597886465') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'1522892799560265730', N'admin', N'2022-05-07 18:55:12.0000000', NULL, NULL, N'A01', N'商品假名陆刚', N'200.33', N'223', N'2222.222', N'1335894537597886465') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'1533106654966116354', N'admin', N'2022-06-04 23:21:24.0000000', NULL, NULL, N'A01', N'11', N'211', N'22', N'4642', N'1533106654659932162') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'1533106654982893570', N'admin', N'2022-06-04 23:21:24.0000000', NULL, NULL, N'A01', N'22', N'22', N'22', N'484', N'1533106654659932162') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15889531536650244013', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'显示器', N'11', N'1', N'11', N'1258787241599250433') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15889531538491119218', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'鼠标', N'22', N'2', N'44', N'1258787241599250433') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15889532051192650399', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'键盘', N'33', N'3', N'99', N'1258787241599250433') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15892741033410312304', N'admin', N'2020-05-12 17:02:32.0000000', NULL, NULL, N'A01A05', N'雷蛇键盘', N'200', N'2', NULL, N'1260133243631562754') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15892741162151118866', N'admin', N'2020-05-12 17:02:32.0000000', NULL, NULL, N'A01A05', N'樱桃键盘', N'200', N'4', NULL, N'1260133243631562754') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15892747180850346324', N'admin', N'2020-07-11 11:29:16.0000000', NULL, NULL, N'A01', N'11', N'11', NULL, NULL, N'1260135645520654338') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15892934593221167669', N'admin', N'2020-07-11 11:29:16.0000000', NULL, NULL, N'A01', N'', NULL, NULL, NULL, N'1260135645520654338') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15892934594762635052', N'admin', N'2020-07-11 11:29:16.0000000', NULL, NULL, N'A01', N'', NULL, NULL, NULL, N'1260135645520654338') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15944385645060861881', N'admin', N'2022-05-07 18:16:58.0000000', NULL, NULL, N'A01', N'11', N'333', NULL, NULL, N'1281794386716344321') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'15944385663981814101', N'admin', N'2022-05-07 18:16:58.0000000', NULL, NULL, N'A01', N'22', N'33', NULL, NULL, N'1281794386716344321') GO INSERT INTO [dbo].[ces_order_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [good_name], [price], [num], [zong_price], [order_main_id]) VALUES (N'16519186144192894656', N'admin', N'2022-05-07 18:16:58.0000000', NULL, NULL, N'A01', N'333', N'33', NULL, NULL, N'1281794386716344321') GO -- ---------------------------- -- Table structure for ces_order_main -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ces_order_main]') AND type IN ('U')) DROP TABLE [dbo].[ces_order_main] GO CREATE TABLE [dbo].[ces_order_main] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [order_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [xd_date] datetime2(7) NULL, [money] float(53) NULL, [remark] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ces_order_main] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'订单编码', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'order_code' GO EXEC sp_addextendedproperty 'MS_Description', N'下单时间', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'xd_date' GO EXEC sp_addextendedproperty 'MS_Description', N'订单总额', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'money' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'ces_order_main', 'COLUMN', N'remark' GO -- ---------------------------- -- Records of ces_order_main -- ---------------------------- INSERT INTO [dbo].[ces_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [order_code], [xd_date], [money], [remark]) VALUES (N'1258787241599250433', N'admin', N'2020-05-08 23:54:00.0000000', NULL, NULL, N'A01', N'20200508-0001', N'2020-05-08 23:52:32.0000000', N'50000', NULL) GO INSERT INTO [dbo].[ces_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [order_code], [xd_date], [money], [remark]) VALUES (N'1260133243631562754', N'admin', N'2020-05-12 17:02:32.0000000', NULL, NULL, N'A01A05', N'202005120001', N'2020-05-12 17:01:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[ces_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [order_code], [xd_date], [money], [remark]) VALUES (N'1260135645520654338', N'admin', N'2020-05-12 17:12:04.0000000', N'admin', N'2020-07-11 11:29:16.0000000', N'A01', N'JDFX2020051217115656', N'2020-07-11 11:29:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[ces_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [order_code], [xd_date], [money], [remark]) VALUES (N'1281794386716344321', N'admin', N'2020-07-11 11:36:11.0000000', N'admin', N'2022-05-07 18:16:58.0000000', N'A01', N'CN2020071111360067', N'2020-07-11 11:36:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[ces_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [order_code], [xd_date], [money], [remark]) VALUES (N'1335894537597886465', N'admin', N'2020-12-07 18:30:52.0000000', N'admin', N'2022-05-07 18:39:13.0000000', N'A01', N'CN2020120718303277', N'2020-12-16 18:30:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[ces_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [order_code], [xd_date], [money], [remark]) VALUES (N'1533106654659932162', N'admin', N'2022-06-04 23:21:25.0000000', NULL, NULL, N'A01', N'CN2022060423210253', N'2022-06-18 23:21:04.0000000', N'111', NULL) GO -- ---------------------------- -- Table structure for ces_shop_goods -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ces_shop_goods]') AND type IN ('U')) DROP TABLE [dbo].[ces_shop_goods] GO CREATE TABLE [dbo].[ces_shop_goods] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [price] decimal(10,5) NULL, [chuc_date] datetime2(7) NULL, [contents] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [good_type_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ces_shop_goods] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'商品名字', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'价格', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'price' GO EXEC sp_addextendedproperty 'MS_Description', N'出厂时间', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'chuc_date' GO EXEC sp_addextendedproperty 'MS_Description', N'商品简介', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'contents' GO EXEC sp_addextendedproperty 'MS_Description', N'商品分类', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_goods', 'COLUMN', N'good_type_id' GO -- ---------------------------- -- Records of ces_shop_goods -- ---------------------------- INSERT INTO [dbo].[ces_shop_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [price], [chuc_date], [contents], [good_type_id]) VALUES (N'1258408897326149634', N'admin', N'2020-05-07 22:50:35.0000000', N'admin', N'2022-10-14 12:10:08.0000000', N'A01', N'华为手机note', N'5000.00000', N'2020-05-07 00:00:00.0000000', N'
img
快速开发
img
数据权限
img
工作流
img
丰富组件库
img
代码生成器
img
Online在线开发
img
表单设计器
img
流程设计器
', N'1258408003595464706') GO INSERT INTO [dbo].[ces_shop_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [price], [chuc_date], [contents], [good_type_id]) VALUES (N'1258783909887422466', N'admin', N'2020-05-08 23:40:45.0000000', N'admin', N'2022-10-13 20:23:06.0000000', N'A01', N'雷蛇鼠标', N'500.00000', N'2020-05-08 00:00:00.0000000', N'

121212

', N'1258408003595464706') GO INSERT INTO [dbo].[ces_shop_goods] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [price], [chuc_date], [contents], [good_type_id]) VALUES (N'1285114089585082370', N'admin', N'2020-07-20 15:27:29.0000000', NULL, NULL, N'A01', NULL, NULL, NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for ces_shop_type -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ces_shop_type]') AND type IN ('U')) DROP TABLE [dbo].[ces_shop_type] GO CREATE TABLE [dbo].[ces_shop_type] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [content] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [pics] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [pid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [has_child] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ces_shop_type] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'分类名字', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'图片', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'pics' GO EXEC sp_addextendedproperty 'MS_Description', N'父级节点', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'pid' GO EXEC sp_addextendedproperty 'MS_Description', N'是否有子节点', 'SCHEMA', N'dbo', 'TABLE', N'ces_shop_type', 'COLUMN', N'has_child' GO -- ---------------------------- -- Records of ces_shop_type -- ---------------------------- INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1258408003595464706', N'admin', N'2020-05-07 22:47:02.0000000', NULL, NULL, N'A01', N'衣服', NULL, N'e1fe9925bc315c60addea1b98eb1cb1349547719_1588862821565.jpg', N'0', N'1') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1258408044439597058', N'admin', N'2020-05-07 22:47:12.0000000', N'admin', N'2022-10-13 20:52:13.0000000', N'A01', N'鞋子', N'', N'temp/4afbfbedab64034f9015f1bca8c379310b551dab_1665665531949.jpg', N'0', N'1') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1258408076693794818', N'admin', N'2020-05-07 22:47:20.0000000', N'admin', N'2020-07-10 16:51:10.0000000', N'A01', N'耐克', NULL, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f_1594371069797.jpg', N'1258408044439597058', N'0') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1258408105487691777', N'admin', N'2020-05-07 22:47:27.0000000', N'admin', N'2022-05-07 18:15:46.0000000', N'A01', N'阿迪', N'', N'temp/20180607175028Fn1Lq7zw_1589293474710.png', N'1258408044439597058', N'0') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1522882875102998529', N'admin', N'2022-05-07 18:15:46.0000000', N'admin', N'2022-05-09 22:50:12.0000000', N'A01', N'夏桂英', N'111', N'temp/5_1651918545051.png', N'1522923951901822979', N'0') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1522882977309798401', N'admin', N'2022-05-07 18:16:10.0000000', N'admin', N'2022-05-09 22:50:36.0000000', N'A01', N'许娜', N'11', N'temp/11_1651928215765.jpg', N'1522923951901822979', N'0') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1522911901133754369', N'admin', N'2022-05-07 20:11:06.0000000', N'admin', N'2022-05-09 22:58:43.0000000', N'A01', N'90', N'6', N'temp/4afbfbedab64034f9015f1bca8c379310b551dab_1651925465436.jpg', N'1522923951901822979', N'0') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1522923951901822979', N'admin', N'2022-05-07 20:58:59.0000000', N'admin', N'2022-05-09 22:58:36.0000000', N'A01', N'鞋子', NULL, N'temp/20180607175028Fn1Lq7zw_1652108315203.png', N'0', N'1') GO INSERT INTO [dbo].[ces_shop_type] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [content], [pics], [pid], [has_child]) VALUES (N'1524304566551183361', N'admin', N'2022-05-11 16:25:04.0000000', N'admin', N'2022-05-11 16:25:11.0000000', N'A01', N'5676', N'5676', NULL, N'1258408003595464706', N'0') GO -- ---------------------------- -- Table structure for ceshi_001 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ceshi_001]') AND type IN ('U')) DROP TABLE [dbo].[ceshi_001] GO CREATE TABLE [dbo].[ceshi_001] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [age] int NULL, [birthday] date NULL, [daka_time] datetime2(7) NULL, [salary] float(53) NULL, [ccc] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [dep_suo] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [popup_ta] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [pid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [has_child] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ceshi_001] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名字', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'打卡时间', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'daka_time' GO EXEC sp_addextendedproperty 'MS_Description', N'薪资', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'salary' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'ccc' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'dep_suo' GO EXEC sp_addextendedproperty 'MS_Description', N'弹窗', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'popup_ta' GO EXEC sp_addextendedproperty 'MS_Description', N'父级节点', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'pid' GO EXEC sp_addextendedproperty 'MS_Description', N'是否有子节点', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_001', 'COLUMN', N'has_child' GO -- ---------------------------- -- Records of ceshi_001 -- ---------------------------- INSERT INTO [dbo].[ceshi_001] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [daka_time], [salary], [ccc], [dep_suo], [popup_ta], [pid], [has_child]) VALUES (N'1580816176220090369', N'admin', N'2022-10-14 15:02:01.0000000', N'admin', N'2022-10-14 15:33:53.0000000', N'A01', N'卢雨泽', N'1', N'22', N'2022-10-17', N'2022-10-14 00:00:06.0000000', N'2222', N'

222290

', N'57197590443c44f083d42ae24ef26a2c', N'小红帽4——prod', NULL, NULL) GO INSERT INTO [dbo].[ceshi_001] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [daka_time], [salary], [ccc], [dep_suo], [popup_ta], [pid], [has_child]) VALUES (N'1580824545521709058', N'admin', N'2022-10-14 15:35:16.0000000', N'admin', N'2022-10-14 16:46:36.0000000', N'A01', N'1212', N'1', N'78', N'2022-10-13', N'2022-10-07 15:45:05.0000000', NULL, N'

222

', N'', N'', N'0', N'1') GO INSERT INTO [dbo].[ceshi_001] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [daka_time], [salary], [ccc], [dep_suo], [popup_ta], [pid], [has_child]) VALUES (N'1580824562693189634', N'admin', N'2022-10-14 15:35:20.0000000', N'admin', N'2022-10-14 15:35:40.0000000', N'A01', N'333', N'1', N'22', N'2022-10-06', N'2022-10-07 15:35:25.0000000', N'33', N'

333

', N'6d35e179cd814e3299bd588ea7daed3f', N'aaa', N'1580824545521709058', N'0') GO -- ---------------------------- -- Table structure for ceshi_main001 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ceshi_main001]') AND type IN ('U')) DROP TABLE [dbo].[ceshi_main001] GO CREATE TABLE [dbo].[ceshi_main001] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [ddd] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ceshi_main001] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'订单号', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_main001', 'COLUMN', N'ddd' GO -- ---------------------------- -- Records of ceshi_main001 -- ---------------------------- INSERT INTO [dbo].[ceshi_main001] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [ddd]) VALUES (N'1580825874361102338', N'admin', N'2022-10-14 15:40:33.0000000', N'admin', N'2022-10-14 15:42:39.0000000', N'A01', N'单表示例', N'111') GO -- ---------------------------- -- Table structure for ceshi_sub_01 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ceshi_sub_01]') AND type IN ('U')) DROP TABLE [dbo].[ceshi_sub_01] GO CREATE TABLE [dbo].[ceshi_sub_01] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [produ_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [price] float(53) NULL, [datess] date NULL, [order_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[ceshi_sub_01] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'商品名称', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'produ_name' GO EXEC sp_addextendedproperty 'MS_Description', N'价格', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'price' GO EXEC sp_addextendedproperty 'MS_Description', N'下单日期', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'datess' GO EXEC sp_addextendedproperty 'MS_Description', N'主表ID', 'SCHEMA', N'dbo', 'TABLE', N'ceshi_sub_01', 'COLUMN', N'order_id' GO -- ---------------------------- -- Records of ceshi_sub_01 -- ---------------------------- INSERT INTO [dbo].[ceshi_sub_01] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [produ_name], [price], [datess], [order_id]) VALUES (N'1580825874495320066', N'admin', N'2022-10-14 15:42:39.0000000', NULL, NULL, N'A01', N'苹果', N'222.22', N'2022-10-14', N'1580825874361102338') GO INSERT INTO [dbo].[ceshi_sub_01] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [produ_name], [price], [datess], [order_id]) VALUES (N'1580825874495320067', N'admin', N'2022-10-14 15:40:33.0000000', NULL, NULL, N'A01', N'小米手机1', N'33.24', N'2022-10-16', N'1580825874361102338') GO INSERT INTO [dbo].[ceshi_sub_01] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [produ_name], [price], [datess], [order_id]) VALUES (N'1580825997963046913', N'admin', N'2022-10-14 15:41:02.0000000', NULL, NULL, N'A01', N'华为手机', N'8000', N'2022-10-15', N'1580825874361102338') GO INSERT INTO [dbo].[ceshi_sub_01] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [produ_name], [price], [datess], [order_id]) VALUES (N'1580826404827312130', N'admin', N'2022-10-14 15:42:39.0000000', NULL, NULL, N'A01', N'343', N'34', N'2022-10-14', N'1580825874361102338') GO -- ---------------------------- -- Table structure for demo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[demo]') AND type IN ('U')) DROP TABLE [dbo].[demo] GO CREATE TABLE [dbo].[demo] ( [id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [name] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [key_word] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [punch_time] datetime2(7) NULL, [salary_money] decimal(10,3) NULL, [bonus_money] float(53) NULL, [sex] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [age] int NULL, [birthday] date NULL, [email] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [tenant_id] int NULL ) GO ALTER TABLE [dbo].[demo] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'姓名', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'关键词', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'key_word' GO EXEC sp_addextendedproperty 'MS_Description', N'打卡时间', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'punch_time' GO EXEC sp_addextendedproperty 'MS_Description', N'工资', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'salary_money' GO EXEC sp_addextendedproperty 'MS_Description', N'奖金', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'bonus_money' GO EXEC sp_addextendedproperty 'MS_Description', N'性别 {男:1,女:2}', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'邮箱', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'email' GO EXEC sp_addextendedproperty 'MS_Description', N'个人简介', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门编码', 'SCHEMA', N'dbo', 'TABLE', N'demo', 'COLUMN', N'sys_org_code' GO -- ---------------------------- -- Records of demo -- ---------------------------- INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'1353563050407936002', N'小红帽4——prod', N'44', N'2021-01-26 12:39:04.0000000', NULL, NULL, N'2', N'22', N'2021-01-25', NULL, NULL, N'admin', N'2021-01-25 12:39:14.0000000', N'admin', N'2021-06-04 16:39:24.0000000', N'A01', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'1400734875399024641', N'aaa', NULL, N'2022-09-08 10:56:30.0000000', N'33.000', NULL, N'2', NULL, N'2022-09-30', N'111@1.com', NULL, N'admin', N'2021-06-04 16:43:13.0000000', N'admin', N'2022-09-22 10:56:38.0000000', N'A01', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'1dc29e80be14d1400f165b5c6b30c707', N'zhang daihao', NULL, NULL, NULL, NULL, N'2', NULL, NULL, N'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'304e651dc769d5c9b6e08fb30457a602', N'小白兔', NULL, NULL, NULL, NULL, N'2', N'28', NULL, NULL, NULL, N'scott', N'2019-01-19 13:12:53.0000000', N'qinfeng', N'2019-01-19 13:13:12.0000000', NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'4', N'Sandy', N'开源,很好', N'2018-12-15 00:00:00.0000000', NULL, NULL, N'2', N'21', N'2018-12-15', N'test4@baomidou.com', N'聪明00', NULL, NULL, N'admin', N'2019-02-25 16:29:27.0000000', NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'4981637bf71b0c1ed1365241dfcfa0ea', N'小虎', NULL, NULL, NULL, NULL, N'2', N'28', NULL, NULL, NULL, N'scott5', N'2019-01-19 13:12:53.0000000', N'qinfeng', N'2019-01-19 13:13:12.0000000', N'A02', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'7', N'zhangdaiscott', NULL, NULL, NULL, NULL, N'1', NULL, N'2019-01-03', NULL, NULL, NULL, NULL, NULL, NULL, N'A02A01A01', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'73bc58611012617ca446d8999379e4ac', N'郭靖', N'777', N'2018-12-07 00:00:00.0000000', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 18:16:39.0000000', N'admin', N'2020-05-02 18:14:14.0000000', N'A02A01A02', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'917e240eaa0b1b2d198ae869b64a81c3', N'zhang daihao', NULL, NULL, NULL, NULL, N'2', N'0', N'2018-11-29', N'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, N'A02', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'94420c5d8fc4420dde1e7196154b3a24', N'秦风', NULL, NULL, NULL, NULL, N'2', NULL, NULL, NULL, NULL, N'scott', N'2019-01-19 12:54:58.0000000', N'admin', N'2020-05-02 18:14:33.0000000', NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'b86897900c770503771c7bb88e5d1e9b', N'scott1', N'开源、很好、hello', NULL, NULL, NULL, N'1', NULL, NULL, N'zhangdaiscott@163.com', NULL, N'scott', N'2019-01-19 12:22:34.0000000', NULL, NULL, NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'c28fa8391ef81d6fabd8bd894a7615aa', N'小麦', N'22', N'2022-09-09 10:55:08.0000000', N'33.000', NULL, N'2', N'22', N'2022-09-24', N'zhangdaiscott@163.com', N'222', N'jeecg-boot', N'2019-04-04 17:18:09.0000000', N'admin', N'2022-09-22 10:55:16.0000000', NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'c2c0d49e3c01913067cf8d1fb3c971d2', N'zhang daihao', N'', NULL, NULL, NULL, N'2', NULL, NULL, N'zhangdaiscott@163.com', N'', N'admin', N'2019-01-19 23:37:18.0000000', N'admin', N'2019-01-21 16:49:06.0000000', N'', N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'c96279c666b4b82e3ef1e4e2978701ce', N'报名时间', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 18:00:52.0000000', NULL, NULL, NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'd24668721446e8478eeeafe4db66dcff', N'zhang daihao999', NULL, NULL, NULL, NULL, N'1', NULL, NULL, N'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, NULL, N'0') GO INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'eaa6c1116b41dc10a94eae34cf990133', N'zhang daihao', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'zhangdaiscott@163.com', NULL, NULL, NULL, NULL, NULL, NULL, N'0') GO -- ---------------------------- -- Table structure for demo_field_def_val_main -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[demo_field_def_val_main]') AND type IN ('U')) DROP TABLE [dbo].[demo_field_def_val_main] GO CREATE TABLE [dbo].[demo_field_def_val_main] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [code] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [address] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [address_param] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[demo_field_def_val_main] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'编码', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'姓名', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'地址', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'address' GO EXEC sp_addextendedproperty 'MS_Description', N'地址(传参)', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'address_param' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_main', 'COLUMN', N'sys_org_code' GO -- ---------------------------- -- Records of demo_field_def_val_main -- ---------------------------- INSERT INTO [dbo].[demo_field_def_val_main] ([id], [code], [name], [sex], [address], [address_param], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1256548579457114114', N'q', N'q', N'1', N'q', N'q', N'admin', N'2020-05-02 19:38:21.0000000', N'admin', N'2020-05-03 01:02:51.0000000', N'A01') GO INSERT INTO [dbo].[demo_field_def_val_main] ([id], [code], [name], [sex], [address], [address_param], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543461659652098', N'${order_num_rule_param}', N'admin', N'2', N'北京市 朝阳区', N'北京市 昌平区', N'admin', N'2022-10-13 20:58:21.0000000', N'admin', N'2022-10-13 20:58:36.0000000', N'A01') GO -- ---------------------------- -- Table structure for demo_field_def_val_sub -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[demo_field_def_val_sub]') AND type IN ('U')) DROP TABLE [dbo].[demo_field_def_val_sub] GO CREATE TABLE [dbo].[demo_field_def_val_sub] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [code] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [date] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [main_id] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[demo_field_def_val_sub] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'编码', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'名称', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'日期', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'date' GO EXEC sp_addextendedproperty 'MS_Description', N'主表ID', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'main_id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'demo_field_def_val_sub', 'COLUMN', N'sys_org_code' GO -- ---------------------------- -- Records of demo_field_def_val_sub -- ---------------------------- INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543461798064129', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:36.0000000', NULL, NULL, N'A01') GO INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543461810647042', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:21.0000000', NULL, NULL, N'A01') GO INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543527443116034', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:36.0000000', NULL, NULL, N'A01') GO INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543527451504642', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:36.0000000', NULL, NULL, N'A01') GO INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'15884194974080425602', N'133', N'管理员', N'2020-05-02', N'1256548579457114114', N'admin', N'2020-05-03 01:02:51.0000000', NULL, NULL, N'A01') GO INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'15884194979201535108', N'1144', N'管理员', N'2020-05-02', N'1256548579457114114', N'admin', N'2020-05-03 01:02:51.0000000', NULL, NULL, N'A01') GO -- ---------------------------- -- Table structure for jeecg_monthly_growth_analysis -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_monthly_growth_analysis]') AND type IN ('U')) DROP TABLE [dbo].[jeecg_monthly_growth_analysis] GO CREATE TABLE [dbo].[jeecg_monthly_growth_analysis] ( [id] int NOT NULL, [year] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [month] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [main_income] decimal(18,2) NULL, [other_income] decimal(18,2) NULL ) GO ALTER TABLE [dbo].[jeecg_monthly_growth_analysis] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'月份', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_monthly_growth_analysis', 'COLUMN', N'month' GO EXEC sp_addextendedproperty 'MS_Description', N'佣金/主营收入', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_monthly_growth_analysis', 'COLUMN', N'main_income' GO EXEC sp_addextendedproperty 'MS_Description', N'其他收入', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_monthly_growth_analysis', 'COLUMN', N'other_income' GO -- ---------------------------- -- Records of jeecg_monthly_growth_analysis -- ---------------------------- INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'1', N'2018', N'1月', N'114758.90', N'4426054.19') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'2', N'2018', N'2月', N'8970734.12', N'1230188.67') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'3', N'2018', N'3月', N'26755421.23', N'2048836.84') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'4', N'2018', N'4月', N'2404990.63', N'374171.44') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'5', N'2018', N'5月', N'5450793.02', N'502306.10') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'6', N'2018', N'6月', N'17186212.11', N'1375154.97') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'7', N'2018', N'7月', N'579975.67', N'461483.99') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'8', N'2018', N'8月', N'1393590.06', N'330403.76') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'9', N'2018', N'9月', N'735761.21', N'1647474.92') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'10', N'2018', N'10月', N'1670442.44', N'3423368.33') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'11', N'2018', N'11月', N'2993130.34', N'3552024.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'12', N'2018', N'12月', N'4206227.26', N'3645614.92') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'13', N'2019', N'1月', N'483834.66', N'418046.77') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'14', N'2019', N'2月', N'11666578.65', N'731352.20') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'15', N'2019', N'3月', N'27080982.08', N'1878538.81') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'16', N'2019', N'4月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'17', N'2019', N'5月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'18', N'2019', N'6月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'19', N'2019', N'7月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'20', N'2019', N'8月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'21', N'2019', N'9月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'22', N'2019', N'10月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'23', N'2019', N'11月', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'24', N'2019', N'12月', N'0.00', N'0.00') GO -- ---------------------------- -- Table structure for jeecg_order_customer -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_order_customer]') AND type IN ('U')) DROP TABLE [dbo].[jeecg_order_customer] GO CREATE TABLE [dbo].[jeecg_order_customer] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [sex] nvarchar(4) COLLATE Chinese_PRC_CI_AS NULL, [idcard] nvarchar(18) COLLATE Chinese_PRC_CI_AS NULL, [idcard_pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [telphone] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [order_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[jeecg_order_customer] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'客户名', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'身份证号码', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'idcard' GO EXEC sp_addextendedproperty 'MS_Description', N'身份证扫描件', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'idcard_pic' GO EXEC sp_addextendedproperty 'MS_Description', N'电话1', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'telphone' GO EXEC sp_addextendedproperty 'MS_Description', N'外键', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'order_id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_customer', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of jeecg_order_customer -- ---------------------------- INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640480821249', N'scott', N'2', NULL, NULL, NULL, N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640531152898', N'x秦风', N'1', NULL, NULL, NULL, N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527874216800257', N'小王1', N'1', N'', NULL, N'', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000') GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561502720', N'3333', N'1', N'', NULL, N'', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561512681', N'3332333', N'2', N'', NULL, N'', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', N'admin', N'2019-03-29 18:43:12.0000000') GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561550142', N'4442', N'2', N'', NULL, N'', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15541168497342', N'444', N'', N'', N'', N'', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15541168499553', N'5555', N'', N'', N'', N'', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781641947635713', N'1212', N'1', N'1212', NULL, N'12', N'4cba137333127e8e31df7ad168cc3732', N'admin', N'2022-09-22 10:55:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781834508132354', N'22', N'2', N'', NULL, N'', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2022-09-22 10:56:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18dc5eb1068ccdfe90e358951ca1a3d6', N'dr2', N'', N'', N'', N'', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'195d280490fe88ca1475512ddcaf2af9', N'12', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'217a2bf83709775d2cd85bf598392327', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'22bc052ae53ed09913b946abba93fa89', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23bafeae88126c3bf3322a29a04f0d5e', N'x秦风', NULL, NULL, NULL, NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25c4a552c6843f36fad6303bfa99a382', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d32144e2bee63264f3f16215c258381', N'33333', N'2', NULL, NULL, NULL, N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d43170d6327f941bd1a017999495e25', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2e5f62a8b6e0a0ce19b52a6feae23d48', N'3', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'34a1c5cf6cee360ed610ed0bed70e0f9', N'导入秦风', NULL, NULL, NULL, NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3c87400f8109b4cf43c5598f0d40e34d', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'40964bcbbecb38e5ac15e6d08cf3cd43', N'233', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41e3dee0b0b6e6530eccb7fbb22fd7a3', N'4555', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4808ae8344c7679a4a2f461db5dc3a70', N'44', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4b6cef12f195fad94d57279b2241770d', N'dr12', N'', N'', N'', N'', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'524e695283f8e8c256cc24f39d6d8542', N'小王', N'2', N'370285198604033222', NULL, N'18611788674', N'eb13ab35d2946a2b0cfe3452bca1e73f', N'admin', N'2019-02-25 16:29:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'57c2a8367db34016114cbc9fa368dba0', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5df36a1608b8c7ac99ad9bc408fe54bf', N'4', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c6fd2716c2dcd044ed03c2c95d261f8', N'李四', N'2', N'370285198602058833', N'', N'18611788676', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'742d008214dee0afff2145555692973e', N'秦风', N'1', N'370285198602058822', NULL, N'18611788676', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7469c3e5d371767ff90a739d297689b5', N'导入秦风', N'2', NULL, NULL, NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', N'admin', N'2019-04-08 17:35:02.0000000') GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7a96e2c7b24847d4a29940dbc0eda6e5', N'drscott', NULL, NULL, NULL, NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7f5a40818e225ee18bda6da7932ac5f9', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8011575abfd7c8085e71ff66df1124b9', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8404f31d7196221a573c9bd6c8f15003', N'小张', N'1', N'370285198602058211', NULL, N'18611788676', N'eb13ab35d2946a2b0cfe3452bca1e73f', N'admin', N'2019-02-25 16:29:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'859020e10a2f721f201cdbff78cf7b9f', N'scott', NULL, NULL, NULL, NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cc3c4d26e3060975df3a2adb781eeb4', N'dr33', NULL, NULL, NULL, NULL, N'b2feb454e43c46b2038768899061e464', N'jeecg-boot', N'2019-04-04 17:23:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8d1725c23a6a50685ff0dedfd437030d', N'4', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'933cae3a79f60a93922d59aace5346ce', N'小王', NULL, N'370285198604033222', NULL, N'18611788674', N'6a719071a29927a14f19482f8693d69a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9bdb5400b709ba4eaf3444de475880d7', N'dr22', NULL, NULL, NULL, NULL, N'22c17790dcd04b296c4a2a089f71895f', N'jeecg-boot', N'2019-04-04 17:23:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9f87677f70e5f864679314389443a3eb', N'33', N'2', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2c2b7101f75c02deb328ba777137897', N'44', N'2', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ab4d002dc552c326147e318c87d3bed4', N'小红1', N'1', N'370285198604033222', NULL, N'18611755848', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000') GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ad116f722a438e5f23095a0b5fcc8e89', N'dr秦风', NULL, NULL, NULL, NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b1ba147b75f5eaa48212586097fc3fd1', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b43bf432c251f0e6b206e403b8ec29bc', N'lisi', NULL, NULL, NULL, NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcdd300a7d44c45a66bdaac14903c801', N'33', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'beb983293e47e2dc1a9b3d649aa3eb34', N'ddd3', NULL, NULL, NULL, NULL, N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c219808196406f1b8c7f1062589de4b5', N'44', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c8ed061d4b27c0c7a64e100f2b1c8ab5', N'张经理', N'2', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cc5de4af7f06cd6d250965ebe92a0395', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cf8817bd703bf7c7c77a2118edc26cc7', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd72b26fae42e71270fce2097a88da58a', N'导入scott', NULL, N'www', NULL, NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', N'admin', N'2019-04-08 17:35:05.0000000') GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dbdc60a6ac1a8c43f24afee384039b68', N'xiaowang', NULL, NULL, NULL, NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dc5883b50466de94d900919ed96d97af', N'33', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'deeb73e553ad8dc0a0b3cfd5a338de8e', N'3333', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e2570278bf189ac05df3673231326f47', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e39cb23bb950b2bdedfc284686c6128a', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e46fe9111a9100844af582a18a2aa402', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ee7af0acb9beb9bf8d8b3819a8a7fdc3', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f5d2605e844192d9e548f9bd240ac908', N'小张', NULL, N'370285198602058211', NULL, N'18611788676', N'6a719071a29927a14f19482f8693d69a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f6db6547382126613a3e46e7cd58a5f2', N'导入scott', NULL, NULL, NULL, NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for jeecg_order_main -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_order_main]') AND type IN ('U')) DROP TABLE [dbo].[jeecg_order_main] GO CREATE TABLE [dbo].[jeecg_order_main] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [order_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [ctype] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [order_date] datetime2(7) NULL, [order_money] float(53) NULL, [content] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [bpm_status] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jeecg_order_main] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'订单号', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'order_code' GO EXEC sp_addextendedproperty 'MS_Description', N'订单类型', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'ctype' GO EXEC sp_addextendedproperty 'MS_Description', N'订单日期', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'order_date' GO EXEC sp_addextendedproperty 'MS_Description', N'订单金额', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'order_money' GO EXEC sp_addextendedproperty 'MS_Description', N'订单备注', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'流程状态', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_main', 'COLUMN', N'bpm_status' GO -- ---------------------------- -- Records of jeecg_order_main -- ---------------------------- INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'163e2efcbc6d7d54eb3f8a137da8a75a', N'B100', NULL, NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'3a867ebf2cebce9bae3f79676d8d86f3', N'导入B100', N'2222', NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', N'admin', N'2019-04-08 17:35:13.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'4cba137333127e8e31df7ad168cc3732', N'青岛订单A0001', N'2', N'2019-04-03 10:56:07.0000000', NULL, NULL, N'admin', N'2019-04-03 10:56:11.0000000', N'admin', N'2022-09-22 10:55:39.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'54e739bef5b67569c963c38da52581ec', N'NC911', N'1', N'2019-02-18 09:58:51.0000000', N'40', NULL, N'admin', N'2019-02-18 09:58:47.0000000', N'admin', N'2019-02-18 09:58:59.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'6a719071a29927a14f19482f8693d69a', N'c100', NULL, NULL, N'5000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'8ab1186410a65118c4d746eb085d3bed', N'导入400', N'1', N'2019-02-18 09:58:51.0000000', N'40', NULL, N'admin', N'2019-02-18 09:58:47.0000000', N'admin', N'2019-02-18 09:58:59.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'halou001', N'1', N'2019-04-04 17:30:32.0000000', N'500', NULL, N'admin', N'2019-04-04 17:30:41.0000000', N'admin', N'2022-09-22 10:56:25.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'a2cce75872cc8fcc47f78de9ffd378c2', N'导入B100', NULL, NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'b190737bd04cca8360e6f87c9ef9ec4e', N'B0018888', N'1', NULL, NULL, NULL, N'admin', N'2019-02-15 18:39:29.0000000', N'admin', N'2020-05-02 18:15:09.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'd908bfee3377e946e59220c4a4eb414a', N'SSSS001', NULL, NULL, N'599', NULL, N'admin', N'2019-04-01 15:43:03.0000000', N'admin', N'2019-04-01 16:26:52.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'导入200', NULL, NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'eb13ab35d2946a2b0cfe3452bca1e73f', N'BJ9980', N'1', NULL, N'90', NULL, N'admin', N'2019-02-16 17:36:42.0000000', N'admin', N'2019-02-16 17:46:16.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'f71f7f8930b5b6b1703d9948d189982b', N'BY911', NULL, N'2019-04-06 19:08:39.0000000', NULL, NULL, N'admin', N'2019-04-01 16:36:02.0000000', N'admin', N'2019-04-01 16:36:08.0000000', NULL) GO INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'f8889aaef6d1bccffd98d2889c0aafb5', N'A100', NULL, N'2018-10-10 00:00:00.0000000', N'6000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for jeecg_order_ticket -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_order_ticket]') AND type IN ('U')) DROP TABLE [dbo].[jeecg_order_ticket] GO CREATE TABLE [dbo].[jeecg_order_ticket] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [ticket_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [tickect_date] datetime2(7) NULL, [order_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[jeecg_order_ticket] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'航班号', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'ticket_code' GO EXEC sp_addextendedproperty 'MS_Description', N'航班时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'tickect_date' GO EXEC sp_addextendedproperty 'MS_Description', N'外键', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'order_id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_order_ticket', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of jeecg_order_ticket -- ---------------------------- INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0f0e3a40a215958f807eea08a6e1ac0a', N'88', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0fa3bd0bbcf53650c0bb3c0cac6d8cb7', N'ffff', N'2019-02-21 00:00:00.0000000', N'eb13ab35d2946a2b0cfe3452bca1e73f', N'admin', N'2019-02-25 16:29:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640543735810', N'222', N'2019-02-23 00:00:00.0000000', N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640560513025', N'111', N'2019-02-01 00:00:00.0000000', N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'14221afb4f5f749c1deef26ac56fdac3', N'33', N'2019-03-09 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561502730', N'222', NULL, N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561526461', N'2244', N'2019-03-29 00:00:00.0000000', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', N'admin', N'2019-03-29 18:43:26.0000000') GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15541168478913', N'hhhhh', NULL, N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781834508132353', N'232', N'2022-10-01 00:00:00.0000000', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2022-09-22 10:56:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18905bc89ee3851805aab38ed3b505ec', N'44', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1f809cbd26f4e574697e1c10de575d72', N'A100', NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21051adb51529bdaa8798b5a3dd7f7f7', N'C10029', N'2019-02-20 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'269576e766b917f8b6509a2bb0c4d4bd', N'A100', NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d473ffc79e5b38a17919e15f8b7078e', N'66', N'2019-03-29 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3655b66fca5fef9c6aac6d70182ffda2', N'AA123', N'2019-04-01 00:00:00.0000000', N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'365d5919155473ade45840fd626c51a9', N'dddd', N'2019-04-04 17:25:29.0000000', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4889a782e78706ab4306a925cfb163a5', N'C34', N'2019-04-01 00:00:00.0000000', N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:35:00.0000000', N'admin', N'2019-04-01 16:35:07.0000000') GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'48d385796382cf87fa4bdf13b42d9a28', N'导入A100', NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'541faed56efbeb4be9df581bd8264d3a', N'88', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'57a27a7dfd6a48e7d981f300c181b355', N'6', N'2019-03-30 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5ce4dc439c874266e42e6c0ff8dc8b5c', N'导入A100', NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'645a06152998a576c051474157625c41', N'88', N'2019-04-04 17:25:31.0000000', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6e3562f2571ea9e96b2d24497b5f5eec', N'55', N'2019-03-23 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8fd2b389151568738b1cc4d8e27a6110', N'导入A100', NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'93f1a84053e546f59137432ff5564cac', N'55', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'969ddc5d2e198d50903686917f996470', N'A10029', N'2019-04-01 00:00:00.0000000', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'96e7303a8d22a5c384e08d7bcf7ac2bf', N'A100', NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9e8a3336f6c63f558f2b68ce2e1e666e', N'深圳1001', N'2020-05-02 00:00:00.0000000', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000') GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a28db02c810c65660015095cb81ed434', N'A100', NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b217bb0e4ec6a45b6cbf6db880060c0f', N'A100', NULL, N'6a719071a29927a14f19482f8693d69a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba708df70bb2652ed1051a394cfa0bb3', N'333', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'beabbfcb195d39bedeeafe8318794562', N'A1345', N'2019-04-01 00:00:00.0000000', N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bf450223cb505f89078a311ef7b6ed16', N'777', N'2019-03-30 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c06165b6603e3e1335db187b3c841eef', N'北京2001', N'2020-05-23 00:00:00.0000000', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000') GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c113136abc26ace3a6da4e41d7dc1c7e', N'44', N'2019-03-15 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c1abdc2e30aeb25de13ad6ee3488ac24', N'77', N'2019-03-22 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c23751a7deb44f553ce50a94948c042a', N'33', N'2019-03-09 00:00:00.0000000', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c64547666b634b3d6a0feedcf05f25ce', N'C10019', N'2019-04-01 00:00:00.0000000', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c8b8d3217f37da78dddf711a1f7da485', N'A100', NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cab691c1c1ff7a6dfd7248421917fd3c', N'A100', NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cca10a9a850b456d9b72be87da7b0883', N'77', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd2fbba11f4814d9b1d3cb1a3f342234a', N'C10019', N'2019-02-18 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dbdb07a16826808e4276e84b2aa4731a', N'导入A100', NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e7075639c37513afc0bbc4bf7b5d98b9', N'88', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa759dc104d0371f8aa28665b323dab6', N'888', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ff197da84a9a3af53878eddc91afbb2e', N'33', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for jeecg_project_nature_income -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_project_nature_income]') AND type IN ('U')) DROP TABLE [dbo].[jeecg_project_nature_income] GO CREATE TABLE [dbo].[jeecg_project_nature_income] ( [id] int NOT NULL, [nature] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [insurance_fee] decimal(18,2) NULL, [risk_consulting_fee] decimal(18,2) NULL, [evaluation_fee] decimal(18,2) NULL, [insurance_evaluation_fee] decimal(18,2) NULL, [bidding_consulting_fee] decimal(18,2) NULL, [interol_consulting_fee] decimal(18,2) NULL ) GO ALTER TABLE [dbo].[jeecg_project_nature_income] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'项目性质', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'nature' GO EXEC sp_addextendedproperty 'MS_Description', N'保险经纪佣金费', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'insurance_fee' GO EXEC sp_addextendedproperty 'MS_Description', N'风险咨询费', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'risk_consulting_fee' GO EXEC sp_addextendedproperty 'MS_Description', N'承保公估评估费', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'evaluation_fee' GO EXEC sp_addextendedproperty 'MS_Description', N'保险公估费', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'insurance_evaluation_fee' GO EXEC sp_addextendedproperty 'MS_Description', N'投标咨询费', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'bidding_consulting_fee' GO EXEC sp_addextendedproperty 'MS_Description', N'内控咨询费', 'SCHEMA', N'dbo', 'TABLE', N'jeecg_project_nature_income', 'COLUMN', N'interol_consulting_fee' GO -- ---------------------------- -- Records of jeecg_project_nature_income -- ---------------------------- INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'1', N'市场化-电商业务', N'4865.41', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'2', N'统筹型', N'35767081.88', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'3', N'市场化-非股东', N'1487045.35', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'4', N'市场化-参控股', N'382690.56', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'5', N'市场化-员工福利', N'256684.91', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'6', N'市场化-再保险', N'563451.03', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'7', N'市场化-海外业务', N'760576.25', N'770458.75', N'0.00', N'0.00', N'0.00', N'0.00') GO INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'8', N'市场化-风险咨询', N'910183.93', N'0.00', N'0.00', N'0.00', N'0.00', N'226415.09') GO -- ---------------------------- -- Table structure for jimu_dict -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_dict]') AND type IN ('U')) DROP TABLE [dbo].[jimu_dict] GO CREATE TABLE [dbo].[jimu_dict] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [dict_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [dict_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [del_flag] int NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [type] int NULL, [tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_dict] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'字典名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'dict_name' GO EXEC sp_addextendedproperty 'MS_Description', N'字典编码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'dict_code' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'字典类型0为string,1为number', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'type' GO EXEC sp_addextendedproperty 'MS_Description', N'多租户标识', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict', 'COLUMN', N'tenant_id' GO -- ---------------------------- -- Records of jimu_dict -- ---------------------------- INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通告类型', N'msg_category', N'消息类型1:通知公告2:系统消息', N'0', N'admin', N'2019-04-22 18:01:35.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1174509082208395266', N'职务职级', N'position_rank', N'职务表职级字典', N'0', N'admin', N'2019-09-19 10:22:41.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1174511106530525185', N'机构类型', N'org_category', N'机构类型 1公司,2部门 3岗位', N'0', N'admin', N'2019-09-19 10:30:43.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1178295274528845826', N'表单权限策略', N'form_perms_type', N'', N'0', N'admin', N'2019-09-29 21:07:39.0000000', N'admin', N'2019-09-29 21:08:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199517671259906049', N'紧急程度', N'urgent_level', N'日程计划紧急程度', N'0', N'admin', N'2019-11-27 10:37:53.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199518099888414722', N'日程计划类型', N'eoa_plan_type', N'', N'0', N'admin', N'2019-11-27 10:39:36.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199520177767587841', N'分类栏目类型', N'eoa_cms_menu_type', N'', N'0', N'admin', N'2019-11-27 10:47:51.0000000', N'admin', N'2019-11-27 10:49:35.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199525215290306561', N'日程计划状态', N'eoa_plan_status', N'', N'0', N'admin', N'2019-11-27 11:07:52.0000000', N'admin', N'2019-11-27 11:10:11.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1209733563293962241', N'数据库类型', N'database_type', N'', N'0', N'admin', N'2019-12-25 15:12:12.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1232913193820581889', N'Online表单业务分类', N'ol_form_biz_type', N'', N'0', N'admin', N'2020-02-27 14:19:46.0000000', N'admin', N'2020-02-27 14:20:23.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1250687930947620866', N'定时任务状态', N'quartz_status', N'', N'0', N'admin', N'2020-04-16 15:30:14.0000000', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1280401766745718786', N'租户状态', N'tenant_status', N'租户状态', N'0', N'admin', N'2020-07-07 15:22:25.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1356445645198135298', N'开关', N'is_open', N'', N'0', N'admin', N'2021-02-02 11:33:38.0000000', N'admin', N'2021-02-02 15:28:12.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'236e8a4baff0db8c62c00dd95632834f', N'同步工作流引擎', N'activiti_sync', N'同步工作流引擎', N'0', N'admin', N'2019-05-15 15:27:33.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'2e02df51611a4b9632828ab7e5338f00', N'权限策略', N'perms_type', N'权限策略', N'0', N'admin', N'2019-04-26 18:26:55.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'2f0320997ade5dd147c90130f7218c3e', N'推送类别', N'msg_type', N'', N'0', N'admin', N'2019-03-17 21:21:32.0000000', N'admin', N'2019-03-26 19:57:45.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'3486f32803bb953e7155dab3513dc68b', N'删除状态', N'del_flag', NULL, N'0', N'admin', N'2019-01-18 21:46:26.0000000', N'admin', N'2019-03-30 11:17:11.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'3d9a351be3436fbefb1307d4cfb49bf2', N'性别', N'sex', NULL, N'0', NULL, N'2019-01-04 14:56:32.0000000', N'admin', N'2019-03-30 11:28:27.0000000', N'1', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4274efc2292239b6f000b153f50823ff', N'全局权限策略', N'global_perms_type', N'全局权限策略', N'0', N'admin', N'2019-05-10 17:54:05.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4c03fca6bf1f0299c381213961566349', N'Online图表展示模板', N'online_graph_display_template', N'Online图表展示模板', N'0', N'admin', N'2019-04-12 17:28:50.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4c753b5293304e7a445fd2741b46529d', N'字典状态', N'dict_item_status', NULL, N'0', N'admin', N'2020-06-18 23:18:42.0000000', N'admin', N'2019-03-30 19:33:52.0000000', N'1', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4d7fec1a7799a436d26d02325eff295e', N'优先级', N'priority', N'优先级', N'0', N'admin', N'2019-03-16 17:03:34.0000000', N'admin', N'2019-04-16 17:39:23.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4e4602b3e3686f0911384e188dc7efb4', N'条件规则', N'rule_conditions', N'', N'0', N'admin', N'2019-04-01 10:15:03.0000000', N'admin', N'2019-04-01 10:30:47.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4f69be5f507accea8d5df5f11346181a', N'发送消息类型', N'msgType', NULL, N'0', N'admin', N'2019-04-11 14:27:09.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'68168534ff5065a152bfab275c2136f8', N'有效无效状态', N'valid_status', N'有效无效状态', N'0', N'admin', N'2020-09-26 19:21:14.0000000', N'admin', N'2019-04-26 19:21:23.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'6b78e3f59faec1a4750acff08030a79b', N'用户类型', N'user_type', NULL, N'0', NULL, N'2019-01-04 14:59:01.0000000', N'admin', N'2019-03-18 23:28:18.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'72cce0989df68887546746d8f09811aa', N'Online表单类型', N'cgform_table_type', N'', N'0', N'admin', N'2019-01-27 10:13:02.0000000', N'admin', N'2019-03-30 11:37:36.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'78bda155fe380b1b3f175f1e88c284c6', N'流程状态', N'bpm_status', N'流程状态', N'0', N'admin', N'2019-05-09 16:31:52.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'83bfb33147013cc81640d5fd9eda030c', N'日志类型', N'log_type', NULL, N'0', N'admin', N'2019-03-18 23:22:19.0000000', NULL, NULL, N'1', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'845da5006c97754728bf48b6a10f79cc', N'状态', N'status', NULL, N'0', N'admin', N'2019-03-18 21:45:25.0000000', N'admin', N'2019-03-18 21:58:25.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'880a895c98afeca9d9ac39f29e67c13e', N'操作类型', N'operate_type', N'操作类型', N'0', N'admin', N'2019-07-22 10:54:29.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'8dfe32e2d29ea9430a988b3b558bf233', N'发布状态', N'send_status', N'发布状态', N'0', N'admin', N'2019-04-16 17:40:42.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'1是0否', N'yn', N'', N'0', N'admin', N'2019-05-22 19:29:29.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'a9d9942bd0eccb6e89de92d130ec4c4a', N'消息发送状态', N'msgSendStatus', NULL, N'0', N'admin', N'2019-04-12 18:18:17.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'菜单类型', N'menu_type', NULL, N'0', N'admin', N'2020-12-18 23:24:32.0000000', N'admin', N'2019-04-01 15:27:06.0000000', N'1', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'onlineT类型', N'ceshi_online', NULL, N'0', N'admin', N'2019-03-22 16:31:49.0000000', N'admin', N'2019-03-22 16:34:16.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'Online图表数据类型', N'online_graph_data_type', N'Online图表数据类型', N'0', N'admin', N'2019-04-12 17:24:24.0000000', N'admin', N'2019-04-12 17:24:57.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c36169beb12de8a71c8683ee7c28a503', N'部门状态', N'depart_status', NULL, N'0', N'admin', N'2019-03-18 21:59:51.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c5a14c75172783d72cbee6ee7f5df5d1', N'Online图表类型', N'online_graph_type', N'Online图表类型', N'0', N'admin', N'2019-04-12 17:04:06.0000000', NULL, NULL, N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'd6e1152968b02d69ff358c75b48a6ee1', N'流程类型', N'bpm_process_type', NULL, N'0', N'admin', N'2021-02-22 19:26:54.0000000', N'admin', N'2019-03-30 18:14:44.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'fc6cd58fde2e8481db10d3a1e68ce70c', N'用户状态', N'user_status', NULL, N'0', N'admin', N'2019-03-18 21:57:25.0000000', N'admin', N'2019-03-18 23:11:58.0000000', N'1', NULL) GO -- ---------------------------- -- Table structure for jimu_dict_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_dict_item]') AND type IN ('U')) DROP TABLE [dbo].[jimu_dict_item] GO CREATE TABLE [dbo].[jimu_dict_item] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [dict_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [item_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [item_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [sort_order] int NULL, [status] int NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[jimu_dict_item] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'字典id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict_item', 'COLUMN', N'dict_id' GO EXEC sp_addextendedproperty 'MS_Description', N'字典项文本', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict_item', 'COLUMN', N'item_text' GO EXEC sp_addextendedproperty 'MS_Description', N'字典项值', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict_item', 'COLUMN', N'item_value' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict_item', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict_item', 'COLUMN', N'sort_order' GO EXEC sp_addextendedproperty 'MS_Description', N'状态(1启用 0不启用)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_dict_item', 'COLUMN', N'status' GO -- ---------------------------- -- Records of jimu_dict_item -- ---------------------------- INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0072d115e07c875d76c9b022e2179128', N'4d7fec1a7799a436d26d02325eff295e', N'低', N'L', N'低', N'3', N'1', N'admin', N'2019-04-16 17:04:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'05a2e732ce7b00aa52141ecc3e330b4e', N'3486f32803bb953e7155dab3513dc68b', N'已删除', N'1', NULL, NULL, N'1', N'admin', N'2025-10-18 21:46:56.0000000', N'admin', N'2019-03-28 22:23:20.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'096c2e758d823def3855f6376bc736fb', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'SQL', N'sql', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0c9532916f5cd722017b46bc4d953e41', N'2f0320997ade5dd147c90130f7218c3e', N'指定用户', N'USER', NULL, NULL, N'1', N'admin', N'2019-03-17 21:22:19.0000000', N'admin', N'2019-03-17 21:22:28.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ca4beba9efc4f9dd54af0911a946d5c', N'72cce0989df68887546746d8f09811aa', N'附表', N'3', NULL, N'3', N'1', N'admin', N'2019-03-27 10:13:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1030a2652608f5eac3b49d70458b8532', N'2e02df51611a4b9632828ab7e5338f00', N'禁用', N'2', N'禁用', N'2', N'1', N'admin', N'2021-03-26 18:27:28.0000000', N'admin', N'2019-04-26 18:39:11.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509082208395266', N'1174511106530525185', N'岗位', N'3', N'岗位', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', N'', NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509601047994369', N'1174509082208395266', N'员级', N'1', N'', N'1', N'1', N'admin', N'2019-09-19 10:24:45.0000000', N'admin', N'2019-09-23 11:46:39.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509667297026049', N'1174509082208395266', N'助级', N'2', N'', N'2', N'1', N'admin', N'2019-09-19 10:25:01.0000000', N'admin', N'2019-09-23 11:46:47.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509713568587777', N'1174509082208395266', N'中级', N'3', N'', N'3', N'1', N'admin', N'2019-09-19 10:25:12.0000000', N'admin', N'2019-09-23 11:46:56.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509788361416705', N'1174509082208395266', N'副高级', N'4', N'', N'4', N'1', N'admin', N'2019-09-19 10:25:30.0000000', N'admin', N'2019-09-23 11:47:06.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509835803189250', N'1174509082208395266', N'正高级', N'5', N'', N'5', N'1', N'admin', N'2019-09-19 10:25:41.0000000', N'admin', N'2019-09-23 11:47:12.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511197735665665', N'1174511106530525185', N'公司', N'1', N'公司', N'1', N'1', N'admin', N'2019-09-19 10:31:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511244036587521', N'1174511106530525185', N'部门', N'2', N'部门', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295553450061826', N'1178295274528845826', N'可编辑(未授权禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-09-29 21:08:46.0000000', N'admin', N'2019-09-29 21:09:18.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295639554928641', N'1178295274528845826', N'可见(未授权不可见)', N'1', N'', N'1', N'1', N'admin', N'2019-09-29 21:09:06.0000000', N'admin', N'2019-09-29 21:09:24.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517884758368257', N'1199517671259906049', N'一般', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517914017832962', N'1199517671259906049', N'重要', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517941339529217', N'1199517671259906049', N'紧急', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518186144276482', N'1199518099888414722', N'日常记录', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518214858481666', N'1199518099888414722', N'本周工作', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518235943247874', N'1199518099888414722', N'下周计划', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520817285701634', N'1199520177767587841', N'列表', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520835035996161', N'1199520177767587841', N'链接', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525468672405505', N'1199525215290306561', N'未开始', N'0', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525490575060993', N'1199525215290306561', N'进行中', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525506429530114', N'1199525215290306561', N'已完成', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 11:09:02.0000000', N'admin', N'2019-11-27 11:10:02.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199607547704647681', N'4f69be5f507accea8d5df5f11346181a', N'系统', N'4', N'', N'1', N'1', N'admin', N'2019-11-27 16:35:02.0000000', N'admin', N'2019-11-27 19:37:46.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733775114702850', N'1209733563293962241', N'MySQL5.5', N'1', N'', N'1', N'1', N'admin', N'2019-12-25 15:13:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733839933476865', N'1209733563293962241', N'Oracle', N'2', N'', N'3', N'1', N'admin', N'2019-12-25 15:13:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733903020003330', N'1209733563293962241', N'SQLServer', N'3', N'', N'4', N'1', N'admin', N'2019-12-25 15:13:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913424813486081', N'1232913193820581889', N'官方示例', N'demo', N'', N'1', N'1', N'admin', N'2020-02-27 14:20:42.0000000', N'admin', N'2020-02-27 14:21:37.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913493717512194', N'1232913193820581889', N'流程表单', N'bpm', N'', N'2', N'1', N'admin', N'2020-02-27 14:20:58.0000000', N'admin', N'2020-02-27 14:22:20.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913605382467585', N'1232913193820581889', N'测试表单', N'temp', N'', N'4', N'1', N'admin', N'2020-02-27 14:21:25.0000000', N'admin', N'2020-02-27 14:22:16.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232914232372195330', N'1232913193820581889', N'导入表单', N'bdfl_include', N'', N'5', N'1', N'admin', N'2020-02-27 14:23:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371726545010689', N'4e4602b3e3686f0911384e188dc7efb4', N'左模糊', N'LEFT_LIKE', N'左模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371809495760898', N'4e4602b3e3686f0911384e188dc7efb4', N'右模糊', N'RIGHT_LIKE', N'右模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688147579228161', N'1250687930947620866', N'正常', N'0', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:05.0000000', N'', NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688201064992770', N'1250687930947620866', N'停止', N'-1', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:18.0000000', N'', NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401815068295170', N'1280401766745718786', N'正常', N'1', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401847607705602', N'1280401766745718786', N'冻结', N'0', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1305827309355302914', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'API', N'api', N'', N'3', N'1', N'admin', N'2020-09-15 19:14:26.0000000', N'admin', N'2020-09-15 19:14:41.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1334440962954936321', N'1209733563293962241', N'MYSQL5.7', N'4', NULL, N'1', N'1', N'admin', N'2020-12-03 18:16:02.0000000', N'admin', N'2020-12-03 18:16:02.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445705549975553', N'1356445645198135298', N'是', N'Y', N'', N'1', N'1', N'admin', N'2021-02-02 11:33:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445754212290561', N'1356445645198135298', N'否', N'N', N'', N'1', N'1', N'admin', N'2021-02-02 11:34:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'147c48ff4b51545032a9119d13f3222a', N'd6e1152968b02d69ff358c75b48a6ee1', N'测试流程', N'test', NULL, N'1', N'1', N'admin', N'2019-03-22 19:27:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1543fe7e5e26fb97cdafe4981bedc0c8', N'4c03fca6bf1f0299c381213961566349', N'单排布局', N'single', NULL, N'2', N'1', N'admin', N'2022-07-12 17:43:39.0000000', N'admin', N'2019-04-12 17:43:57.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1ce390c52453891f93514c1bd2795d44', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'000', N'00', NULL, N'1', N'1', N'admin', N'2019-03-22 16:34:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1db531bcff19649fa82a644c8a939dc4', N'4c03fca6bf1f0299c381213961566349', N'组合布局', N'combination', N'', N'4', N'1', N'admin', N'2019-05-11 16:07:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'222705e11ef0264d4214affff1fb4ff9', N'4f69be5f507accea8d5df5f11346181a', N'短信', N'1', N'', N'1', N'1', N'admin', N'2023-02-28 10:50:36.0000000', N'admin', N'2019-04-28 10:58:11.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23a5bb76004ed0e39414e928c4cde155', N'4e4602b3e3686f0911384e188dc7efb4', N'不等于', N'!=', N'不等于', N'3', N'1', N'admin', N'2019-04-01 16:46:15.0000000', N'admin', N'2019-04-01 17:48:40.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25847e9cb661a7c711f9998452dc09e6', N'4e4602b3e3686f0911384e188dc7efb4', N'小于等于', N'<=', N'小于等于', N'6', N'1', N'admin', N'2019-04-01 16:44:34.0000000', N'admin', N'2019-04-01 17:49:10.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d51376643f220afdeb6d216a8ac2c01', N'68168534ff5065a152bfab275c2136f8', N'有效', N'1', N'有效', N'2', N'1', N'admin', N'2019-04-26 19:22:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'308c8aadf0c37ecdde188b97ca9833f5', N'8dfe32e2d29ea9430a988b3b558bf233', N'已发布', N'1', N'已发布', N'2', N'1', N'admin', N'2019-04-16 17:41:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'333e6b2196e01ef9a5f76d74e86a6e33', N'8dfe32e2d29ea9430a988b3b558bf233', N'未发布', N'0', N'未发布', N'1', N'1', N'admin', N'2019-04-16 17:41:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'337ea1e401bda7233f6258c284ce4f50', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'JSON', N'json', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'33bc9d9f753cf7dc40e70461e50fdc54', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送失败', N'2', NULL, N'3', N'1', N'admin', N'2019-04-12 18:20:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3fbc03d6c994ae06d083751248037c0e', N'78bda155fe380b1b3f175f1e88c284c6', N'已完成', N'3', N'已完成', N'3', N'1', N'admin', N'2019-05-09 16:33:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41d7aaa40c9b61756ffb1f28da5ead8e', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通知公告', N'1', NULL, N'1', N'1', N'admin', N'2019-04-22 18:01:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41fa1e9571505d643aea87aeb83d4d76', N'4e4602b3e3686f0911384e188dc7efb4', N'等于', N'=', N'等于', N'4', N'1', N'admin', N'2019-04-01 16:45:24.0000000', N'admin', N'2019-04-01 17:49:00.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43d2295b8610adce9510ff196a49c6e9', N'845da5006c97754728bf48b6a10f79cc', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 21:45:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f05fb5376f4c61502c5105f52e4dd2b', N'83bfb33147013cc81640d5fd9eda030c', N'操作日志', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'50223341bfb5ba30bf6319789d8d17fe', N'd6e1152968b02d69ff358c75b48a6ee1', N'业务办理', N'business', NULL, N'3', N'1', N'admin', N'2023-04-22 19:28:05.0000000', N'admin', N'2019-03-22 23:24:39.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'51222413e5906cdaf160bb5c86fb827c', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'是', N'1', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'538fca35afe004972c5f3947c039e766', N'2e02df51611a4b9632828ab7e5338f00', N'显示', N'1', N'显示', N'1', N'1', N'admin', N'2025-03-26 18:27:13.0000000', N'admin', N'2019-04-26 18:39:07.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5584c21993bde231bbde2b966f2633ac', N'4e4602b3e3686f0911384e188dc7efb4', N'自定义SQL表达式', N'USE_SQL_RULES', N'自定义SQL表达式', N'9', N'1', N'admin', N'2019-04-01 10:45:24.0000000', N'admin', N'2019-04-01 17:49:27.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'58b73b344305c99b9d8db0fc056bbc0a', N'72cce0989df68887546746d8f09811aa', N'主表', N'2', NULL, N'2', N'1', N'admin', N'2019-03-27 10:13:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5b65a88f076b32e8e69d19bbaadb52d5', N'2f0320997ade5dd147c90130f7218c3e', N'全体用户', N'ALL', NULL, NULL, N'1', N'admin', N'2020-10-17 21:22:43.0000000', N'admin', N'2019-03-28 22:17:09.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d833f69296f691843ccdd0c91212b6b', N'880a895c98afeca9d9ac39f29e67c13e', N'修改', N'3', N'', N'3', N'1', N'admin', N'2019-07-22 10:55:07.0000000', N'admin', N'2019-07-22 10:55:41.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d84a8634c8fdfe96275385075b105c9', N'3d9a351be3436fbefb1307d4cfb49bf2', N'女', N'2', NULL, N'2', N'1', NULL, N'2019-01-04 14:56:56.0000000', NULL, N'2019-01-04 17:38:12.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'66c952ae2c3701a993e7db58f3baf55e', N'4e4602b3e3686f0911384e188dc7efb4', N'大于', N'>', N'大于', N'1', N'1', N'admin', N'2019-04-01 10:45:46.0000000', N'admin', N'2019-04-01 17:48:29.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6937c5dde8f92e9a00d4e2ded9198694', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'easyui', N'3', NULL, N'1', N'1', N'admin', N'2019-03-22 16:32:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69cacf64e244100289ddd4aa9fa3b915', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'未发送', N'0', NULL, N'1', N'1', N'admin', N'2019-04-12 18:19:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a7a9e1403a7943aba69e54ebeff9762', N'4f69be5f507accea8d5df5f11346181a', N'邮件', N'2', N'', N'2', N'1', N'admin', N'2031-02-28 10:50:44.0000000', N'admin', N'2019-04-28 10:59:03.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c682d78ddf1715baf79a1d52d2aa8c2', N'72cce0989df68887546746d8f09811aa', N'单表', N'1', NULL, N'1', N'1', N'admin', N'2019-03-27 10:13:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d404fd2d82311fbc87722cd302a28bc', N'4e4602b3e3686f0911384e188dc7efb4', N'模糊', N'LIKE', N'模糊', N'7', N'1', N'admin', N'2019-04-01 16:46:02.0000000', N'admin', N'2019-04-01 17:49:20.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d4e26e78e1a09699182e08516c49fc4', N'4d7fec1a7799a436d26d02325eff295e', N'高', N'H', N'高', N'1', N'1', N'admin', N'2019-04-16 17:04:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'700e9f030654f3f90e9ba76ab0713551', N'6b78e3f59faec1a4750acff08030a79b', N'333', N'333', NULL, NULL, N'1', N'admin', N'2019-02-21 19:59:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7050c1522702bac3be40e3b7d2e1dfd8', N'c5a14c75172783d72cbee6ee7f5df5d1', N'柱状图', N'bar', NULL, N'1', N'1', N'admin', N'2019-04-12 17:05:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'71b924faa93805c5c1579f12e001c809', N'd6e1152968b02d69ff358c75b48a6ee1', N'OA办公', N'oa', NULL, N'2', N'1', N'admin', N'2021-03-22 19:27:17.0000000', N'admin', N'2019-03-22 23:24:36.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'75b260d7db45a39fc7f21badeabdb0ed', N'c36169beb12de8a71c8683ee7c28a503', N'不启用', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:41.0000000', N'admin', N'2019-03-18 23:29:54.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7688469db4a3eba61e6e35578dc7c2e5', N'c36169beb12de8a71c8683ee7c28a503', N'启用', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78ea6cadac457967a4b1c4eb7aaa418c', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ccf7b80c70ee002eceb3116854b75cb', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'按钮权限', N'2', NULL, N'1', N'1', N'admin', N'2019-03-18 23:25:40.0000000', N'jeecg', N'2022-03-24 21:42:24.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81fb2bb0e838dc68b43f96cc309f8257', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'83250269359855501ec4e9c0b7e21596', N'4274efc2292239b6f000b153f50823ff', N'可见/可访问(授权后可见/可访问)', N'1', N'', N'1', N'1', N'admin', N'2019-05-10 17:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84778d7e928bc843ad4756db1322301f', N'4e4602b3e3686f0911384e188dc7efb4', N'大于等于', N'>=', N'大于等于', N'5', N'1', N'admin', N'2019-04-01 10:46:02.0000000', N'admin', N'2019-04-01 17:49:05.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'848d4da35ebd93782029c57b103e5b36', N'c5a14c75172783d72cbee6ee7f5df5d1', N'饼图', N'pie', NULL, N'3', N'1', N'admin', N'2019-04-12 17:05:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84dfc178dd61b95a72900fcdd624c471', N'78bda155fe380b1b3f175f1e88c284c6', N'处理中', N'2', N'处理中', N'2', N'1', N'admin', N'2019-05-09 16:33:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'86f19c7e0a73a0bae451021ac05b99dd', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'子菜单', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8bccb963e1cd9e8d42482c54cc609ca2', N'4f69be5f507accea8d5df5f11346181a', N'微信', N'3', NULL, N'3', N'1', N'admin', N'2021-05-11 14:29:12.0000000', N'admin', N'2019-04-11 14:29:31.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8c618902365ca681ebbbe1e28f11a548', N'4c753b5293304e7a445fd2741b46529d', N'启用', N'1', N'', N'0', N'1', N'admin', N'2020-07-18 23:19:27.0000000', N'admin', N'2019-05-17 14:51:18.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cdf08045056671efd10677b8456c999', N'4274efc2292239b6f000b153f50823ff', N'可编辑(未授权时禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-05-10 17:55:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ff48e657a7c5090d4f2a59b37d1b878', N'4d7fec1a7799a436d26d02325eff295e', N'中', N'M', N'中', N'2', N'1', N'admin', N'2019-04-16 17:04:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'948923658baa330319e59b2213cda97c', N'880a895c98afeca9d9ac39f29e67c13e', N'添加', N'2', N'', N'2', N'1', N'admin', N'2019-07-22 10:54:59.0000000', N'admin', N'2019-07-22 10:55:36.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', N'4c753b5293304e7a445fd2741b46529d', N'不启用', N'0', NULL, N'1', N'1', N'admin', N'2019-03-18 23:19:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a1e7d1ca507cff4a480c8caba7c1339e', N'880a895c98afeca9d9ac39f29e67c13e', N'导出', N'6', N'', N'6', N'1', N'admin', N'2019-07-22 12:06:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2be752dd4ec980afaec1efd1fb589af', N'8dfe32e2d29ea9430a988b3b558bf233', N'已撤销', N'2', N'已撤销', N'3', N'1', N'admin', N'2019-04-16 17:41:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa0d8a8042a18715a17f0a888d360aa4', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'一级菜单', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:24:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'adcf2a1fe93bb99a84833043f475fe0b', N'4e4602b3e3686f0911384e188dc7efb4', N'包含', N'IN', N'包含', N'8', N'1', N'admin', N'2019-04-01 16:45:47.0000000', N'admin', N'2019-04-01 17:49:24.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b029a41a851465332ee4ee69dcf0a4c2', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'系统消息', N'2', NULL, N'1', N'1', N'admin', N'2019-02-22 18:02:08.0000000', N'admin', N'2019-04-22 18:02:13.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b2a8b4bb2c8e66c2c4b1bb086337f393', N'3486f32803bb953e7155dab3513dc68b', N'正常', N'0', NULL, NULL, N'1', N'admin', N'2022-10-18 21:46:48.0000000', N'admin', N'2019-03-28 22:22:20.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b57f98b88363188daf38d42f25991956', N'6b78e3f59faec1a4750acff08030a79b', N'22', N'222', NULL, NULL, N'0', N'admin', N'2019-02-21 19:59:43.0000000', N'admin', N'2019-03-11 21:23:27.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5f3bd5f66bb9a83fecd89228c0d93d1', N'68168534ff5065a152bfab275c2136f8', N'无效', N'0', N'无效', N'1', N'1', N'admin', N'2019-04-26 19:21:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b9fbe2a3602d4a27b45c100ac5328484', N'78bda155fe380b1b3f175f1e88c284c6', N'待提交', N'1', N'待提交', N'1', N'1', N'admin', N'2019-05-09 16:32:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba27737829c6e0e582e334832703d75e', N'236e8a4baff0db8c62c00dd95632834f', N'同步', N'1', N'同步', N'1', N'1', N'admin', N'2019-05-15 15:28:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcec04526b04307e24a005d6dcd27fd6', N'880a895c98afeca9d9ac39f29e67c13e', N'导入', N'5', N'', N'5', N'1', N'admin', N'2019-07-22 12:06:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c53da022b9912e0aed691bbec3c78473', N'880a895c98afeca9d9ac39f29e67c13e', N'查询', N'1', N'', N'1', N'1', N'admin', N'2019-07-22 10:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5700a71ad08994d18ad1dacc37a71a9', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'否', N'0', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbfcc5b88fc3a90975df23ffc8cbe29c', N'c5a14c75172783d72cbee6ee7f5df5d1', N'曲线图', N'line', NULL, N'2', N'1', N'admin', N'2019-05-12 17:05:30.0000000', N'admin', N'2019-04-12 17:06:06.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd217592908ea3e00ff986ce97f24fb98', N'c5a14c75172783d72cbee6ee7f5df5d1', N'数据列表', N'table', NULL, N'4', N'1', N'admin', N'2019-04-12 17:05:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df168368dcef46cade2aadd80100d8aa', N'3d9a351be3436fbefb1307d4cfb49bf2', N'男', N'1', NULL, N'1', N'1', NULL, N'2027-08-04 14:56:49.0000000', N'admin', N'2019-03-23 22:44:44.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e6329e3a66a003819e2eb830b0ca2ea0', N'4e4602b3e3686f0911384e188dc7efb4', N'小于', N'<', N'小于', N'2', N'1', N'admin', N'2019-04-01 16:44:15.0000000', N'admin', N'2019-04-01 17:48:34.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e94eb7af89f1dbfa0d823580a7a6e66a', N'236e8a4baff0db8c62c00dd95632834f', N'不同步', N'0', N'不同步', N'2', N'1', N'admin', N'2019-05-15 15:28:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f0162f4cc572c9273f3e26b2b4d8c082', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'booostrap', N'1', NULL, N'1', N'1', N'admin', N'2021-08-22 16:32:04.0000000', N'admin', N'2019-03-22 16:33:57.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f16c5706f3ae05c57a53850c64ce7c45', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送成功', N'1', NULL, N'2', N'1', N'admin', N'2019-04-12 18:19:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2a7920421f3335afdf6ad2b342f6b5d', N'845da5006c97754728bf48b6a10f79cc', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 21:46:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f37f90c496ec9841c4c326b065e00bb2', N'83bfb33147013cc81640d5fd9eda030c', N'登录日志', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f753aff60ff3931c0ecb4812d8b5e643', N'4c03fca6bf1f0299c381213961566349', N'双排布局', N'double', NULL, N'3', N'1', N'admin', N'2019-04-12 17:43:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f80a8f6838215753b05e1a5ba3346d22', N'880a895c98afeca9d9ac39f29e67c13e', N'删除', N'4', N'', N'4', N'1', N'admin', N'2019-07-22 10:55:14.0000000', N'admin', N'2019-07-22 10:55:30.0000000') GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fcec03570f68a175e1964808dc3f1c91', N'4c03fca6bf1f0299c381213961566349', N'Tab风格', N'tab', NULL, N'1', N'1', N'admin', N'2019-04-12 17:43:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fe50b23ae5e68434def76f67cef35d2d', N'78bda155fe380b1b3f175f1e88c284c6', N'已作废', N'4', N'已作废', N'4', N'1', N'admin', N'2021-09-09 16:33:43.0000000', N'admin', N'2019-05-09 16:34:40.0000000') GO -- ---------------------------- -- Table structure for jimu_report -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report] GO CREATE TABLE [dbo].[jimu_report] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [note] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [status] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [json_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [api_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [thumb] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [del_flag] tinyint NULL, [api_method] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [api_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [template] tinyint NULL, [view_count] bigint NULL, [css_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [js_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'编码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'说明', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'note' GO EXEC sp_addextendedproperty 'MS_Description', N'状态', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'类型', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'type' GO EXEC sp_addextendedproperty 'MS_Description', N'json字符串', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'json_str' GO EXEC sp_addextendedproperty 'MS_Description', N'请求地址', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'api_url' GO EXEC sp_addextendedproperty 'MS_Description', N'缩略图', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'thumb' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'删除标识0-正常,1-已删除', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'请求方法0-get,1-post', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'api_method' GO EXEC sp_addextendedproperty 'MS_Description', N'请求编码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'api_code' GO EXEC sp_addextendedproperty 'MS_Description', N'是否是模板 0不是,1是', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'template' GO EXEC sp_addextendedproperty 'MS_Description', N'浏览次数', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'view_count' GO EXEC sp_addextendedproperty 'MS_Description', N'css增强', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'css_str' GO EXEC sp_addextendedproperty 'MS_Description', N'js增强', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'js_str' GO EXEC sp_addextendedproperty 'MS_Description', N'多租户标识', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report', 'COLUMN', N'tenant_id' GO EXEC sp_addextendedproperty 'MS_Description', N'在线excel设计器', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report' GO -- ---------------------------- -- Records of jimu_report -- ---------------------------- INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'01a1e07ed4b12348b29d5a47ac7f0228', N'566960792', N'销售公司出库单副本0792', N'', NULL, N'printinfo', N'{"area":{"sri":4,"sci":0,"eri":4,"eci":0,"width":32,"height":25},"printElWidth":794,"excel_config_id":"ff9bd143582a6dfed897ba8b6f93b175","printElHeight":800,"rows":{"0":{"cells":{"0":{"style":11,"text":"医疗器械销售公司出货单","merge":[0,9]}},"height":83},"1":{"cells":{"0":{"text":"供货单位:","style":20,"merge":[0,1]},"1":{"style":30},"2":{"text":"${gongsi.gname}","style":19},"3":{"style":19},"4":{"text":"供货日期:","style":19},"5":{"text":"${gongsi.gdata}","style":19,"merge":[0,1]},"6":{"style":19},"7":{"text":"编号:","style":20},"8":{"text":"${gongsi.num}","style":19,"merge":[0,1]},"9":{"style":19}},"isDrag":true},"2":{"cells":{"0":{"text":"行号","style":39},"1":{"text":"产品代码","style":39},"2":{"text":"产品名称","style":39},"3":{"text":"规格型号","style":39},"4":{"text":"单位","style":39},"5":{"text":"实发数量","style":39},"6":{"text":"销售单价(元)","style":39},"7":{"text":"折扣率(%)","style":39},"8":{"text":"销售金额(元)","style":39},"9":{"text":"备注","style":39}}},"3":{"cells":{"0":{"style":35,"text":"#{xiaoshou.id}"},"1":{"style":35,"text":"#{xiaoshou.hnum}"},"2":{"style":35,"text":"#{xiaoshou.hname}"},"3":{"style":35,"text":"#{xiaoshou.xinghao}"},"4":{"style":35,"text":"#{xiaoshou.danwei}"},"5":{"style":35,"text":"#{xiaoshou.num}"},"6":{"style":35,"text":"#{xiaoshou.danjia}"},"7":{"style":35,"text":"#{xiaoshou.zhekoulv}"},"8":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"},"9":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"}}},"4":{"cells":{"0":{"style":4},"1":{}},"isDrag":true},"len":84,"-1":{"cells":{"0":{"text":"#{gongsi.gdata}"},"-1":{"text":"#{gongsi.didian}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":794,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"size":9}},{"font":{"size":9}},{"align":"right","font":{"size":9}},{"align":"center","font":{"size":8}},{"font":{"size":8}},{"align":"right","font":{"size":8}},{"align":"center","font":{"size":8},"color":"#7f7f7f"},{"font":{"size":8},"color":"#7f7f7f"},{"align":"right","font":{"size":8},"color":"#7f7f7f"},{"align":"center","font":{"size":8},"color":"#3f3f3f"},{"font":{"size":8},"color":"#3f3f3f"},{"align":"right","font":{"size":8},"color":"#3f3f3f"},{"align":"center","font":{"size":8},"color":"#262626"},{"font":{"size":8},"color":"#262626"},{"align":"right","font":{"size":8},"color":"#262626"},{"align":"center","font":{"size":8},"color":"#0c0c0c"},{"font":{"size":8},"color":"#0c0c0c"},{"align":"right","font":{"size":8},"color":"#0c0c0c"},{"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]}},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#a7d08c"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#a7d08c"}],"validations":[],"cols":{"0":{"width":32},"1":{"width":65},"2":{"width":115},"3":{"width":70},"4":{"width":52},"5":{"width":70},"6":{"width":93},"7":{"width":86},"8":{"width":75},"9":{"width":136},"10":{"width":81},"len":24},"merges":["F2:G2","F2:G2","I2:J2","A2:B2","C2:D2","A2:B2","A1:J1"]}', N'', N'https://static.jeecg.com/designreport/images/医疗器械_1607070355110.png', N'admin', N'2021-01-19 10:46:43.0000000', N'admin', N'2021-02-02 19:00:59.0000000', N'1', NULL, NULL, N'0', N'766', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1314846205892759552', N'20201010163252', N'XXX有限公司员工登记表', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":10,"sci":11,"eri":10,"eci":11,"width":85,"height":38},"excel_config_id":"1314846205892759552","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"0":{"merge":[0,8]},"9":{}},"height":22},"1":{"cells":{"1":{"style":87,"text":" "},"2":{"style":87,"text":" "},"3":{"style":87,"text":" "},"4":{"style":87,"text":" "},"5":{"style":87,"text":" "},"6":{"style":87,"text":" "},"7":{"style":87,"text":" "},"8":{"style":87,"text":" "}},"height":24},"2":{"cells":{"0":{"text":"所在部门","style":93},"1":{"text":"${yuangongjiben.department}","style":23,"merge":[0,2]},"4":{"text":"职务","style":93},"5":{"text":"${yuangongjiben.post}","style":23},"6":{"text":"填写日期","style":93},"7":{"text":"${yuangongjiben.data}","style":23,"merge":[0,1]}},"isDrag":true,"height":36},"3":{"cells":{"0":{"text":"姓名","style":93},"1":{"text":"${yuangongjiben.name}","style":23},"2":{"text":"性别","style":93},"3":{"text":"${yuangongjiben.sex}","style":23},"4":{"text":"出生日期","style":93},"5":{"text":"${yuangongjiben.birth}","style":23},"6":{"text":"政治面貌","style":93},"7":{"text":"${yuangongjiben.political}","style":130,"merge":[0,1]}},"isDrag":true,"height":33},"4":{"cells":{"0":{"text":"机关","style":93},"1":{"text":"${yuangongjiben.office}","style":23},"2":{"style":93,"text":"民族"},"3":{"text":"${yuangongjiben.nation}","style":23},"4":{"style":93,"text":"健康状况"},"5":{"text":"${yuangongjiben.health}","style":23},"6":{"style":93,"text":"户籍类型","virtual":"1KT8bnqRT4bi8Z7b"},"7":{"text":"${yuangongjiben.register}","style":26,"virtual":"1KT8bnqRT4bi8Z7b"},"8":{"merge":[3,0],"height":104,"style":35,"text":" ","virtual":"cvkWDQVZhfJPgcS4"}},"isDrag":true,"height":31},"5":{"cells":{"0":{"text":"最高学历","style":93},"1":{"text":"${yuangongjiben.education}","style":23},"2":{"text":"所学专业","style":93},"3":{"text":"${yuangongjiben.major}","style":23,"merge":[0,2]},"6":{"text":"毕业时间","style":93},"7":{"text":"${yuangongjiben.gdata}","style":23}},"isDrag":true,"height":35},"6":{"cells":{"0":{"text":"电子邮箱","style":93},"1":{"text":"${yuangongjiben.mailbox}","style":23},"2":{"text":"手机号","style":93},"3":{"text":"${yuangongjiben.telphone}","style":23,"merge":[0,2]},"6":{"text":"家庭电话","style":93},"7":{"text":"${yuangongjiben.homephone}","style":23}},"isDrag":true,"height":38},"7":{"cells":{"0":{"merge":[0,1],"text":"第一次参加工作时间","style":93},"2":{"text":"${yuangongjiben.pworktime}","style":133,"merge":[0,2]},"5":{"style":93,"text":"入职时间"},"6":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,1]}},"isDrag":true,"height":27},"8":{"cells":{"0":{"merge":[0,1],"text":"毕业院校","style":93},"2":{"text":"${yuangongjiben.school}","style":24,"merge":[0,2]},"5":{"style":93,"text":"身份证号"},"6":{"text":"${yuangongjiben.idcard}","style":24,"merge":[0,2]}},"isDrag":true,"height":34},"9":{"cells":{"0":{"merge":[0,1],"text":"入党(团)时间、地点","style":94},"2":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,2]},"5":{"text":"婚姻状况","style":93},"6":{"text":"${yuangongjiben.marital}","style":23},"7":{"text":"有无子女","style":93},"8":{"text":"${yuangongjiben.children}","style":23}},"isDrag":true,"height":33},"10":{"cells":{"0":{"merge":[0,1],"text":"户口所在街道名称","style":93},"2":{"text":"${yuangongjiben.hukoustreet}","style":24,"merge":[0,2]},"5":{"merge":[0,1],"text":"户口所在地邮编","style":93},"7":{"text":"${yuangongjiben.hukounum}","style":23,"merge":[0,1]}},"isDrag":true,"height":38},"11":{"cells":{"0":{"text":"户口所在地地址","style":96,"merge":[2,1]},"2":{"text":"${yuangongjiben.hukoudi}","style":26,"merge":[2,6]}},"isDrag":true},"12":{"cells":{}},"13":{"cells":{"11":{"text":""}},"isDrag":true},"14":{"cells":{"0":{"merge":[0,1],"text":"现居住地址","style":98},"2":{"text":"${yuangongjiben.currentdi}","style":26,"merge":[0,2]},"5":{"style":98,"merge":[0,1],"text":"现居住地址邮编"},"7":{"text":"${yuangongjiben.currentnum}","style":26,"merge":[0,1]}},"isDrag":true,"height":33},"15":{"cells":{"0":{"merge":[0,1],"text":"是否参加社保","style":98},"2":{"text":"${yuangongjiben.socialsecurity}","style":27,"merge":[0,1]},"4":{"text":"有无公积金","style":98},"5":{"text":"${yuangongjiben.providentfund}","style":27,"merge":[0,1]},"7":{"text":"兴趣爱好","style":98},"8":{"text":"${yuangongjiben.hobby}","style":27}},"isDrag":true,"height":34},"16":{"cells":{"0":{"merge":[0,1],"text":"参加社保类型","style":98},"2":{"text":"${yuangongjiben.sbtype}","style":116,"merge":[0,6]}},"isDrag":true,"height":30},"17":{"cells":{"0":{"merge":[0,1],"text":"个人档案存放地","style":98},"2":{"text":"${yuangongjiben.archivesdi}","style":116,"merge":[0,6]}},"isDrag":true,"height":33},"18":{"cells":{"0":{"text":" ","style":7},"1":{"text":" ","style":7},"2":{"text":" ","style":7},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7}}},"19":{"cells":{"0":{"merge":[0,4],"text":"学历、经历(从高中开始写)","style":99},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"20":{"cells":{"0":{"text":"由_年_月","merge":[0,1],"style":36},"2":{"merge":[0,1],"text":"至_年_月","style":38},"4":{"merge":[0,1],"text":"就读学校","style":38},"6":{"merge":[0,1],"text":"专业","style":38},"8":{"text":"担任职务","style":38},"9":{"style":112,"text":" "}}},"21":{"cells":{"0":{"style":90,"merge":[0,1],"text":"#{xueli.kdate}"},"2":{"style":90,"text":"#{xueli.jdate}","merge":[0,1]},"4":{"style":90,"text":"#{xueli.jstudent}","merge":[0,1]},"6":{"style":90,"text":"#{xueli.zhuanye}","merge":[0,1]},"8":{"style":90,"text":"#{xueli.zhiwu}"},"9":{"style":112,"text":" "}},"isDrag":true},"22":{"cells":{"0":{"style":7,"text":" "},"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"23":{"cells":{"0":{"merge":[0,4],"text":"工作经历","style":124},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}},"height":27},"24":{"cells":{"0":{"text":"由_年_月","merge":[0,1],"style":36},"2":{"merge":[0,1],"text":"至_年_月","style":38},"4":{"text":"工作单位及职称","style":38,"merge":[0,1]},"6":{"merge":[0,1],"text":"证明人","style":38},"8":{"text":"联系方式","style":38},"9":{"style":112,"text":" "}}},"25":{"cells":{"0":{"text":"#{uu.kdate}","style":90,"merge":[0,1]},"2":{"text":"#{uu.jdate}","style":90,"merge":[0,1]},"4":{"text":"#{uu.jstudent}","style":90,"merge":[0,1]},"6":{"text":"#{uu.zmname}","style":90,"merge":[0,1]},"8":{"text":"#{uu.zmphone}","style":90},"9":{"style":112,"text":" "}},"isDrag":true},"26":{"cells":{"0":{"style":7,"text":" "},"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"27":{"cells":{"0":{"merge":[0,4],"text":"职称/资格、证书","style":125},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}},"height":46},"28":{"cells":{"0":{"text":"发证时间","merge":[0,1],"style":36},"2":{"merge":[0,1],"text":"职称名称","style":38},"4":{"text":"级别","style":38,"merge":[0,1]},"6":{"text":"发证单位","style":38,"merge":[0,1]},"8":{"text":"备注","style":38},"9":{"style":112,"text":" "}}},"29":{"cells":{"0":{"text":"#{zhengshu.fdate}","style":90,"merge":[0,1]},"2":{"text":"#{zhengshu.zcname}","style":90,"merge":[0,1]},"4":{"text":"#{zhengshu.jibie}","style":90,"merge":[0,1]},"6":{"text":"#{zhengshu.danwei}","style":90,"merge":[0,1]},"8":{"text":"#{zhengshu.beizhu}","style":90},"9":{"style":112,"text":" "}},"isDrag":true},"30":{"cells":{"0":{"style":7,"text":" "},"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"31":{"cells":{"0":{"merge":[0,1],"text":"家庭成员","style":125},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}},"height":42},"32":{"cells":{"0":{"merge":[0,1],"text":"姓名","style":38},"2":{"merge":[0,1],"text":"关系","style":38},"4":{"text":"年龄","style":38},"5":{"text":"工作单位","style":38,"merge":[0,1]},"7":{"text":"政治面貌","style":38},"8":{"text":"联系方式","style":38},"9":{"style":112,"text":" "}}},"33":{"cells":{"0":{"text":"#{jtcy.name}","style":90,"merge":[0,1]},"2":{"text":"#{jtcy.guanxi}","style":90,"merge":[0,1]},"4":{"text":"#{jtcy.age}","style":90},"5":{"text":"#{jtcy.danwei}","style":90,"merge":[0,1]},"7":{"text":"#{jtcy.zzmm}","style":90},"8":{"text":"#{jtcy.phone}","style":90},"9":{"style":112,"text":" "}},"isDrag":true},"34":{"cells":{"0":{"text":" ","style":7},"1":{"text":" ","style":7},"2":{"text":" ","style":7},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7},"9":{"style":112,"text":" "}}},"35":{"cells":{"0":{"merge":[0,2],"text":"所获奖励","style":125},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7},"9":{"style":112,"text":" "}},"height":47},"36":{"cells":{"0":{"text":"时间","style":90,"merge":[0,2]},"3":{"style":90,"text":"地点","merge":[0,2]},"6":{"style":90,"text":"所获得的奖励名称","merge":[0,2]},"9":{"style":112,"text":" "}}},"37":{"cells":{"0":{"text":"#{jiangli.date}","style":90,"merge":[0,2]},"3":{"text":"#{jiangli.didian}","style":90,"merge":[0,2]},"6":{"text":"#{jiangli.mingcheng}","style":90,"merge":[0,2]},"9":{"style":112,"text":" "}},"isDrag":true},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":703,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"name":"仿宋"}},{"font":{"name":"仿宋"}},{"align":"center","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":12}},{"font":{"name":"宋体","size":12}},{"align":"center","font":{"name":"宋体","size":8}},{"font":{"name":"宋体","size":8}},{"align":"center","font":{"name":"宋体","size":10}},{"font":{"name":"宋体","size":10}},{"align":"center","font":{"name":"隶书","size":10}},{"font":{"name":"隶书","size":10}},{"align":"center","font":{"name":"华文中宋","size":10}},{"font":{"name":"华文中宋","size":10}},{"align":"center","font":{"name":"Microsoft YaHei","size":10}},{"font":{"name":"Microsoft YaHei","size":10}},{"textwrap":true},{"textwrap":true,"align":"center"},{"textwrap":true,"align":"center","font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":10}},{"font":{"bold":true,"size":10},"align":"center"},{"font":{"bold":true},"align":"center"},{"font":{"bold":true,"size":10},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center"},{"font":{"bold":true,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["medium","#000"]}},{"border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"}},{"border":{"top":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei"}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center"},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei","size":8}},{"align":"center","font":{"name":"Microsoft YaHei","size":9},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei","size":8}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"}},{"border":{"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true}},{"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","bold":true}},{"border":{"top":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"top":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#ffffff"]}},{"border":{"top":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"left","font":{"name":"宋体"}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","bold":true},"align":"right"},{"font":{"name":"宋体","bold":true},"align":"right","valign":"bottom"},{"font":{"name":"宋体","bold":true},"align":"left","valign":"bottom"},{"font":{"name":"宋体","bold":true},"valign":"bottom"},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"datetime"},{"font":{"name":"宋体","size":10},"format":"datetime"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"normal"},{"font":{"name":"宋体","size":10},"format":"normal"}],"validations":[],"cols":{"0":{"width":73},"1":{"width":71},"2":{"width":69},"3":{"width":89},"4":{"width":64},"5":{"width":47},"6":{"width":68},"7":{"width":100},"8":{"width":103},"9":{"width":19},"10":{"width":146},"11":{"width":85},"len":50},"merges":["H3:I3","B3:D3","A2:I2","D6:F6","D7:F7","A8:B8","G8:H8","A9:B9","A10:B10","C10:E10","C8:E8","C9:E9","A11:B11","C11:E11","F11:G11","H11:I11","C12:I14","A15:B15","C15:E15","F15:G15","H15:I15","A16:B16","A17:B17","A18:B18","C17:I17","C18:I18","A20:E20","A21:B21","C21:D21","E21:F21","G21:H21","A22:B22","A24:E24","A25:B25","C25:D25","G25:H25","A26:B26","A28:E28","A29:B29","C29:D29","A30:B30","A32:B32","A33:B33","C33:D33","A34:B34","C34:D34","A36:C36","C16:D16","F16:G16","QAAAAAACI1:JAAAAAABJ38","A1:I1","H4:I4","G9:I9","G22:H22","E22:F22","C22:D22","C26:D26","G26:H26","C30:D30","G30:H30","E30:F30","D37:F37","D38:F38","A38:C38","A37:C37","G37:I37","G38:I38","E29:F29","G29:H29","E25:F25","E26:F26","F33:G33","F34:G34","A12:B14","I5:I8"],"imgList":[{"row":4,"col":8,"width":"101","height":"128","src":"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/QQ截图20210115102648_1610694177544_1617244906979.png","layer_id":"cvkWDQVZhfJPgcS4","offsetX":0,"offsetY":0,"virtualCellRange":[[4,8]]}]}', NULL, N'https://static.jeecg.com/designreport/images/1122_1607312336469.png', N'admin', N'2020-10-10 16:32:53.0000000', N'admin', N'2021-04-01 02:42:07.0000000', N'0', NULL, NULL, N'1', N'606', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1316944968992034816', N'20201016113231', N'员工信息登记', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1316944968992034816","printElHeight":1047,"rows":{"1":{"cells":{"0":{"text":"员工信息登记表","merge":[0,6],"style":28},"1":{"style":21,"text":" "},"2":{"style":21,"text":" "},"3":{"style":21,"text":" "},"4":{"style":21,"text":" "},"5":{"style":21,"text":" "},"6":{"style":21,"text":" "}},"height":46},"2":{"cells":{"0":{"text":"编号:","style":29},"1":{"text":"${employee.num}","style":30,"merge":[0,3]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":" ","style":24},"5":{"text":"填写日期:","style":29},"6":{"text":"${employee.create_time}","style":36}},"isDrag":true,"height":44},"3":{"cells":{"0":{"text":"姓名:","style":29},"1":{"text":"${employee.name}","style":30},"2":{"text":"性别:","style":29},"3":{"text":"${employee.sex}","style":30},"4":{"text":"出生年月:","style":29},"5":{"text":"${employee.birthday}","style":36},"6":{"style":3,"text":" ","merge":[4,0],"virtual":"Ym8ny6lYTdutY5tT"}},"isDrag":true,"height":42},"4":{"cells":{"0":{"text":"民族:","style":29},"1":{"text":"${employee.nation}","style":30},"2":{"text":"政治面貌:","style":29},"3":{"text":"${employee.political}","style":30},"4":{"text":"籍贯:","style":29},"5":{"text":"${employee.native_place}","style":30}},"isDrag":true,"height":38},"5":{"cells":{"0":{"text":"身高(cm):","style":29},"1":{"text":"${employee.height}","style":30},"2":{"text":"体重(kg):","style":29},"3":{"text":"${employee.weight}","style":30},"4":{"text":"健康状况:","style":29},"5":{"text":"${employee.health}","style":30}},"isDrag":true,"height":38},"6":{"cells":{"0":{"text":"身份证号:","style":29},"1":{"text":"${employee.id_card}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"学历:","style":29},"5":{"text":"${employee.education}","style":30}},"isDrag":true,"height":40},"7":{"cells":{"0":{"text":"毕业学校:","style":29},"1":{"text":"${employee.school}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"专业:","style":29},"5":{"text":"${employee.major}","style":30}},"isDrag":true,"height":44},"8":{"cells":{"0":{"text":"联系地址:","style":29},"1":{"text":"${employee.address}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"邮编:","style":29},"5":{"text":"${employee.zip_code}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":45},"9":{"cells":{"0":{"text":"Email:","style":29},"1":{"text":"${employee.email}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"手机号:","style":29},"5":{"text":"${employee.phone}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":40},"10":{"cells":{"0":{"text":"外语语种:","style":29},"1":{"text":"${employee.foreign_language}","style":30},"2":{"text":"外语水平:","style":29},"3":{"text":"${employee.foreign_language_level}","style":30},"4":{"text":"计算机水平:","style":29},"5":{"text":"${employee.computer_level}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":41},"11":{"cells":{"0":{"text":"毕业时间:","style":29},"1":{"text":"${employee.graduation_time}","style":34},"2":{"text":"到职时间:","style":29},"3":{"text":"${employee.arrival_time}","style":34},"4":{"text":"职称:","style":29},"5":{"text":"${employee.positional_titles}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":42},"12":{"cells":{"0":{"text":"教育经历:","style":32},"1":{"text":"","style":35,"merge":[0,5]},"2":{"text":" ","style":40},"3":{"text":" ","style":40},"4":{"text":" ","style":40},"5":{"text":" ","style":40},"6":{"text":" ","style":40}},"isDrag":true,"height":39},"13":{"cells":{"0":{"text":"${employee.education_experience}","style":33,"merge":[0,6]},"1":{"style":27,"text":" "},"2":{"style":27,"text":" "},"3":{"style":27,"text":" "},"4":{"style":27,"text":" "},"5":{"style":27,"text":" "},"6":{"style":27,"text":" "}},"isDrag":true,"height":70},"14":{"cells":{"0":{"text":"工作经历:","style":32},"1":{"merge":[0,5],"style":30,"text":" "},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":" ","style":24},"5":{"text":" ","style":24},"6":{"text":" ","style":24}},"height":43},"15":{"cells":{"0":{"text":"${employee.work_experience}","style":30,"merge":[0,6]},"1":{"text":" ","style":24},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":" ","style":24},"5":{"text":" ","style":24},"6":{"text":" ","style":24}},"isDrag":true,"height":61},"17":{"cells":{"1":{"text":"","style":37}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":["sex1"],"freeze":"A1","dataRectWidth":712,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"right"},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false,"name":"宋体"}},{"font":{"bold":false,"name":"宋体"}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"normal"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date"},{"format":"date2"},{"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"time"},{"font":{"name":"宋体"},"format":"normal"}],"validations":[],"cols":{"0":{"width":79},"1":{"width":92},"2":{"width":76},"3":{"width":106},"5":{"width":123},"6":{"width":136},"len":50},"merges":["A2:G2","B3:E3","B7:D7","B8:D8","B9:D9","B10:D10","F9:G9","F10:G10","F11:G11","F12:G12","B13:G13","A14:G14","B15:G15","A16:G16","G4:G8"],"imgList":[{"row":3,"col":6,"width":"135","height":"192","src":"https://static.jeecg.com/designreport/images/QQ截图20210108095848_1610071294294.png","layer_id":"Ym8ny6lYTdutY5tT","offsetX":0,"offsetY":0,"virtualCellRange":[[3,6]]}]}', NULL, N'https://static.jeecg.com/designreport/images/1133_1607312428261.png', N'admin', N'2020-10-16 11:32:32.0000000', N'admin', N'2021-02-03 13:59:35.0000000', N'0', NULL, NULL, N'1', N'1410', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1331503965770223616', N'20201125155042', N'房屋销售综合展示大屏', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"width":"338","height":"378","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"缤纷南郡\",\"中航华府\",\"3中家属楼\",\"幸福家园\",\"水晶国际\",\"绿城小区\",\"缤纷南郡二期\",\"国奥家园\",\"西西胡同\",\"融创学府\",\"蓝湾国际\",\"广发小区\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":71,\"bottom\":39,\"right\":29},\"series\":[{\"barWidth\":13,\"data\":[2,2,2,3,4,3,3,5,2,7,4,8],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#67994B\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"各楼盘成交量排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/bg1_1606961907450_1617248229528.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331511745851731969","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"5ggWQtDUvSopC4iL","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2],[1,3]]},{"row":1,"col":12,"width":"327","height":"152","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":34,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"高层\",\"小高层\",\"写字楼\",\"厂房\",\"公寓\",\"别墅\",\"厂房\",\"四合院\",\"loft\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":50,\"left\":30,\"bottom\":44,\"right\":24},\"series\":[{\"areaStyle\":null,\"data\":[20,25,10,5,9,1,5,1,20],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#D04672\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"房形分析\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1607938818911.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331922734933987329","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"fangyuan","chartType":"line.smooth","isTiming":true,"intervalTime":"5"},"layer_id":"nk6I2RCefm9scS1k","offsetX":0,"offsetY":0,"virtualCellRange":[[1,12],[1,13],[1,14],[1,15]]},{"row":7,"col":12,"width":"324","height":"215","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1室\",\"2室\",\"3室\",\"4室\",\"5室\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"1室\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(53,165,180,1)\"}},{\"name\":\"2室\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(60,140,198,1)\"}},{\"name\":\"3室\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(93,144,81,1)\"}},{\"name\":\"4室\",\"value\":5,\"itemStyle\":{\"color\":\"rgba(191,146,68,1)\"}},{\"name\":\"5室\",\"value\":3,\"itemStyle\":{\"color\":\"rgba(188,69,117,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"160\",\"120\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"40%\",\"50%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同户型销售\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1608536502813.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331919172472524801","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"huxingxiaoshou","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"MCJP8uqwe57YoCvF"},"layer_id":"MCJP8uqwe57YoCvF","offsetX":0,"offsetY":0,"virtualCellRange":[[7,12],[7,13],[7,14],[7,15]]},{"row":7,"col":4,"width":"662","height":"222","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"#A98E8E\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"成交量\",\"成交价\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#FBF8F8\",\"fontSize\":\"10\"}},\"grid\":{\"top\":58,\"left\":30,\"bottom\":43,\"right\":32},\"series\":[{\"barWidth\":15,\"stack\":\"1\",\"data\":[10,7,5,5,7,9,3,6,5,8,6,6],\"name\":\"成交量\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]},{\"barWidth\":15,\"stack\":\"1\",\"data\":[5,5,12,5,5,5,5,10,5,5,5,5],\"name\":\"成交价\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"成交量和成交价趋势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/QQ截图20201207201434_1607343287788.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331872643531526146","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao1","chartType":"bar.stack","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"Nf6Xud4fZqEfvQw4","offsetX":0,"offsetY":0,"virtualCellRange":[[7,4],[7,5],[7,6],[7,7],[7,8],[7,9],[7,10],[7,11]]},{"row":16,"col":12,"width":"326","height":"200","config":"{\"radar\":[{\"indicator\":[{\"name\":\"房产证\",\"max\":520},{\"name\":\"购房发票\",\"max\":310},{\"name\":\"购房合同\",\"max\":380},{\"name\":\"预售合同\",\"max\":450},{\"name\":\"抵押合同\",\"max\":600},{\"name\":\"预收合同\",\"max\":350}],\"shape\":\"polygon\",\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"50%\",\"50%\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#72ACD1\",\"fontSize\":\"10\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}}}],\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"售后产权\",\"单位产权\",\"个人产权\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"type\":\"radar\",\"data\":[{\"name\":\"售后产权\",\"value\":[43,100,280,350,500,250],\"areaStyle\":{\"color\":\"#3F9AFB\",\"opacity\":1},\"lineStyle\":{\"color\":\"#2D8CF0\"}},{\"name\":\"单位产权\",\"value\":[190,50,140,280,310,150],\"areaStyle\":{\"color\":\"#A6F65C\",\"opacity\":1},\"lineStyle\":{\"color\":\"#55FE4D\"}},{\"name\":\"个人产权\",\"value\":[420,210,160,0,120,130],\"areaStyle\":{\"color\":\"rgba(188,69,117,1)\",\"opacity\":1},\"lineStyle\":{\"color\":\"rgba(188,69,117,1)\"}}]}],\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同产权、证件成交量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1608274537110.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331916030221602818","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"btchanquan","chartType":"radar.basic","isTiming":true,"intervalTime":"10","id":"IWoBtyiRxjkEbkfD"},"layer_id":"IWoBtyiRxjkEbkfD","offsetX":0,"offsetY":0,"virtualCellRange":[[16,12],[16,13],[16,14],[16,15]]},{"row":16,"col":1,"width":"337","height":"205","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":70,\"bottom\":40,\"right\":24},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售量成交排行榜\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1606961907450.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"Cror94F1kmbP71ip","offsetX":0,"offsetY":0,"virtualCellRange":[[16,1],[16,2],[16,3]]},{"row":16,"col":4,"width":"334","height":"206","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":56,\"bottom\":38,\"right\":30},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售员成交金额\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1606961918589.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"pBOwp0Q0g4iuJCVm","offsetX":0,"offsetY":0,"virtualCellRange":[[16,4],[16,5],[16,6],[16,7]]},{"row":16,"col":8,"width":"324","height":"206","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"简装\",\"中装\",\"精装\",\"豪装\",\"毛坯\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"简装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(52,158,172,1)\"}},{\"name\":\"中装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(56,131,185,1)\"}},{\"name\":\"精装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(103,153,75,1)\"}},{\"name\":\"豪装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(230,165,55,1)\"}},{\"name\":\"毛坯\",\"value\":10,\"itemStyle\":{\"color\":\"\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"100\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"52%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同装修类型销售销量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1608535503498.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331878107552010242","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuangxiu","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"rQgkcYfLy4x0EP6h"},"layer_id":"rQgkcYfLy4x0EP6h","offsetX":0,"offsetY":0,"virtualCellRange":[[16,8],[16,9],[16,10],[16,11]]}],"area":{"sri":16,"sci":1,"eri":23,"eci":3,"width":340,"height":200},"excel_config_id":"1331503965770223616","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"0":{"text":""},"1":{"style":60,"merge":[0,13],"text":"房屋销售综合展示大屏"}},"height":113},"1":{"cells":{"1":{"merge":[14,2],"style":43,"text":" ","virtual":"5ggWQtDUvSopC4iL"},"2":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"3":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"4":{"style":53,"text":"成交量:","merge":[2,0],"virtual":"5ggWQtDUvSopC4iL"},"5":{"text":"#{qingkuang.cjl}","style":64,"merge":[2,0]},"7":{"style":53,"text":"成交金额:","merge":[2,0]},"8":{"text":"#{qingkuang.cjje}","style":68,"merge":[2,0]},"10":{"style":53,"text":"销售面积:","merge":[2,0]},"11":{"text":"#{qingkuang.xsmj}","style":64,"merge":[2,0]},"12":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"13":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"14":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"15":{"text":" ","virtual":"nk6I2RCefm9scS1k"}},"isDrag":true},"2":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"3":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"4":{"cells":{"4":{"style":58,"text":"成交均价:","merge":[2,0]},"5":{"text":"#{qingkuang.cjjj}","style":65,"merge":[2,0]},"7":{"style":58,"text":"售房佣金:","merge":[2,0]},"8":{"text":"#{qingkuang.sfyj}","style":65,"merge":[2,0]},"10":{"style":58,"text":"预定客户:","merge":[2,0]},"11":{"text":"#{qingkuang.ydkh}","style":65,"merge":[2,0]},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}},"isDrag":true,"height":25},"5":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"6":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"7":{"cells":{"4":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"5":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"6":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"7":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"8":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"9":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"10":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"11":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"12":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"13":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"14":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"15":{"text":" ","virtual":"MCJP8uqwe57YoCvF"}}},"8":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"9":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"10":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"11":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"12":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"13":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"14":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"15":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"16":{"cells":{"1":{"style":43,"text":" ","merge":[7,2],"virtual":"Cror94F1kmbP71ip"},"2":{"text":" ","virtual":"Cror94F1kmbP71ip"},"3":{"text":" ","virtual":"Cror94F1kmbP71ip"},"4":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"5":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"6":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"7":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"8":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"9":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"10":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"11":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"12":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"13":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"14":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"15":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"}}},"17":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"18":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"19":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"20":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"21":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"22":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"23":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"24":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1546,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606961893275.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"font":{"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"name":"Microsoft YaHei","size":18}},{"font":{"name":"Microsoft YaHei","size":18}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16}},{"font":{"name":"Microsoft YaHei","size":16}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center"},{"font":{"name":"Microsoft YaHei","size":16},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right"},{"align":"right"},{"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":14}},{"align":"right","font":{"size":14}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":12}},{"align":"right","font":{"size":12}},{"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":12}},{"font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11}},{"align":"right","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11}},{"align":"center","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":11}},{"font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true}},{"align":"right","font":{"size":11,"bold":true}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center","color":"#ffffff"},{"color":"#ffffff"},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22}},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#000100"},{"color":"#000100","font":{"size":22}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff"},{},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff","border":{"right":["thin","#eee"]}},{"align":"right","font":{"size":16,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":15,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14},"color":"#ffffff","valign":"top"},{"font":{"bold":true,"name":"宋体","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":""},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":""}],"validations":[],"cols":{"0":{"width":117},"3":{"width":140},"4":{"width":136},"5":{"width":79},"6":{"width":1},"7":{"width":123},"8":{"width":102},"9":{"width":24},"11":{"width":100},"14":{"width":124},"len":50},"merges":["B2:D16","E8:L16","B17:D24","E17:H24","E2:E4","F2:F4","E5:E7","F5:F7","H2:H4","H5:H7","I5:I7","I2:I4","K2:K4","L2:L4","K5:K7","L5:L7","M17:O24","B1:O1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201125161646_1606705892603.png', N'admin', N'2020-11-25 15:50:43.0000000', N'admin', N'2021-04-01 03:37:15.0000000', N'0', NULL, NULL, N'1', N'707', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334378897302753280', N'20201203140834', N'区域销售表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1334378897302753280","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"区域销售表","merge":[0,22],"style":10},"2":{"style":10},"3":{"style":10},"4":{"style":10},"5":{"style":10},"6":{"style":10},"7":{"style":10},"8":{"style":10},"9":{"style":10},"10":{"style":10},"11":{"style":10},"12":{"style":10},"13":{"style":10},"14":{"style":10},"15":{"style":10},"16":{"style":10},"17":{"style":10},"18":{"style":10},"19":{"style":10},"20":{"style":10},"21":{"style":10},"22":{"style":10},"23":{"style":10}},"height":72},"1":{"cells":{"0":{"style":64},"1":{"text":"区域","merge":[1,0],"style":65},"2":{"text":"省份","merge":[1,0],"style":65},"3":{"text":"1月","merge":[0,2],"style":65},"4":{"style":66,"text":" "},"5":{"style":66,"text":" "},"6":{"text":"2月","merge":[0,2],"style":65},"7":{"style":66,"text":" "},"8":{"style":66,"text":" "},"9":{"text":"3月","merge":[0,2],"style":65},"10":{"style":66,"text":" "},"11":{"style":66,"text":" "},"12":{"text":"4月","merge":[0,2],"style":65},"13":{"style":66,"text":" "},"14":{"style":66,"text":" "},"15":{"text":"5月","merge":[0,2],"style":65},"16":{"style":66,"text":" "},"17":{"style":66,"text":" "},"18":{"text":"6月","merge":[0,2],"style":65},"19":{"style":66,"text":" "},"20":{"style":66,"text":" "},"21":{"text":"总合计","merge":[0,2],"style":65},"22":{"style":66,"text":" "},"23":{"style":66,"text":" "},"24":{"style":64},"25":{"style":64}},"height":22},"2":{"cells":{"0":{"style":64},"1":{"style":66,"text":" "},"2":{"style":65,"text":" "},"3":{"text":"销售额","style":65},"4":{"text":"搭赠","style":65},"5":{"text":"比例","style":65},"6":{"text":"销售额","style":65},"7":{"text":"搭赠","style":65},"8":{"text":"比例","style":65},"9":{"text":"销售额","style":65},"10":{"text":"搭赠","style":65},"11":{"text":"比例","style":65},"12":{"text":"销售额","style":65},"13":{"text":"搭赠","style":65},"14":{"text":"比例","style":65},"15":{"text":"销售额","style":65},"16":{"text":"搭赠","style":65},"17":{"text":"比例","style":65},"18":{"text":"销售额","style":65},"19":{"text":"搭赠","style":65},"20":{"text":"比例","style":65},"21":{"text":"销售额","style":65},"22":{"text":"搭赠","style":65},"23":{"text":"比例","style":65},"24":{"style":64},"25":{"style":64}},"height":24},"3":{"cells":{"0":{"style":67},"1":{"text":"#{quyuxiaoshou.group(region)}","style":52,"aggregate":"group"},"2":{"text":"#{quyuxiaoshou.province}","style":53},"3":{"text":"#{quyuxiaoshou.sales_1}","style":17},"4":{"text":"#{quyuxiaoshou.gift_1}","style":17},"5":{"text":"#{quyuxiaoshou.proportion_1}","style":17},"6":{"text":"#{quyuxiaoshou.sales_2}","style":17},"7":{"text":"#{quyuxiaoshou.gift_2}","style":17},"8":{"text":"#{quyuxiaoshou.proportion_2}","style":17},"9":{"text":"#{quyuxiaoshou.sales_3}","style":17},"10":{"text":"#{quyuxiaoshou.gift_3}","style":17},"11":{"text":"#{quyuxiaoshou.proportion_3}","style":17},"12":{"text":"#{quyuxiaoshou.sales_4}","style":17},"13":{"text":"#{quyuxiaoshou.gift_4}","style":17},"14":{"text":"#{quyuxiaoshou.proportion_4}","style":17},"15":{"text":"#{quyuxiaoshou.sales_5}","style":17},"16":{"text":"#{quyuxiaoshou.gift_5}","style":17},"17":{"text":"#{quyuxiaoshou.proportion_5}","style":15},"18":{"text":"#{quyuxiaoshou.sales_6}","style":15},"19":{"text":"#{quyuxiaoshou.gift_6}","style":15},"20":{"text":"#{quyuxiaoshou.proportion_6}","style":15},"21":{"text":"#{quyuxiaoshou.sales_z}","style":15},"22":{"text":"#{quyuxiaoshou.gift_z}","style":15},"23":{"text":"#{quyuxiaoshou.proportion_z}","style":15},"24":{"style":67},"25":{"style":67}},"isDrag":true,"height":56},"4":{"cells":{"0":{"style":64},"1":{"style":39,"text":"总计","merge":[0,1]},"3":{"style":68,"text":"=SUM(D4)"},"4":{"style":69,"text":"=SUM(E4)"},"5":{"style":70,"text":"=SUM(F4)"},"6":{"style":69,"text":"=SUM(G4)"},"7":{"style":69,"text":"=SUM(H4)"},"8":{"style":70,"text":"=SUM(I4)"},"9":{"style":69,"text":"=SUM(J4)"},"10":{"style":69,"text":"=SUM(K4)"},"11":{"style":70,"text":"=SUM(L4)"},"12":{"style":69,"text":"=SUM(M4)"},"13":{"style":69,"text":"=SUM(N4)"},"14":{"style":70,"text":"=SUM(O4)"},"15":{"style":69,"text":"=SUM(P4)"},"16":{"style":69,"text":"=SUM(Q4)"},"17":{"style":70,"text":"=SUM(R4)"},"18":{"style":69,"text":"=SUM(S4)"},"19":{"style":69,"text":"=SUM(T4)"},"20":{"style":70,"text":"=SUM(U4)"},"21":{"style":69,"text":"=SUM(V4)"},"22":{"style":69,"text":"=SUM(W4)"},"23":{"style":69,"text":"=SUM(X4)"},"24":{"style":64},"25":{"style":64}},"height":38},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"quyuxiaoshou.region","freeze":"A1","dataRectWidth":1554,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"隶书"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#7f7f7f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"华文中宋"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","align":"center"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10}},{"font":{"size":10},"bgcolor":"#aedac8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10,"name":"宋体"}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":10,"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center","color":"#262626"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10,"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10,"name":"Microsoft YaHei"}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":10,"name":"Microsoft YaHei"}},{"font":{"size":8,"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10,"name":"Microsoft YaHei"}}],"validations":[],"isGroup":true,"cols":{"0":{"width":20},"1":{"width":84},"2":{"width":81},"3":{"width":75},"4":{"width":63},"5":{"width":59},"6":{"width":70},"7":{"width":57},"8":{"width":60},"9":{"width":75},"10":{"width":66},"11":{"width":64},"12":{"width":70},"13":{"width":61},"14":{"width":61},"15":{"width":70},"16":{"width":58},"17":{"width":63},"18":{"width":60},"19":{"width":63},"20":{"width":59},"21":{"width":73},"22":{"width":69},"23":{"width":73},"len":50},"merges":["B2:B3","C2:C3","D2:F2","G2:I2","J2:L2","M2:O2","P2:R2","S2:U2","V2:X2","B1:X1","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/quyu_1607069899537.png', N'admin', N'2020-12-03 14:08:34.0000000', N'admin', N'2021-02-03 13:59:12.0000000', N'0', NULL, NULL, N'1', N'441', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334420681185566722', N'202012031408346166', N'学校经费一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":7,"sci":1,"eri":7,"eci":2,"width":216,"height":25},"printElWidth":718,"excel_config_id":"1334420681185566722","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"学校经费一览表","merge":[0,22],"style":10},"2":{"style":10},"3":{"style":10},"4":{"style":10},"5":{"style":10},"6":{"style":10},"7":{"style":10},"8":{"style":10},"9":{"style":10},"10":{"style":10},"11":{"style":10},"12":{"style":10},"13":{"style":10},"14":{"style":10},"15":{"style":10},"16":{"style":10},"17":{"style":10},"18":{"style":10},"19":{"style":10},"20":{"style":10},"21":{"style":10},"22":{"style":10},"23":{"style":10}},"height":72},"1":{"cells":{"1":{"text":"学校类别","style":221,"merge":[4,0]},"2":{"merge":[4,0],"style":222,"text":"学校名称"},"3":{"text":"财政教育经费投入(万元)","merge":[0,8],"style":84},"4":{"style":40,"text":" "},"5":{"style":40,"text":" "},"6":{"style":40,"text":" "},"7":{"style":40,"text":" "},"8":{"style":40,"text":" "},"9":{"style":40,"text":" "},"10":{"style":40,"text":" "},"11":{"style":40,"text":" "},"12":{"text":"其他投入","merge":[0,7],"style":84},"13":{"text":" ","style":40},"14":{"text":" ","style":40},"15":{"text":" ","style":40},"16":{"text":" ","style":40},"17":{"text":" ","style":40},"18":{"text":" ","style":40},"19":{"text":" ","style":40},"20":{"style":84,"text":"补充资料","merge":[0,4]},"21":{"text":" ","style":40},"22":{"text":" ","style":40},"23":{"text":" ","style":40},"24":{"text":" ","style":40}},"height":28},"2":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"text":"总计","style":117,"merge":[3,0]},"4":{"text":"教育事业费","style":117,"merge":[0,6]},"5":{"style":118,"text":" "},"6":{"style":118,"text":" "},"7":{"style":118,"text":" "},"8":{"style":118,"text":" "},"9":{"style":118,"text":" "},"10":{"style":118,"text":" "},"11":{"text":"基础拨款","style":117,"merge":[3,0]},"12":{"text":"村投入","style":117,"merge":[0,4]},"13":{"text":" ","style":223},"14":{"text":" ","style":223},"15":{"text":" ","style":223},"16":{"text":" ","style":223},"17":{"text":"社会捐款","style":117,"merge":[0,2]},"18":{"text":" ","style":223},"19":{"text":" ","style":223},"20":{"style":126,"merge":[0,4],"text":"信息化建设"},"21":{"style":122,"text":" "},"22":{"style":122,"text":" "},"23":{"style":122,"text":" "},"24":{"style":122,"text":" "}},"height":24},"3":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"style":118,"text":" "},"4":{"merge":[0,1],"text":"合计","style":121},"5":{"style":122,"text":" "},"6":{"merge":[2,0],"text":"人员经费","style":121},"7":{"merge":[2,0],"text":"日常公用费用","style":123},"8":{"merge":[0,2],"text":"项目经费","style":121},"9":{"style":122,"text":" "},"10":{"style":122,"text":" "},"11":{"style":118,"text":" "},"12":{"merge":[2,0],"text":"合计","style":121},"13":{"merge":[0,3],"text":"其中","style":121},"14":{"text":" ","style":223},"15":{"text":" ","style":223},"16":{"text":" ","style":223},"17":{"merge":[2,0],"text":"合计","style":121},"18":{"merge":[0,1],"text":"其中","style":121},"19":{"style":122,"text":" "},"20":{"merge":[2,0],"text":"本年投入金额(万元)","style":230},"21":{"merge":[0,1],"text":"电脑数(台数)","style":121},"22":{"style":122,"text":" "},"23":{"merge":[0,1],"text":"校园网数(个)","style":121},"24":{"style":122,"text":" "}}},"4":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"style":118,"text":" "},"4":{"merge":[1,0],"text":"金额","style":126},"5":{"merge":[1,0],"text":"比上年增长(%)","style":127},"6":{"style":122,"text":" "},"7":{"style":123,"text":" "},"8":{"merge":[1,0],"text":"合计","style":121},"9":{"merge":[0,1],"text":"其中","style":121},"10":{"style":122,"text":" "},"11":{"style":118,"text":" "},"12":{"style":121,"text":" "},"13":{"merge":[1,0],"text":"人员经费","style":131},"14":{"merge":[1,0],"text":"日常公用费用","style":131},"15":{"merge":[1,0],"text":"项目经费","style":131},"16":{"merge":[1,0],"text":"基建投入","style":131},"17":{"style":121,"text":" "},"18":{"merge":[1,0],"text":"项目经费","style":131},"19":{"merge":[1,0],"text":"基础投入","style":131},"20":{"style":231,"text":" "},"21":{"merge":[1,0],"text":"合计","style":121},"22":{"merge":[1,0],"text":"本年购置数","style":121},"23":{"style":121,"merge":[1,0],"text":"合计"},"24":{"merge":[1,0],"text":"本年建成数","style":121}}},"5":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"style":118,"text":" "},"4":{"style":126,"text":" "},"5":{"style":129,"text":" "},"6":{"style":121,"text":" "},"7":{"style":130,"text":" "},"8":{"style":121,"text":" "},"9":{"text":"标准化建设","style":131},"10":{"text":"信息化建设","style":121},"11":{"style":118,"text":" "},"12":{"style":121,"text":" "},"13":{"text":" ","style":223},"14":{"style":131,"text":" "},"15":{"text":" ","style":223},"16":{"style":131,"text":" "},"17":{"style":121,"text":" "},"18":{"text":" ","style":223},"19":{"style":131,"text":" "},"20":{"style":231,"text":" "},"21":{"style":121,"text":" "},"22":{"style":122,"text":" "},"23":{"style":131,"text":" "},"24":{"style":122,"text":" "}}},"6":{"cells":{"0":{"style":236},"1":{"text":"#{laiyuan.group(class)}","style":233,"aggregate":"group"},"2":{"text":"#{laiyuan.school}","style":234},"3":{"style":15,"text":"=SUM(E7,I7)"},"4":{"style":15,"text":"=SUM(G7,H7)"},"5":{"text":"#{laiyuan.lv}","style":12},"6":{"text":"#{laiyuan.renyuan_jy}","style":12},"7":{"text":"#{laiyuan.richang_jy}","style":12},"8":{"style":12,"text":"=SUM(J7,K7)"},"9":{"text":"#{laiyuan.biaozhun_jy}","style":12},"10":{"text":"#{laiyuan.xinxi_jy}","style":12},"11":{"text":"#{laiyuan.jichubokuan_jy}","style":12},"12":{"style":12,"text":"=SUM(N7,O7)"},"13":{"text":"#{laiyuan.renyuan_ct}","style":12},"14":{"text":"#{laiyuan.richang_ct}","style":12},"15":{"text":"#{laiyuan.xiangmu_ct}","style":12},"16":{"text":"#{laiyuan.jichubokuan_ct}","style":12},"17":{"style":12,"text":"=SUM(S7,T7)"},"18":{"text":"#{laiyuan.xiangmu_sh}","style":12},"19":{"text":"#{laiyuan.jichubokuan_sh}","style":12},"20":{"style":12,"text":"=SUM(V7,X7)"},"21":{"style":12,"text":"#{laiyuan.diannao}"},"22":{"text":"#{laiyuan.diannao}","style":12},"23":{"style":12,"text":"#{laiyuan.xiaoyuanwang}"},"24":{"text":"#{laiyuan.xiaoyuanwang}","style":12},"25":{"style":236}},"isDrag":true},"7":{"cells":{"1":{"text":"总计","style":226,"rendered":"","merge":[0,1]},"3":{"style":228,"text":"=SUM(D7)"},"4":{"style":228,"text":"=SUM(E7)"},"5":{"style":228,"text":""},"6":{"style":228,"text":"=SUM(G7)"},"7":{"style":228,"text":"=SUM(H7)"},"8":{"style":228,"text":"=SUM(I7)"},"9":{"style":228,"text":"=SUM(J7)"},"10":{"style":228,"text":"=SUM(K7)"},"11":{"style":228,"text":"=SUM(L7)"},"12":{"style":228,"text":"=SUM(M7)"},"13":{"style":229,"text":"=SUM(N7)"},"14":{"style":229,"text":"=SUM(O7)"},"15":{"style":229,"text":"=SUM(P7)"},"16":{"style":229,"text":"=SUM(Q7)"},"17":{"style":229,"text":"=SUM(R7)"},"18":{"style":229,"text":"=SUM(S7)"},"19":{"style":229,"text":"=SUM(T7)"},"20":{"style":229,"text":"=SUM(U7)"},"21":{"style":229,"text":"=SUM(V8)"},"22":{"style":229,"text":"=SUM(W7)"},"23":{"style":232,"text":"=SUM(X7)"},"24":{"style":229,"text":"=SUM(Y7)"}}},"9":{"cells":{"4":{"lineStart":"leftbottom","text":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"laiyuan.class","freeze":"A1","dataRectWidth":1738,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"隶书"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#7f7f7f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"华文中宋"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","align":"center"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10}},{"font":{"size":10},"bgcolor":"#aedac8"},{"bgcolor":"#02a274","font":{"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff"},{"textwrap":true},{"textwrap":true,"font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#ffffff"},{"align":"center","bgcolor":"#02a274","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#000100"},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100"},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100","bgcolor":""},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center"},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"textwrap":true,"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"font":{"size":9},"border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":""},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10}},{"color":"#000100","bgcolor":"","font":{"size":10}},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":10},"align":"center"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100"},{"font":{"size":10},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"color":"#000100","bgcolor":"","align":"center"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"color":"#000100","bgcolor":"","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"font":{"size":10},"align":"center","bgcolor":"#"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"align":"center","bgcolor":"#"},{"bgcolor":"#","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"color":"#000100","bgcolor":"#fffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"textwrap":true,"bgcolor":"#fffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"color":"#000100","bgcolor":"#ffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"textwrap":true,"bgcolor":"#ffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"color":"#000100","bgcolor":"#fff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"textwrap":true,"bgcolor":"#fff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"color":"#000100","bgcolor":"#ff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"textwrap":true,"bgcolor":"#ff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"color":"#000100","bgcolor":"#f","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#f"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"textwrap":true,"bgcolor":"#f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"color":"#000100","bgcolor":"#","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"textwrap":true,"bgcolor":"#"},{"color":"#000100","bgcolor":"#ddefe8","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"color":"#000100","font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":9},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8"},{"bgcolor":"#aedac8"},{"bgcolor":"#fffff"},{"bgcolor":"#ffff"},{"bgcolor":"#fff"},{"bgcolor":"#ff"},{"bgcolor":"#f"},{"align":"center","bgcolor":"#aedac8","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":""},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"aedac8"},{"align":"center","bgcolor":"aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"##aedac8"},{"bgcolor":"##aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":9}},{"bgcolor":"#aedac8","font":{"size":8}},{"bgcolor":"#aedac8","font":{"size":8},"align":"left"},{"bgcolor":"#aedac8","font":{"size":8},"align":"left","valign":"middle"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":10}},{"bgcolor":"#02a274","font":{"size":10},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#ddefe8","font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":10},"align":"center"},{"align":"center","bgcolor":"#aedac8","font":{"size":10}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":10}},{"bgcolor":"#aedac8","font":{"size":10},"align":"left","valign":"middle"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}}],"validations":[],"isGroup":true,"cols":{"0":{"width":20},"1":{"width":84},"2":{"width":132},"3":{"width":75},"4":{"width":63},"5":{"width":59},"6":{"width":70},"7":{"width":61},"8":{"width":60},"9":{"width":75},"10":{"width":75},"11":{"width":64},"12":{"width":70},"13":{"width":63},"14":{"width":86},"15":{"width":64},"16":{"width":58},"17":{"width":63},"18":{"width":60},"19":{"width":63},"20":{"width":59},"21":{"width":73},"22":{"width":82},"23":{"width":73},"24":{"width":86},"len":50},"merges":["B1:X1","D3:D6","E5:E6","F5:F6","E4:F4","G4:G6","H4:H6","I5:I6","J5:K5","I4:K4","E3:K3","L3:L6","D2:L2","M4:M6","N5:N6","O5:O6","P5:P6","Q5:Q6","N4:Q4","M3:Q3","R4:R6","R3:T3","S4:T4","S5:S6","T5:T6","U4:U6","V4:W4","V5:V6","W5:W6","X4:Y4","X5:X6","Y5:Y6","U3:Y3","M2:T2","U2:Y2","B2:B6","C2:C6","B8:C8"]}', NULL, N'https://static.jeecg.com/designreport/images/jingfei_1607069843358.png', N'admin', N'2020-12-03 16:54:17.0000000', N'admin', N'2021-02-03 13:59:08.0000000', N'0', NULL, NULL, N'1', N'436', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334457419857793024', N'20201203192154', N'超市各地区销售额', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":1,"sci":26,"eri":4,"eci":28,"width":300,"height":100},"excel_config_id":"1334457419857793024","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"各地区商品销售额一栏表","merge":[0,18],"style":13}},"height":82},"1":{"cells":{"1":{"text":"地区/类别/时间","merge":[1,1],"style":46},"3":{"text":"2020年","style":46,"merge":[0,12]},"16":{"text":"2019年","style":46,"merge":[0,9]}}},"2":{"cells":{"3":{"text":"12月","style":46},"4":{"text":"11月","style":46},"5":{"text":"10月","style":46},"6":{"text":"9月","style":46},"7":{"text":"8月","style":46},"8":{"text":"7月","style":46},"9":{"text":"6月","style":46},"10":{"text":"5月","style":46},"11":{"text":"4月","style":46},"12":{"text":"3月","style":46},"13":{"text":"2月","style":46},"14":{"text":"1月","style":46},"15":{"text":"本年小计","style":46},"16":{"text":"12月","style":46},"17":{"text":"11月","style":46},"18":{"text":"10月","style":46},"19":{"text":"9月","style":46},"20":{"text":"8月","style":46},"21":{"text":"7月","style":46},"22":{"text":"6月","style":46},"23":{"text":"5月","style":46},"24":{"text":"4月","style":46},"25":{"text":"本年小计","style":46}}},"3":{"cells":{"1":{"text":"#{xiaoshou.group(diqu)}","style":51,"aggregate":"group"},"2":{"text":"#{xiaoshou.class}","style":51},"3":{"text":"#{xiaoshou.sales_11}","style":20},"4":{"text":"#{xiaoshou.sales_12}","style":20},"5":{"text":"#{xiaoshou.sales_13}","style":20},"6":{"text":"#{xiaoshou.sales_14}","style":20},"7":{"text":"#{xiaoshou.sales_15}","style":20},"8":{"text":"#{xiaoshou.sales_16}","style":20},"9":{"text":"#{xiaoshou.sales_17}","style":20},"10":{"text":"#{xiaoshou.sales_18}","style":20},"11":{"text":"#{xiaoshou.sales_19}","style":20},"12":{"text":"#{xiaoshou.sales_20}","style":20},"13":{"text":"#{xiaoshou.sales_21}","style":20},"14":{"text":"#{xiaoshou.sales_22}","style":20},"15":{"style":48,"text":"=SUM(D4:O4)"},"16":{"text":"#{xiaoshou.sales_31}","style":20},"17":{"text":"#{xiaoshou.sales_32}","style":20},"18":{"text":"#{xiaoshou.sales_33}","style":20},"19":{"text":"#{xiaoshou.sales_34}","style":20},"20":{"text":"#{xiaoshou.sales_35}","style":20},"21":{"text":"#{xiaoshou.sales_36}","style":20},"22":{"text":"#{xiaoshou.sales_37}","style":20},"23":{"text":"#{xiaoshou.sales_38}","style":20},"24":{"text":"#{xiaoshou.sales_39}","style":20},"25":{"style":48,"text":"=SUM(Q4:Y4)"}},"isDrag":true},"4":{"cells":{"1":{"text":"合计","style":52,"rendered":"","merge":[0,1]},"3":{"text":"=SUM(D4)","style":55},"4":{"text":"=SUM(E4)","style":55},"5":{"text":"=SUM(F4)","style":55},"6":{"text":"=SUM(G4)","style":55},"7":{"text":"=SUM(H4)","style":55},"8":{"text":"=SUM(I4)","style":55},"9":{"text":"=SUM(J4)","style":55},"10":{"text":"=SUM(K4)","style":55},"11":{"text":"=SUM(L4)","style":55},"12":{"text":"=SUM(M4)","style":55},"13":{"text":"=SUM(N4)","style":55},"14":{"text":"=SUM(O4)","style":55},"15":{"text":"=SUM(P4)","style":55},"16":{"text":"=SUM(Q4)","style":55},"17":{"text":"=SUM(R4)","style":55},"18":{"text":"=SUM(S4)","style":55},"19":{"text":"=SUM(T4)","style":55},"20":{"text":"=SUM(U4)","style":55},"21":{"text":"=SUM(V4)","style":55},"22":{"text":"=SUM(W4)","style":55},"23":{"text":"=SUM(X4)","style":55},"24":{"text":"=SUM(Y4)","style":55},"25":{"text":"=SUM(Z4)","style":55}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"xiaoshou.diqu","freeze":"A1","dataRectWidth":2464,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#"},{"bgcolor":"#d7f2f9"},{"bgcolor":"#d7f2f9","align":"center"},{"align":"center"},{"align":"center","bgcolor":"#"},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]}},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]}},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"color":"#ffffff"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"color":"#ffffff"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#deeaf6"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#bdd7ee"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":10},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"align":"center","bgcolor":"#d7f2f9"},{"align":"center","bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee","format":"number"},{"bgcolor":"#bdd7ee","format":"number","align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":21},"1":{"width":63},"2":{"width":85},"3":{"width":95},"4":{"width":83},"5":{"width":81},"6":{"width":88},"7":{"width":89},"8":{"width":87},"9":{"width":95},"10":{"width":92},"11":{"width":95},"12":{"width":96},"13":{"width":98},"14":{"width":98},"15":{"width":78},"16":{"width":110},"17":{"width":111},"18":{"width":102},"19":{"width":102},"20":{"width":114},"21":{"width":111},"22":{"width":113},"23":{"width":107},"24":{"width":115},"25":{"width":135},"len":49},"merges":["D2:P2","B2:C3","Q2:Z2","B1:T1","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/chaoshi_1607069609875.png', N'admin', N'2020-12-03 19:21:55.0000000', N'admin', N'2021-04-05 18:47:20.0000000', N'0', NULL, NULL, N'1', N'372', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334696790477377536', N'20201204111149', N'学校收入一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":1,"sci":24,"eri":5,"eci":24,"width":100,"height":138},"excel_config_id":"1334696790477377536","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"学校收入一览表","merge":[0,13],"style":25}},"height":71},"1":{"cells":{"1":{"text":"校园信息","merge":[1,2],"style":40},"4":{"text":"学生信息","merge":[1,2],"style":40},"7":{"merge":[1,5],"style":42,"text":"收款信息"},"13":{"merge":[0,10],"text":"确认收入信息","style":43}},"height":23},"2":{"cells":{"13":{"merge":[0,3],"text":"2020.09","style":46},"17":{"merge":[0,3],"text":"2020.10","style":46},"21":{"text":"合计","style":46,"merge":[0,2]}},"height":40},"3":{"cells":{"1":{"text":"所属城际","style":50},"2":{"text":"所属校园","style":50},"3":{"text":"NC帐套","style":50},"4":{"text":"学号","style":50},"5":{"text":"姓名","style":50},"6":{"text":"性质","style":50},"7":{"text":"缴费金额","style":50},"8":{"text":"缴费时间","style":50},"9":{"text":"缴费性质","style":50},"10":{"text":"缴费所属期间","style":50},"11":{"text":"缴费月份数","style":50},"12":{"text":"缴费方式","style":50},"13":{"text":"全部","style":50},"14":{"text":"学费","style":50},"15":{"text":"餐费","style":50},"16":{"text":"校车费","style":50},"17":{"text":"全部","style":50},"18":{"text":"学费","style":50},"19":{"text":"餐费","style":50},"20":{"text":"校车费","style":50},"21":{"text":"全部","style":50},"22":{"text":"学费","style":50},"23":{"text":"餐费","style":50}}},"4":{"cells":{"1":{"text":"#{shouru.group(city)}","style":45,"aggregate":"group"},"2":{"text":"#{shouru.group(school)}","style":45,"aggregate":"group"},"3":{"text":"#{shouru.group(ncnum)}","style":35,"aggregate":"group"},"4":{"text":"#{shouru.num}","style":35},"5":{"text":"#{shouru.name}","style":35},"6":{"text":"#{shouru.class}","style":35},"7":{"text":"#{shouru.pay}","style":35},"8":{"text":"#{shouru.paytime}","style":35},"9":{"text":"#{shouru.payclass}","style":35},"10":{"text":"#{shouru.pay1}","style":35},"11":{"text":"#{shouru.paymoth}","style":35},"12":{"text":"#{shouru.pay2}","style":35},"13":{"style":33,"text":"=SUM(O5:Q5)"},"14":{"text":"#{shouru.tuition_09}","style":35},"15":{"text":"#{shouru.meals_09}","style":35},"16":{"text":"#{shouru.busfee_09}","style":35},"17":{"style":33,"text":"=SUM(S5:U5)"},"18":{"text":"#{shouru.tuition_10}","style":35},"19":{"text":"#{shouru.meals_10}","style":35},"20":{"text":"#{shouru.busfee_10}","style":35},"21":{"style":33,"text":"=SUM(W5,X5)"},"22":{"style":35,"text":"=SUM(O5,S5)"},"23":{"style":35,"text":"=SUM(P5,T5)"}},"isDrag":true,"height":25},"5":{"cells":{"1":{"style":66,"text":"合计"},"2":{"text":" ","style":66},"3":{"style":66,"text":" "},"4":{"style":66,"text":" "},"5":{"style":66,"text":" "},"6":{"style":66,"text":" "},"7":{"style":66,"text":" "},"8":{"style":66,"text":" "},"9":{"style":66,"text":" "},"10":{"style":66,"text":" "},"11":{"style":66,"text":" "},"12":{"style":66,"text":" "},"13":{"style":66,"text":" "},"14":{"style":66,"text":" "},"15":{"style":66,"text":" "},"16":{"style":66,"text":" "},"17":{"style":66,"text":" "},"18":{"text":" ","style":66},"19":{"style":66,"text":" "},"20":{"style":66,"text":" "},"21":{"style":15,"text":"=SUM(V5)"},"22":{"style":15,"text":"=SUM(W5)"},"23":{"style":15,"text":"=SUM(X5)"}}},"9":{"cells":{}},"11":{"cells":{}},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"shouru.city","freeze":"A1","dataRectWidth":1881,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"bgcolor":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#b2ddec"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10}},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","bgcolor":"#dff2f9"},{"bgcolor":""},{"bgcolor":"#309fc6"},{"align":"center","color":"#ffffff"},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#dff2f9"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"¥b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":9}},{"align":"center","bgcolor":"","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#d7f2f9","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#bdd7ee","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":10}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10}},{"font":{"size":12}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":12}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":12}},{"font":{"size":10.5}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10.5}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10.5}},{"align":"left","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"left"}],"validations":[],"isGroup":true,"cols":{"0":{"width":37},"1":{"width":79},"2":{"width":87},"3":{"width":79},"4":{"width":92},"5":{"width":90},"6":{"width":77},"7":{"width":83},"8":{"width":89},"9":{"width":79},"10":{"width":89},"11":{"width":84},"12":{"width":76},"13":{"width":67},"14":{"width":74},"15":{"width":69},"16":{"width":74},"17":{"width":68},"18":{"width":76},"19":{"width":79},"20":{"width":78},"21":{"width":74},"22":{"width":81},"len":49},"merges":["B2:D3","E2:G3","H2:M3","N3:Q3","R3:U3","V3:X3","N2:X2","B1:O1"]}', NULL, N'https://static.jeecg.com/designreport/images/xuexiao_1607069724407.png', N'admin', N'2020-12-04 11:11:50.0000000', N'admin', N'2021-04-01 02:46:23.0000000', N'0', NULL, NULL, N'1', N'429', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334757703079301120', N'20201204151358', N'车间零件完工一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1334757703079301120","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"车间零件完工一览表","merge":[0,12],"style":23}},"height":81},"1":{"cells":{"0":{"style":11},"1":{"text":"车间","style":22},"2":{"text":"成品名称","style":22},"3":{"text":"半成品名称","style":22},"4":{"text":"完工时间","style":22},"5":{"text":"状态","style":22},"6":{"text":"成品属性","style":22},"7":{"text":"工单号","style":22},"8":{"text":"工单数量","style":22},"9":{"text":"计划数量","style":22},"10":{"text":"完成数量","style":22},"11":{"text":"UPH","style":22},"12":{"text":"H/C","style":22},"13":{"text":"计划时间","style":22},"14":{"text":"良率","style":22},"15":{"text":"备注","style":22},"16":{"style":11},"17":{"style":11},"18":{"style":11},"19":{"style":11},"20":{"style":11},"21":{"style":11},"22":{"style":11},"23":{"style":11},"24":{"style":11},"25":{"style":11},"26":{"style":11}},"height":55},"2":{"cells":{"0":{"style":13},"1":{"text":"#{chejian.group(city)}","style":16,"aggregate":"group"},"2":{"text":"#{chejian.finish}","style":14},"3":{"text":"#{chejian.semifinish}","style":14},"4":{"text":"#{chejian.time}","style":14},"5":{"text":"#{chejian.state}","style":14},"6":{"text":"#{chejian.attribute}","style":14},"7":{"text":"#{chejian.num}","style":14},"8":{"text":"#{chejian.gnum}","style":14},"9":{"text":"#{chejian.jnum}","style":14},"10":{"text":"#{chejian.wnum}","style":14},"11":{"text":"#{chejian.uph}","style":14},"12":{"text":"#{chejian.hc}","style":14},"13":{"text":"#{chejian.jtime}","style":14},"14":{"text":"#{chejian.yield}","style":14},"15":{"text":"#{chejian.beizhu}","style":14},"16":{"style":13},"17":{"style":13},"18":{"style":13},"19":{"style":13},"20":{"style":13},"21":{"style":13},"22":{"style":13},"23":{"style":13},"24":{"style":13},"25":{"style":13},"26":{"style":13}},"isDrag":true,"height":35},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"chejian.city","freeze":"A1","dataRectWidth":1494,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"bgcolor":"#309fc6"},{"bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#b2ddec"},{"font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"bold":true,"size":16},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":45},"1":{"width":106},"2":{"width":121},"3":{"width":124},"4":{"width":87},"5":{"width":76},"6":{"width":82},"7":{"width":81},"8":{"width":69},"9":{"width":76},"10":{"width":81},"15":{"width":146},"len":50},"merges":["B1:N1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185352_1608116050060.png', N'admin', N'2020-12-04 15:13:58.0000000', N'admin', N'2021-04-05 18:47:24.0000000', N'0', NULL, NULL, N'1', N'519', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338370016550195200', N'20201214142804', N'条形码报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1338370016550195200","printElHeight":1047,"rows":{"0":{"cells":{"1":{"merge":[1,3],"text":"居民身份证申领登记表","style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"merge":[0,2],"text":"","rendered":"","display":"text"},"-1":{"text":"${tm.tp}"}},"height":27},"1":{"cells":{"1":{"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":2,"virtual":"ZiOFmILaRjdmVs6E","rendered":"NUsGZXpylLVeKQ7J","display":"barcode","text":"${tm.tm}","merge":[0,2]}},"height":52},"2":{"cells":{"1":{"text":"受理单位(盖章)珠海市公安局","merge":[0,3],"style":36},"2":{"style":36},"3":{"style":36},"4":{"style":36},"5":{"style":6},"6":{"style":6},"7":{"style":6},"8":{"text":"","rendered":""}},"height":34},"3":{"cells":{"1":{"text":"姓名","style":24},"2":{"text":"${tm.name}","style":7,"rendered":""},"3":{"text":"性别","style":16},"4":{"text":"${tm.sex}","style":7,"isDict":1,"dictCode":"sex1","rendered":""},"5":{"text":"民族","style":16},"6":{"text":"${tm.nation}","style":7},"7":{"text":"${tm.tp}","style":7,"merge":[2,0],"rendered":"ftkUSZOje4A5gVO3","display":"img"},"9":{"text":"","rendered":""}},"isDrag":true,"height":47},"4":{"cells":{"1":{"text":"出生日期","style":24},"2":{"text":"${tm.birth}","style":32,"merge":[0,4]},"3":{"style":33},"4":{"style":33},"5":{"style":33},"6":{"style":33},"8":{"text":"","rendered":""}},"isDrag":true,"height":51},"5":{"cells":{"1":{"text":"常住户口所在地住址","style":21},"2":{"text":"${tm.zhuzhi}","style":7,"merge":[0,4]},"8":{"text":"","rendered":""}},"isDrag":true,"height":62},"6":{"cells":{"1":{"text":"公民身份证","style":24},"2":{"text":"${tm.card}","style":7,"merge":[0,5]}},"isDrag":true,"height":55},"7":{"cells":{"1":{"text":"有限期限","style":24},"2":{"text":"${tm.ydate}","style":34,"merge":[0,1]},"3":{"style":35},"4":{"text":"签发机关","style":24},"5":{"text":"${tm.qfjg}","style":7,"merge":[0,2]}},"isDrag":true,"height":52},"8":{"cells":{"1":{"text":"申领原因","style":24},"2":{"text":"${tm.slyy}","style":7,"merge":[0,5]}},"isDrag":true,"height":55},"9":{"cells":{"1":{"text":"受理时间","style":24},"2":{"text":"${tm.sdate}","style":32,"merge":[0,1]},"3":{"style":33},"4":{"text":"受理号","style":24},"5":{"text":"${tm.shao}","style":7,"merge":[0,2]}},"isDrag":true,"height":49},"10":{"cells":{"1":{"text":"承办人","style":24},"2":{"text":"${tm.cbr}","style":7,"merge":[0,1]},"4":{"text":"受理单位领导","style":24},"5":{"text":"${tm.sld}","style":7,"merge":[0,2]}},"isDrag":true,"height":42},"11":{"cells":{"1":{"text":"申请(监护)人签名","style":21},"2":{"text":"${tm.sr}","style":7,"merge":[0,1]},"4":{"text":"申请(监护)人联系电话","style":21},"5":{"text":"${tm.jphone}","style":7,"merge":[0,2]}},"isDrag":true,"height":59},"12":{"cells":{"1":{"text":"领证人签名","style":24},"2":{"text":"${tm.lzr}","style":7,"merge":[0,1]},"4":{"text":"领证时间","style":24},"5":{"text":"${tm.ldate}","style":32,"merge":[0,2]},"6":{"style":33},"7":{"style":33}},"isDrag":true,"height":57},"13":{"cells":{"1":{"text":"是否通过邮政特快专递方式领取二代","merge":[0,1],"style":24},"2":{"text":" ","style":25},"3":{"text":"${tm.sk}","style":7,"merge":[0,4]}},"isDrag":true,"height":50},"14":{"cells":{"1":{"text":"投递地址","style":24},"2":{"text":"${tm.dizhi}","style":7,"merge":[0,2]},"5":{"text":"收件人","style":24},"6":{"style":7,"text":" ","merge":[0,1]}},"isDrag":true,"height":53},"15":{"cells":{"1":{"text":"邮政编码","style":24},"2":{"text":"","style":7,"merge":[0,1]},"4":{"text":"备注","style":24},"5":{"text":"","style":7,"merge":[0,2]}},"isDrag":true,"height":47},"16":{"cells":{"1":{"merge":[0,6],"text":"公安部治安管理局治","style":31},"2":{"style":31},"3":{"style":31},"4":{"style":31},"5":{"style":31},"6":{"style":31},"7":{"style":31}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":["sex1","sex1","sex1"],"freeze":"A1","dataRectWidth":704,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"font":{"name":"宋体","size":9}},{"font":{"name":"宋体","size":9},"color":"#3f3f3f"},{"font":{"name":"宋体","size":9},"color":"#0c0c0c"},{"font":{"name":"宋体","size":9},"color":"#7f7f7f"},{"font":{"name":"宋体","size":9},"color":"#595959"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"right"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false},"align":"center"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"align":"center"},{"font":{"size":8},"align":"right"},{"font":{"size":10},"align":"right"},{"font":{"size":10},"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date2"},{"format":"date2"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date"},{"format":"date"},{"font":{"name":"宋体","size":9},"color":"#595959","valign":"bottom"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"align":"center","font":{"bold":true,"size":16},"valign":"bottom"}],"validations":[],"cols":{"0":{"width":16},"1":{"width":103},"2":{"width":156},"3":{"width":51},"4":{"width":96},"5":{"width":61},"6":{"width":106},"7":{"width":115},"8":{"width":135},"len":50},"merges":["B3:E3","B14:C14","C6:G6","C5:G5","C7:H7","C8:D8","F8:H8","C9:H9","D14:H14","C10:D10","F10:H10","C11:D11","F11:H11","C13:D13","C12:D12","F12:H12","F13:H13","C15:E15","G15:H15","F16:H16","C16:D16","B17:H17","H4:H6","B1:E2","F1:H1","F2:H2"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1608118350039.png', N'admin', N'2020-12-14 14:28:04.0000000', N'admin', N'2021-02-03 13:58:47.0000000', N'0', NULL, NULL, N'1', N'762', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338744112815411200', N'20201215151426', N'简单条件查询报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1338744112815411200","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"text":"性别","style":51},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":52}},"height":37},"2":{"cells":{"0":{"style":18},"1":{"style":21,"text":"#{jdcx.group(update_by)}","aggregate":"group"},"2":{"style":21,"text":"#{jdcx.id}"},"3":{"style":21,"text":"#{jdcx.name}"},"4":{"style":21,"text":"#{jdcx.sex}"},"5":{"style":24,"text":"#{jdcx.gtime}"},"6":{"style":21,"text":"#{jdcx.jphone}"},"7":{"style":24,"text":"#{jdcx.birth}"},"8":{"style":21,"text":"#{jdcx.hukou}"},"9":{"style":21,"text":"#{jdcx.laddress}"},"10":{"style":56,"text":"#{jdcx.jperson}"},"11":{"style":18},"12":{"style":18},"13":{"style":18},"14":{"style":18},"15":{"style":18},"16":{"style":18},"17":{"style":18},"18":{"style":18},"19":{"style":18},"20":{"style":18},"21":{"style":18},"22":{"style":18},"23":{"style":18},"24":{"style":18},"25":{"style":18},"26":{"style":18},"27":{"style":18},"28":{"style":18},"29":{"style":18},"30":{"style":18},"31":{"style":18},"32":{"style":18},"33":{"style":18},"34":{"style":18},"35":{"style":18},"36":{"style":18},"37":{"style":18},"38":{"style":18},"39":{"style":18},"40":{"style":18},"41":{"style":18},"42":{"style":18},"43":{"style":18},"44":{"style":18},"45":{"style":18},"46":{"style":18},"47":{"style":18},"48":{"style":18}},"height":34},"3":{"cells":{"0":{"style":39},"1":{"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":39},"6":{"style":39},"7":{"style":39},"8":{"style":39},"9":{"style":39},"10":{"style":39},"11":{"style":39},"12":{"style":39},"13":{"style":39},"14":{"style":39},"15":{"style":39},"16":{"style":39},"17":{"style":39},"18":{"style":39},"19":{"style":39},"20":{"style":39},"21":{"style":39},"22":{"style":39},"23":{"style":39},"24":{"style":39}}},"4":{"cells":{"1":{"text":"备注:","style":62},"2":{"style":63,"text":" "},"3":{"style":63,"text":" "},"4":{"style":63,"text":" "},"5":{"style":63,"text":" "},"6":{"style":63,"text":" "},"7":{"style":64,"text":" "}}},"5":{"cells":{"1":{"text":"1、支持模糊查询,需要输入 “*+字符串”或 “字符串+* ”或“*+字符串+*”,如:张* / *丽 / *亚*;","style":65,"merge":[0,6]}}},"6":{"cells":{"1":{"text":"2、以上“出生日期”为时间类型;","style":65,"merge":[0,6]}}},"7":{"cells":{"1":{"text":"3、以上“雇佣日期”为日期类型","style":65,"merge":[0,6]}}},"8":{"cells":{"1":{"text":"4、以上“姓名”为字符串类型,支持精准查询和模糊查询;","style":67,"merge":[0,6]}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"jdcx.update_by","freeze":"A1","dataRectWidth":1242,"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"align":"center","bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":9}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"top":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":40},"1":{"width":88},"2":{"width":86},"3":{"width":97},"4":{"width":67},"5":{"width":103},"6":{"width":115},"7":{"width":90},"8":{"width":239},"9":{"width":217},"len":50},"merges":["B6:H6","B7:H7","B8:H8","B9:H9"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216112919_1608089379396.png', N'admin', N'2020-12-15 15:14:27.0000000', N'admin', N'2021-02-03 13:58:44.0000000', N'0', NULL, NULL, N'1', N'1053', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338769064067076098', N'202012151514266124', N'多选条件查询报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1338769064067076098","printElHeight":1047,"rows":{"0":{"cells":{"0":{"style":49},"1":{"style":49},"2":{"style":49},"3":{"style":49},"4":{"style":49},"5":{"style":49},"6":{"style":49},"7":{"style":49},"8":{"style":49},"9":{"style":49},"10":{"style":49},"11":{"style":49},"12":{"style":49},"13":{"style":49},"14":{"style":49},"15":{"style":49},"16":{"style":49},"17":{"style":49},"18":{"style":49},"19":{"style":49},"20":{"style":49},"21":{"style":49},"22":{"style":49},"23":{"style":49},"24":{"style":49},"25":{"style":49}}},"1":{"cells":{"0":{"style":50},"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51},"11":{"style":50},"12":{"style":50},"13":{"style":50},"14":{"style":50},"15":{"style":50},"16":{"style":50},"17":{"style":50},"18":{"style":50},"19":{"style":50},"20":{"style":50},"21":{"style":50},"22":{"style":50},"23":{"style":50},"24":{"style":50},"25":{"style":50}},"height":46},"2":{"cells":{"0":{"style":52},"1":{"text":"#{pop.group(update_by)}","style":53,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"11":{"style":52},"12":{"style":52},"13":{"style":52},"14":{"style":52},"15":{"style":52},"16":{"style":52},"17":{"style":52},"18":{"style":52},"19":{"style":52},"20":{"style":52},"21":{"style":52},"22":{"style":52},"23":{"style":52},"24":{"style":52},"25":{"style":52}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"pop.update_by","freeze":"A1","dataRectWidth":1494,"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"}],"validations":[],"isGroup":true,"cols":{"0":{"width":48},"1":{"width":107},"3":{"width":91},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":50},"merges":[]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', N'admin', N'2020-12-15 16:53:13.0000000', N'admin', N'2021-02-03 13:58:41.0000000', N'0', NULL, NULL, N'1', N'901', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347373863746539520', N'20210108104603', N'实习证明', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":16,"sci":5,"eri":16,"eci":5,"width":147,"height":25},"excel_config_id":"1347373863746539520","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"0":{"cells":{"0":{"text":""},"1":{"text":""}}},"1":{"cells":{"0":{"text":""}}},"3":{"cells":{"2":{"text":"","rendered":""}}},"5":{"cells":{},"height":29},"6":{"cells":{"2":{"text":"","style":2}},"height":34},"7":{"cells":{"2":{"merge":[0,4],"text":"实习证明","style":2}},"height":41},"8":{"cells":{"1":{"text":"","style":3},"2":{"text":""}}},"9":{"cells":{"1":{"text":"","style":3},"2":{"text":"","style":3},"3":{"text":""}},"isDrag":true,"height":33},"10":{"cells":{"2":{"text":"${tt.name}","style":11},"3":{"text":"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。","style":19,"merge":[0,3],"height":34}},"height":34},"11":{"cells":{},"height":28},"12":{"cells":{"1":{"text":"","style":6},"2":{"style":13,"text":"${tt.pingjia}","merge":[3,4],"height":129}},"height":36},"13":{"cells":{},"height":29},"14":{"cells":{},"height":33},"15":{"cells":{},"height":31},"16":{"cells":{}},"17":{"cells":{"1":{"text":""},"2":{"text":"特此证明!","style":12}}},"20":{"cells":{"2":{"text":""},"3":{"text":"","style":3},"4":{"text":""}}},"21":{"cells":{"4":{"text":""}}},"22":{"cells":{"3":{"text":"","style":3},"4":{"text":"证明人:","style":11},"5":{"text":"${tt.lingdao}","style":12}}},"23":{"cells":{"4":{"text":""},"5":{"text":"${tt.shijian}","style":15}}},"len":100},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":576,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/11_1611283832037.png","repeat":"no-repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":16}},{"align":"right"},{"align":"left"},{"align":"left","valign":"top"},{"align":"left","valign":"top","textwrap":true},{"font":{"size":16}},{"align":"left","valign":"top","textwrap":false},{"textwrap":false},{"textwrap":true},{"align":"right","font":{"size":12}},{"font":{"size":12}},{"align":"left","valign":"top","textwrap":true,"font":{"size":12}},{"textwrap":true,"font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"font":{"size":10}},{"textwrap":false,"font":{"size":12}}],"validations":[],"cols":{"0":{"width":69},"1":{"width":41},"4":{"width":119},"5":{"width":147},"6":{"width":31},"len":50},"merges":["C8:G8","D11:G11","C13:G16"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', N'admin', N'2021-01-08 10:46:04.0000000', N'admin', N'2021-04-05 18:47:08.0000000', N'0', NULL, NULL, N'1', N'122', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347454742040809472', N'20210108161240', N'实例:年度各月份佣金收入', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1347454742040809472","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":" ","virtual":"pZTpI3BKFw0lh6D7"},"2":{"text":"年度各月份佣金收入","style":23,"merge":[0,3],"virtual":"pZTpI3BKFw0lh6D7"},"3":{"style":24},"4":{"style":24},"5":{"style":24},"6":{"text":" "}},"height":37},"2":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "}}},"4":{"cells":{"1":{"text":"查询年度:2019"},"4":{"text":"查询机构:总公司"},"6":{"text":"单位:元"}}},"6":{"cells":{"1":{"text":"月份","style":12},"2":{"text":"佣金/主营业收入","style":12},"3":{"text":"累计","style":12},"4":{"text":"历史最低水平","style":12},"5":{"text":"历史平均水平","style":12},"6":{"text":"历史最高水平","style":12}}},"7":{"cells":{"1":{"text":"#{tmp_report_data_1.monty}","style":0},"2":{"text":"#{tmp_report_data_1.main_income}","style":0},"3":{"text":"#{tmp_report_data_1.total}","style":18},"4":{"text":"#{tmp_report_data_1.his_lowest}","style":0},"5":{"text":"#{tmp_report_data_1.his_average}","style":0},"6":{"text":"#{tmp_report_data_1.his_highest}","style":0}},"isDrag":true},"9":{"cells":{"1":{"merge":[1,1]}}},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":678,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"center"},{"font":{"bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"size":15},"align":"center"},{"font":{"bold":true,"size":15},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"left"},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":24}},{"font":{"bold":true,"size":22}},{"font":{"bold":true,"size":22},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"usd"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"rmb"},{"font":{"bold":true,"name":"黑体"}},{"font":{"bold":true,"name":"黑体","size":22}},{"font":{"bold":true,"name":"宋体","size":22}},{"font":{"bold":true,"name":"楷体","size":22}},{"font":{"bold":true,"name":"楷体","size":22},"align":"center"},{"align":"center"}],"validations":[],"cols":{"0":{"width":29},"1":{"width":111},"2":{"width":116},"4":{"width":122},"len":50},"merges":["B10:C11","C2:F2"],"imgList":[{"row":1,"col":1,"width":"148","height":"56","src":"https://static.jeecg.com/designreport/images/kunlunlog_1610591367645.png","layer_id":"pZTpI3BKFw0lh6D7","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2]]}]}', NULL, NULL, N'admin', N'2021-01-08 16:12:40.0000000', N'admin', N'2021-02-03 13:58:38.0000000', N'0', NULL, NULL, N'1', N'50', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347459370216198144', N'20210108164121', N'实例:来源收入统计', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"width":"624","height":"281","config":"{\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"12\"},\"top\":\"top\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"中国石油全资(集团所属)\",\"中国石油全资(股份所属)\",\"中石油控股或有控股权\",\"中石油参股\",\"非中石油\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"中国石油全资(集团所属)\",\"value\":38460270.57,\"itemStyle\":{\"color\":\"#E46C8A\"}},{\"name\":\"中国石油全资(股份所属)\",\"value\":227595.77,\"itemStyle\":{\"color\":\"#FCDE43\"}},{\"name\":\"中石油控股或有控股权\",\"value\":679926.75,\"itemStyle\":{\"color\":\"#01A8E1\"}},{\"name\":\"中石油参股\",\"value\":72062.75,\"itemStyle\":{\"color\":\"#99CC00\"}},{\"name\":\"非中石油\",\"value\":1698597.62,\"itemStyle\":{\"color\":\"#800080\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[320,180],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"55%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"来源收入统计\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]},\"backgroundColor\":\"#fff\"}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"4af57d343f1d6521b71b85097b580786","axisX":"biz_income","axisY":"total","series":"","yText":"total","xText":"biz_income","dbCode":"tmp_report_data_income","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.simple","id":""},"layer_id":"nVUy533exgQ70OPb","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6],[1,7],[1,8]]}],"area":{"sri":8,"sci":5,"eri":8,"eci":5,"width":63,"height":25},"excel_config_id":"1347459370216198144","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"1":{"cells":{"1":{"text":" ","virtual":"nVUy533exgQ70OPb"},"2":{"text":" ","virtual":"nVUy533exgQ70OPb"},"3":{"text":" ","virtual":"nVUy533exgQ70OPb"},"4":{"text":" ","virtual":"nVUy533exgQ70OPb"},"5":{"text":" ","virtual":"nVUy533exgQ70OPb"},"6":{"text":" ","virtual":"nVUy533exgQ70OPb"},"7":{"text":" ","virtual":"nVUy533exgQ70OPb"},"8":{"text":" ","virtual":"nVUy533exgQ70OPb"}}},"3":{"cells":{}},"16":{"cells":{"1":{"text":"业务来源","style":1},"2":{"text":"保险经纪佣金费","style":1},"3":{"text":"风险咨询费","style":1},"4":{"text":"承保公证评估费","style":1},"5":{"text":"保险公证费","style":1},"6":{"text":"投标咨询费","style":1},"7":{"text":"内控咨询费","style":1},"8":{"text":"总计","style":1}}},"17":{"cells":{"1":{"text":"#{tmp_report_data_income.biz_income}","style":0},"2":{"text":"#{tmp_report_data_income.bx_jj_yongjin}","style":0},"3":{"text":"#{tmp_report_data_income.bx_zx_money}","style":0},"4":{"text":"#{tmp_report_data_income.chengbao_gz_money}","style":0},"5":{"text":"#{tmp_report_data_income.bx_gg_moeny}","style":0},"6":{"text":"#{tmp_report_data_income.tb_zx_money}","style":0},"7":{"text":"#{tmp_report_data_income.neikong_zx_money}","style":0},"8":{"text":"#{tmp_report_data_income.total}","style":0}},"isDrag":true,"height":24},"len":58},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":702,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"}],"validations":[],"cols":{"0":{"width":16},"1":{"width":105},"2":{"width":119},"3":{"width":87},"4":{"width":61},"5":{"width":63},"6":{"width":60},"7":{"width":91},"len":50},"merges":[]}', NULL, NULL, N'admin', N'2021-01-08 16:41:21.0000000', N'admin', N'2021-04-01 02:36:13.0000000', N'0', NULL, NULL, N'1', N'53', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1352160857479581696', N'20210121154924', N'redis', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":7,"width":"551","height":"350","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#211F1E\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#211E1E\"}},\"show\":false,\"name\":\"数量\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#171515\",\"fontSize\":12},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#171515\"}},\"data\":[\"15:02:38\",\"15:02:39\",\"15:02:40\",\"15:02:41\",\"15:02:42\"],\"show\":true,\"name\":\"时间\"},\"grid\":{\"top\":60,\"left\":60,\"bottom\":60,\"right\":60},\"series\":[{\"areaStyle\":{\"color\":\"rgba(231,69,193,1)\",\"opacity\":0.2},\"data\":[59,59,59,59,59],\"showSymbol\":true,\"lineStyle\":{\"width\":5},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"rgba(241,71,214,1)\"},\"step\":false,\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":true,\"top\":0,\"text\":\"redis数量\",\"textStyle\":{\"color\":\"#9031C2\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"d4a29dfda94357308faf62be2b94db08","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"keysSizeForReport","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","id":"NbjJrEsYcliaQRGO"},"layer_id":"NbjJrEsYcliaQRGO","offsetX":0,"offsetY":0,"virtualCellRange":[[1,7],[1,8],[1,9],[1,10],[1,11],[1,12]]},{"row":1,"col":1,"width":"597","height":"350","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#2692DD\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#469BDC\"}},\"show\":false,\"name\":\"内存(kb)\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"#00FFF2\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#398DD3\",\"fontSize\":12},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E88D0\"}},\"data\":[\"15:02:38\",\"15:02:39\",\"15:02:40\",\"15:02:41\",\"15:02:42\"],\"show\":true,\"name\":\"时间\"},\"grid\":{\"top\":60,\"left\":60,\"bottom\":60,\"right\":60},\"series\":[{\"areaStyle\":{\"color\":\"#74BCFF\",\"opacity\":0.3},\"data\":[875,875,875,875,875],\"showSymbol\":true,\"lineStyle\":{\"width\":5},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#1890FF\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"show\":true,\"position\":\"top\"},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"redis内存占用情况\",\"textStyle\":{\"color\":\"#4C87E4\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"6a1d22ca4c95e8fab655d3ceed43a84d","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"memoryForReport","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","id":"YW0FQUwafBUTagh3"},"layer_id":"YW0FQUwafBUTagh3","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6]]}],"area":false,"printElWidth":1565,"excel_config_id":"1352160857479581696","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":" ","virtual":"YW0FQUwafBUTagh3","style":19,"merge":[0,1]},"2":{"text":" ","virtual":"YW0FQUwafBUTagh3"},"3":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"4":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"5":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"6":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"7":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"8":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"9":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"10":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"11":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"12":{"text":" ","virtual":"NbjJrEsYcliaQRGO"}}},"2":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"3":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"4":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"5":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"6":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"7":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"8":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"9":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"10":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"11":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"12":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"13":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"14":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"17":{"cells":{"1":{}}},"18":{"cells":{"1":{"text":"redis详细信息","style":5,"merge":[1,1]}}},"19":{"cells":{}},"20":{"cells":{"1":{"text":"key","merge":[0,1],"style":46},"2":{"text":" ","style":47},"3":{"merge":[0,1],"style":46,"text":"value"},"4":{"text":" ","style":47},"5":{"merge":[0,9],"style":46,"text":"desc"},"6":{"text":" ","style":47},"7":{"text":" ","style":47},"8":{"text":" ","style":47},"9":{"text":" ","style":47},"10":{"text":" ","style":47},"11":{"text":" ","style":47},"12":{"text":" ","style":47},"13":{"text":" ","style":47},"14":{"text":" ","style":47}}},"21":{"cells":{"1":{"merge":[0,1],"text":"#{infoForReport.key}","style":52},"2":{"text":" ","style":53},"3":{"merge":[0,1],"text":"#{infoForReport.value}","style":52},"4":{"text":" ","style":53},"5":{"text":"#{infoForReport.description}","style":52,"merge":[0,9]}}},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1500,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true},"align":"center"},{"align":"center"},{"font":{"bold":true,"size":18},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"bold":true,"size":14},"align":"center"},{"align":"center","font":{"size":14}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8"},{"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8","align":"center"},{"bgcolor":"#d8d8d8","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","align":"center"},{"bgcolor":"#f2f2f2","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#a5a5a5","align":"center"},{"bgcolor":"#a5a5a5","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#bfbfbf","align":"center"},{"bgcolor":"#bfbfbf","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"bgcolor":"#f2f2f2"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#deeaf6","align":"center"},{"bgcolor":"#deeaf6","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051","align":"center"},{"bgcolor":"#93d051","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#a7d08c","align":"center"},{"bgcolor":"#a7d08c","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c5e0b3","align":"center"},{"bgcolor":"#c5e0b3","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#deeaf6"},{"bgcolor":"#deeaf6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d5dce4"},{"bgcolor":"#d5dce4"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051"},{"bgcolor":"#93d051"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#756f6f"},{"bgcolor":"#756f6f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c5e0b3"},{"bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#a7d08c"},{"bgcolor":"#a7d08c"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#01b0f1"},{"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#0170c1"},{"bgcolor":"#0170c1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#8eaada"},{"bgcolor":"#8eaada"}],"validations":[],"cols":{"len":50},"merges":["D19:E19","F19:M19","D20:E20","F20:M20","B2:C2","B19:C20","B22:C22","D22:E22","B21:C21","D21:E21","F21:O21","F22:O22"]}', NULL, NULL, N'admin', N'2021-01-21 15:49:25.0000000', N'admin', N'2021-06-01 19:21:17.0000000', N'1', NULL, NULL, N'0', N'113', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1cd9d574d0c42f3915046dc61d9f33bd', N'202012171553133795', N'企业实时报表副本3795', NULL, NULL, N'chartinfo', N'{"chartList":[{"row":6,"col":1,"width":"302","height":"337","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"江苏\",\"山东\",\"安徽\",\"江西\",\"河北\",\"吉林\",\"黑龙江\",\"重庆\",\"广东\",\"上海\",\"哈尔滨\",\"福建\",\"四川\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":20,\"left\":45,\"bottom\":16,\"right\":46},\"series\":[{\"barWidth\":13,\"data\":[100,800,1200,1700,2500,4000,5800,6500,7000,7500,8000,8800,9500],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"rgba(67,184,251,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额省份排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339491107951640577","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xiaoshoue","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"pie.doughnut"},"layer_id":"IFj1lg5S5aNG1wPx","offsetX":0,"offsetY":0,"virtualCellRange":[[6,1],[6,2],[6,3],[6,4]]},{"row":6,"col":10,"width":"247","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售进度\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"Yb2TIGEAxnvN9ITx","offsetX":0,"offsetY":0,"virtualCellRange":[[6,10],[6,11]]},{"row":6,"col":12,"width":"244","height":"128","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":16,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额城市排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"qQHpevWlqElpRQUl","offsetX":0,"offsetY":0,"virtualCellRange":[[6,12],[6,13],[6,14]]},{"row":6,"col":15,"width":"230","height":"127","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":20,\"right\":48},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"phTmhkjHLebYlOEQ","offsetX":0,"offsetY":0,"virtualCellRange":[[6,15],[6,16],[6,17],[6,18]]},{"row":7,"col":5,"width":"430","height":"293","config":"{\"geo\":{\"map\":\"china\",\"zoom\":0.5,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#8284FB\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#4195EF\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"河北\",\"value\":[114.502461,38.045474,279]},{\"name\":\"海南\",\"value\":[110.33119,20.031971,273]},{\"name\":\"山东\",\"value\":[117.000923,36.675807,229]},{\"name\":\"甘肃\",\"value\":[103.823557,36.058039,194]},{\"name\":\"宁夏\",\"value\":[106.278179,38.46637,193]},{\"name\":\"浙江\",\"value\":[120.153576,30.287459,177]},{\"name\":\"湖南\",\"value\":[112.982279,28.19409,119]},{\"name\":\"湖北\",\"value\":[114.298572,30.584355,79]},{\"name\":\"河南\",\"value\":[113.665412,34.757975,67]},{\"name\":\"北京\",\"value\":[116.405285,39.904989,58]},{\"name\":\"天津\",\"value\":[117.190182,39.125596,59]},{\"name\":\"上海\",\"value\":[121.472644,31.231706,63]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FF1205\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":5}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartType":"map.scatter"},"layer_id":"YTri6J59av4gj1CY","offsetX":0,"offsetY":0,"virtualCellRange":[[7,5],[7,6],[7,7],[7,8]]},{"row":14,"col":12,"width":"244","height":"138","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"50%\",\"60%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"ARuuHLfjqV9l1tQD","offsetX":0,"offsetY":0,"virtualCellRange":[[14,12],[14,13],[14,14]]},{"row":14,"col":15,"width":"230","height":"139","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":""},"layer_id":"bcrMtWqTd2AJIjLd","offsetX":0,"offsetY":0,"virtualCellRange":[[14,15],[14,16],[14,17],[14,18]]},{"row":14,"col":10,"width":"244","height":"138","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":15,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#698AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"Y1kgYOWBHIVQdSN5","offsetX":0,"offsetY":0,"virtualCellRange":[[14,10],[14,11]]},{"row":20,"col":1,"width":"743","height":"150","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FEFEFE\",\"fontSize\":\"10\"}},\"data\":[\"2020-01-09\",\"2020-01-12\",\"2020-01-14\",\"2020-01-16\",\"2020-01-18\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":53,\"left\":22,\"bottom\":37,\"right\":20},\"series\":[{\"areaStyle\":{\"color\":\"#43B8FB\",\"opacity\":0.7},\"data\":[2,6,7,5,6],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#43B8FB\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":14,\"text\":\"销售额增速\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339538388453195777","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhexian","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","chartId":""},"layer_id":"uChrZaHYoV04MQpT","offsetX":0,"offsetY":0,"virtualCellRange":[[20,1],[20,2],[20,3],[20,4],[20,5],[20,6],[20,7],[20,8],[20,9]]}],"area":{"sri":4,"sci":5,"eri":4,"eci":5,"width":105,"height":38},"printElWidth":1800,"excel_config_id":"1339478701846433792","printElHeight":1047,"rows":{"0":{"cells":{}},"2":{"cells":{"1":{"merge":[0,17],"text":"企业实时销售数据","style":3}}},"3":{"cells":{},"height":35},"4":{"cells":{"1":{"text":" 销售额省份排名","style":32,"merge":[0,1],"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":32,"virtual":"IFj1lg5S5aNG1wPx"},"5":{"text":" 销售总额","style":69},"10":{"text":" 销售进度","style":43},"11":{"text":"","style":43},"13":{"text":" 销售额城市排名","style":32,"merge":[0,1]},"14":{"style":32},"15":{"text":" 个人业绩排名","style":32,"merge":[0,1]},"16":{"style":32},"17":{"text":"","style":32,"merge":[0,1]},"18":{"style":32}},"height":38},"5":{"cells":{"1":{"text":" Sales ranking points","virtual":"IFj1lg5S5aNG1wPx","style":62,"merge":[0,1]},"2":{"style":31},"5":{"text":"12436025","style":52,"merge":[1,0]},"6":{"merge":[1,0],"text":"元","style":22},"10":{"text":" Sales progress","style":33},"11":{"text":"","virtual":"Yb2TIGEAxnvN9ITx","style":33},"13":{"text":" Sales ranking","virtual":"qQHpevWlqElpRQUl","style":31},"14":{"style":32},"15":{"text":" Personal ranking","style":62,"merge":[0,1]},"16":{"style":62},"17":{"text":"","style":62,"merge":[0,1]},"18":{"style":62}},"height":24},"6":{"cells":{"1":{"text":"","merge":[0,1],"style":31,"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":31,"virtual":"IFj1lg5S5aNG1wPx"},"3":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"4":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"5":{"style":53},"6":{"style":22},"10":{"text":" ","virtual":"Yb2TIGEAxnvN9ITx"},"11":{"text":"","style":33,"virtual":"Yb2TIGEAxnvN9ITx"},"12":{"text":" ","virtual":"qQHpevWlqElpRQUl"},"13":{"text":"","virtual":"qQHpevWlqElpRQUl","style":31},"14":{"text":" ","virtual":"qQHpevWlqElpRQUl"},"15":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"16":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"17":{"text":" ","style":31,"virtual":"phTmhkjHLebYlOEQ"},"18":{"text":" ","virtual":"phTmhkjHLebYlOEQ"}}},"7":{"cells":{"5":{"style":53,"virtual":"YTri6J59av4gj1CY"},"6":{"style":22,"virtual":"YTri6J59av4gj1CY"},"7":{"text":" ","virtual":"YTri6J59av4gj1CY"},"8":{"text":" ","virtual":"YTri6J59av4gj1CY"}}},"8":{"cells":{"5":{"style":18,"text":"","virtual":"YTri6J59av4gj1CY"}}},"9":{"cells":{"5":{"style":21,"text":""}}},"10":{"cells":{"5":{"text":"","style":17}}},"12":{"cells":{"10":{"text":" 品类销售排名","style":43},"11":{"text":"","style":43},"13":{"text":" 品类销售额占比","style":43,"merge":[0,1]},"14":{"style":54},"15":{"text":" 一季度销售季度","style":43,"merge":[0,1]},"16":{"style":54},"17":{"text":"","style":43,"merge":[0,1]},"18":{"style":54}}},"13":{"cells":{"10":{"text":" Category Sales ranking","style":31},"11":{"text":"","style":31},"13":{"text":" Type of Sales ","style":31},"15":{"text":" Quarterly sales progree","style":58,"merge":[0,1]},"16":{"style":58},"17":{"text":"","style":58,"merge":[0,1]},"18":{"style":58}}},"14":{"cells":{"10":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"11":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"12":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"13":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"14":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"15":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"16":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"17":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"18":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"}}},"15":{"cells":{},"height":15},"16":{"cells":{"11":{"text":"","style":43},"13":{"text":"","style":43,"merge":[0,1]},"14":{"style":54},"17":{"text":"","style":43,"merge":[0,1]},"18":{"style":54}}},"17":{"cells":{"11":{"text":"","style":31},"13":{"text":"","style":31},"17":{"text":"","merge":[0,1],"style":58},"18":{"style":58}}},"18":{"cells":{}},"20":{"cells":{"1":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"2":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"3":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"4":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"5":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"6":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"7":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"8":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"9":{"text":" ","virtual":"uChrZaHYoV04MQpT"}},"height":39},"22":{"cells":{"10":{"text":"企业经营指标","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标","style":74},"17":{"text":"1201043元","style":73}}},"23":{"cells":{"10":{"text":"企业经营指标1","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标1","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标1","style":74},"17":{"text":"1201043元","style":73}}},"26":{"cells":{},"height":33},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1584,"background":{"path":"https://static.jeecg.com/designreport/images/bg55_1608205385382.png","repeat":"no-repeat","width":"1525","height":"700"},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":16}},{"color":"#ffffff","font":{"size":16},"align":"center"},{"color":"#ffffff","font":{"size":18},"align":"center"},{"font":{"size":18}},{"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":14}},{"color":"#67b1ee","font":{"size":12}},{"font":{"size":14}},{"font":{"size":18},"bgcolor":"#ffffff"},{"font":{"size":18},"bgcolor":"#ffffff","color":"#ffffff"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff"},{"color":"#67b1ee","font":{"size":12},"align":"right"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff","align":"right"},{"color":"#67b1ee","font":{"size":12},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"color":"#fe0000"},{"font":{"size":16},"color":"#fe0000","align":"center"},{"color":"#67b1ee","font":{"size":12},"align":"left"},{"align":"left"},{"align":"left","font":{"size":14}},{"align":"left","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"font":{"size":12},"color":"#ffffff"},{"font":{"size":12,"bold":true},"color":"#ffffff"},{"font":{"size":12,"bold":false},"color":"#ffffff"},{"font":{"size":11,"bold":false},"color":"#ffffff"},{"font":{"size":8}},{"font":{"size":9}},{"font":{"size":9},"color":"#67b1ee"},{"font":{"size":9},"color":"#67b1ee","valign":"top"},{"font":{"size":8},"color":"#67b1ee","valign":"top"},{"font":{"size":11,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"bottom"},{"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"center","valign":"bottom"},{"align":"center","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":11}},{"font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff","valign":"middle"},{"font":{"size":11},"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle","color":"#ffffff"},{"color":"#67b1ee","font":{"size":16}},{"color":"#ffff01","font":{"size":16}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"middle"},{"color":"#ffffff","font":{"size":14},"align":"left","valign":"middle"},{"color":"#ffff01","font":{"size":14},"align":"left","valign":"middle"},{"font":{"size":14},"color":"#ffff01"},{"color":"#ffff01","font":{"size":14},"align":"right","valign":"middle"},{"font":{"size":14},"color":"#ffff01","align":"right"},{"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"bgcolor":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee","valign":"top"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"top"},{"font":{"size":8},"valign":"top"},{"font":{"size":8,"bold":false},"color":"#67b1ee","valign":"top"},{"color":"#ffffff","font":{"size":11},"align":"center","valign":"middle"},{"align":"center"},{"color":"#ffffff","font":{"size":11},"align":"right","valign":"middle"},{"align":"right"},{"color":"#ffffff","font":{"size":14},"align":"right","valign":"middle"},{"align":"right","font":{"size":14}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":11}},{"color":"#67b1ee","font":{"size":11},"align":"center"},{"font":{"size":12}},{"font":{"size":12},"color":"#ffff01"},{"color":"#67b1ee","font":{"size":11},"align":"right"}],"validations":[],"cols":{"0":{"width":10},"3":{"width":102},"4":{"width":9},"5":{"width":105},"6":{"width":102},"8":{"width":124},"9":{"width":14},"10":{"width":136},"11":{"width":114},"12":{"width":15},"13":{"width":113},"14":{"width":129},"15":{"width":11},"len":27},"merges":["B7:C7","N17:O17","R17:S17","R18:S18","B3:S3","R6:S6","B5:C5","B6:C6","F6:F7","G6:G7","N5:O5","R5:S5","N13:O13","R13:S13","R14:S14","P5:Q5","P6:Q6","P14:Q14","P13:Q13"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201218200943_1608293404719.png', N'admin', N'2021-01-18 13:21:10.0000000', N'admin', N'2021-02-03 14:01:28.0000000', N'0', NULL, NULL, N'0', N'660', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'519c1c6f4d1f584ae8fa5b43b45acdc7', N'56623333333', N'销售单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"519c1c6f4d1f584ae8fa5b43b45acdc7","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"销售单","style":40,"merge":[0,6]}},"height":99},"1":{"cells":{"1":{"text":"商品编码","style":62},"2":{"text":"商品名称","style":62},"3":{"text":"销售时间","style":62},"4":{"text":"销售数量","style":62},"5":{"text":"定价","style":62},"6":{"text":"优惠价","style":62},"7":{"text":"付款金额","style":62}},"height":39},"2":{"cells":{"1":{"text":"#{xiaoshou.bianma}","style":61},"2":{"text":"#{xiaoshou.cname}","style":61},"3":{"text":"#{xiaoshou.ctime}","style":61},"4":{"text":"#{xiaoshou.cnum}","style":61},"5":{"text":"#{xiaoshou.cprice}","style":61},"6":{"text":"#{xiaoshou.yprice}","style":61},"7":{"text":"#{xiaoshou.ctotal}","style":61}},"isDrag":true,"height":35},"3":{"cells":{"1":{"style":44,"text":""},"5":{"style":44,"text":""},"6":{"text":"","style":45},"7":{"style":46,"text":"=SUM(H3)"}},"isDrag":true,"height":73},"5":{"cells":{},"isDrag":true},"6":{"cells":{},"isDrag":true},"7":{"cells":{"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":703,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fdc101"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fdc101"},{"border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffe59a"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffc001"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ed7d31"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#5b9cd6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":18}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"right"},{"align":"right"},{"align":"left"},{"align":"right","font":{"size":16}},{"align":"left","font":{"size":16}},{"align":"right","font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffff01"],"top":["thin","#ffff01"],"left":["thin","#ffff01"],"right":["thin","#ffff01"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}}],"validations":[],"cols":{"0":{"width":18},"1":{"width":102},"2":{"width":132},"3":{"width":147},"4":{"width":66},"5":{"width":66},"6":{"width":84},"7":{"width":88},"8":{"width":121},"len":50},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', N'jeecg', N'2020-07-28 16:54:44.0000000', N'admin', N'2021-04-01 03:09:25.0000000', N'0', NULL, NULL, N'1', N'2085', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'537446834339098624', N'20210401114849', N'oo', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":4,"eri":3,"eci":4,"width":100,"height":25},"excel_config_id":"537446834339098624","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"3":{"cells":{"1":{"text":"#{pp.id}"},"2":{"text":"#{pp.cname}"},"3":{"text":"#{pp.cnum}"},"4":{"text":"#{pp.cprice}"}}},"len":98,"-1":{"cells":{"-1":{"text":"#{tt.id}"}}}},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":512,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"2":{"width":109},"3":{"width":103},"len":50},"merges":[]}', NULL, NULL, N'admin', N'2021-04-01 03:48:50.0000000', N'admin', N'2021-04-01 05:56:45.0000000', N'1', NULL, NULL, N'0', N'49', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'53c82a76f837d5661dceec7d93afafec', N'5678', N'阜阳检票数查询', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"53c82a76f837d5661dceec7d93afafec","printElHeight":1047,"rows":{"0":{"cells":{"0":{"style":58},"1":{"text":"","style":66},"2":{"style":66},"3":{"style":67,"merge":[0,3],"text":"阜阳火车站检票数"},"4":{"style":67},"5":{"style":67},"6":{"style":67},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":63},"1":{"cells":{"0":{"style":58},"1":{"style":66},"2":{"style":66},"3":{"style":66},"4":{"style":66},"5":{"style":66},"6":{"style":66},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":20},"2":{"cells":{"0":{"style":58},"1":{"text":"日期:","style":68},"2":{"text":"${gongsi.tdata}","style":69},"3":{"style":66},"4":{"style":66,"text":"制表人:"},"5":{"text":"${gongsi.gname}","style":66},"6":{"style":66},"7":{"text":"","merge":[0,1],"style":70},"8":{"style":70},"9":{"style":58}},"isDrag":true},"3":{"cells":{"0":{"style":58},"1":{"text":"班次","merge":[1,0],"style":71},"2":{"text":"发车时间","merge":[1,0],"style":71},"3":{"text":"是否放空","merge":[1,0],"style":71},"4":{"text":"路线","merge":[0,1],"style":71},"5":{"style":72},"6":{"text":"核载座位数","merge":[1,0],"style":71},"7":{"merge":[1,0],"style":71,"text":"检票数"},"8":{"merge":[1,0],"style":71,"text":"实载率(%)"},"9":{"style":58}}},"4":{"cells":{"0":{"style":58},"1":{"style":72},"2":{"style":71},"3":{"style":72},"4":{"text":"从","style":71},"5":{"text":"到","style":71},"6":{"style":72},"7":{"style":71},"8":{"style":72},"9":{"style":58}},"height":25},"5":{"cells":{"0":{"style":58},"1":{"style":73,"text":"#{jianpiao.bnum}"},"2":{"style":73,"text":"#{jianpiao.ftime}"},"3":{"style":73,"text":"#{jianpiao.sfkong}"},"4":{"style":73,"text":"#{jianpiao.kaishi}"},"5":{"style":73,"text":"#{jianpiao.jieshu}"},"6":{"style":73,"text":"#{jianpiao.hezairen}"},"7":{"style":73,"text":"#{jianpiao.jpnum}"},"8":{"style":73,"text":"#{jianpiao.shihelv}"},"9":{"style":58}},"height":33},"6":{"cells":{"1":{"text":"","style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}},"isDrag":true},"7":{"cells":{"1":{"style":11},"2":{"style":11,"text":""},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"8":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"9":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"10":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"11":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"12":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"13":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"14":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"len":96,"-1":{"cells":{"-1":{"text":"${gongsi.id}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":701,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["thin","#7f7f7f"],"bottom":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"]}},{"border":{"right":["thin","#7f7f7f"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"font":{"bold":true}},{"font":{"bold":false}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true}},{"align":"center","font":{"bold":true}},{"align":"right"},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#0170c1"},{"align":"center","font":{"bold":false},"bgcolor":"#0170c1"},{"font":{"bold":false},"color":"#7f7f7f"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"size":16,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":22,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":18,"bold":true},"valign":"bottom"},{"font":{"bold":false},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"},"valign":"bottom"},{"font":{"bold":false,"name":"宋体"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":18,"bold":true,"name":"Microsoft YaHei"},"valign":"bottom"},{"font":{"bold":false,"name":"Microsoft YaHei"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"Microsoft YaHei"}},{"align":"right","font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":17},"1":{"width":118},"2":{"width":75},"3":{"width":54},"4":{"width":95},"5":{"width":109},"6":{"width":75},"7":{"width":75},"8":{"width":83},"9":{"width":30},"len":50},"merges":["E4:F4","B4:B5","C4:C5","D4:D5","G4:G5","H4:H5","I4:I5","D1:G1","H3:I3"]}', N'', N'https://static.jeecg.com/designreport/images/25_1597233573577.png', N'jeecg', N'2020-06-16 15:01:42.0000000', N'admin', N'2021-02-03 12:11:37.0000000', N'0', NULL, NULL, N'1', N'689', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'5485950d88c9918d03dece2ad24b4d72', N'202101081612408899', N'实例:年度各月份佣金收入副本8899', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":11,"sci":7,"eri":11,"eci":7,"width":100,"height":25},"printElWidth":749,"excel_config_id":"1347454742040809472","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":" ","virtual":"pZTpI3BKFw0lh6D7"},"2":{"text":"年度各月份佣金收入","style":23,"merge":[0,3],"virtual":"pZTpI3BKFw0lh6D7"},"3":{"style":24},"4":{"style":24},"5":{"style":24},"6":{"text":" "}},"height":37},"2":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "}}},"4":{"cells":{"1":{"text":"查询年度:2019"},"4":{"text":"查询机构:总公司"},"6":{"text":"单位:元"}}},"6":{"cells":{"1":{"text":"月份","style":12},"2":{"text":"佣金/主营业收入","style":12},"3":{"text":"累计","style":12},"4":{"text":"历史最低水平","style":12},"5":{"text":"历史平均水平","style":12},"6":{"text":"历史最高水平","style":12}}},"7":{"cells":{"1":{"text":"#{tmp_report_data_1.monty}","style":0},"2":{"text":"#{tmp_report_data_1.main_income}","style":0},"3":{"text":"#{tmp_report_data_1.total}","style":18},"4":{"text":"#{tmp_report_data_1.his_lowest}","style":0},"5":{"text":"#{tmp_report_data_1.his_average}","style":0},"6":{"text":"#{tmp_report_data_1.his_highest}","style":0}},"isDrag":true},"9":{"cells":{"1":{"merge":[1,1]}}},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":703,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"center"},{"font":{"bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"size":15},"align":"center"},{"font":{"bold":true,"size":15},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"left"},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":24}},{"font":{"bold":true,"size":22}},{"font":{"bold":true,"size":22},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"usd"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"rmb"},{"font":{"bold":true,"name":"黑体"}},{"font":{"bold":true,"name":"黑体","size":22}},{"font":{"bold":true,"name":"宋体","size":22}},{"font":{"bold":true,"name":"楷体","size":22}},{"font":{"bold":true,"name":"楷体","size":22},"align":"center"},{"align":"center"}],"validations":[],"cols":{"0":{"width":54},"1":{"width":111},"2":{"width":116},"4":{"width":122},"len":26},"merges":["B10:C11","C2:F2"],"imgList":[{"row":1,"col":1,"width":"148","height":"56","src":"https://static.jeecg.com/designreport/images/kunlunlog_1610591367645.png","layer_id":"pZTpI3BKFw0lh6D7","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2]]}]}', NULL, NULL, N'admin', N'2021-01-19 10:45:44.0000000', N'admin', N'2021-02-03 12:02:25.0000000', N'1', NULL, NULL, N'0', N'43', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6059e405dd9c66a6d38e00841d2e40cc', N'566777', N'处方笺', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":9,"sci":3,"eri":9,"eci":11,"width":593,"height":25},"printElWidth":718,"excel_config_id":"6059e405dd9c66a6d38e00841d2e40cc","printElHeight":1047,"rows":{"0":{"cells":{"3":{"style":80,"text":" "}},"height":96},"1":{"cells":{"1":{"style":24,"text":" "},"2":{"style":25,"text":" "},"3":{"style":25,"text":" "},"4":{"style":25,"text":" "},"5":{"style":25,"text":" "},"6":{"style":25,"text":" "},"7":{"style":25,"text":" "},"8":{"style":25,"text":" "},"9":{"style":25,"text":" "},"10":{"style":25,"text":" "},"11":{"style":25,"text":" "},"12":{"style":26,"text":" "}},"height":18},"2":{"cells":{"1":{"text":" ","style":27},"2":{"merge":[0,9],"text":"智能医学院处方笺","style":38},"3":{"style":12,"text":" "},"4":{"style":12,"text":" "},"5":{"style":12,"text":" "},"6":{"style":12,"text":" "},"7":{"style":12,"text":" "},"8":{"style":12,"text":" "},"9":{"text":" "},"10":{"style":12,"text":" "},"11":{"style":12,"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":124},"3":{"cells":{"1":{"text":" ","style":46},"2":{"merge":[0,1],"text":"姓名:","style":4},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.yphone}"},"5":{"text":"性别:","style":42},"6":{"text":"${yonghu.ysex}","style":42},"7":{"text":"年龄:","style":47},"8":{"text":"${yonghu.yage}"},"9":{"text":" "},"10":{"text":" ","style":42},"11":{"style":69,"text":" ","merge":[0,1]},"12":{"style":43,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true},"4":{"cells":{"1":{"text":" ","style":74},"2":{"style":4,"merge":[0,1],"text":"单位:"},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.danwei}"},"5":{"text":"电话:"},"6":{"text":"${yonghu.yphone}","merge":[0,5]},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"15":{"text":""}},"isDrag":true,"height":29},"5":{"cells":{"1":{"style":31,"text":" "},"2":{"merge":[0,1],"text":"初步诊断:","style":4},"3":{"text":" ","style":4},"4":{"text":"${yonghu.yjieguo}","merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true,"height":34},"6":{"cells":{"1":{"text":" RP:","merge":[0,2],"style":79},"2":{"style":11,"text":" "},"3":{"style":11,"text":" "},"4":{"style":39,"text":" "},"5":{"style":0,"text":" "},"6":{"style":0,"text":" "},"7":{"style":0,"text":" "},"8":{"style":0,"text":" "},"9":{"text":" "},"10":{"style":0,"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"14":{},"16":{}},"height":79},"7":{"cells":{"1":{"text":".","style":48},"2":{"text":"","style":1},"3":{"text":"#{yaopin.name}","merge":[0,1]},"5":{},"6":{},"7":{"text":"#{yaopin.percent}","merge":[0,1]},"9":{},"10":{},"11":{"text":""},"12":{"style":28,"text":" "},"14":{}},"isDrag":true,"height":37},"8":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"height":27},"9":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医嘱:","style":76},"3":{"text":"${yonghu.yizhu}","style":6,"merge":[0,8]},"12":{"style":28,"text":" "}},"isDrag":true},"10":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"药品费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yprice}","style":6},"5":{"text":"中成药费","style":6,"rendered":"","merge":[0,1]},"7":{"style":6,"text":" "},"8":{"text":"治疗费","merge":[0,2],"style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"11":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"检查费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"text":" "},"5":{"text":"换药费","style":6,"merge":[0,1]},"7":{"style":6,"text":" "},"8":{"merge":[0,2],"text":"诊疗费","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"text":"${yonghu.yzhenliao}","style":6},"12":{"style":28,"text":" "}},"isDrag":true},"12":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"注射费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"merge":[0,3],"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"merge":[0,2],"text":"其他","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}}},"13":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"合计","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.ytotal}","style":6,"merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"14":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":9},"15":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医师:","style":4,"rendered":"","merge":[0,1]},"4":{"text":"${yonghu.yishe}","style":80},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"text":"日期:","style":4},"9":{"text":"${yonghu.kdata}","style":80,"merge":[0,2]},"12":{"style":71,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true,"height":43},"16":{"cells":{"1":{"style":31,"text":" "},"2":{"style":80,"text":" "},"3":{"style":80,"text":" "},"4":{"style":80,"text":" "},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"style":80,"text":" "},"9":{"style":80,"text":" "},"10":{"style":80,"text":" "},"11":{"style":80,"text":" "},"12":{"style":28,"text":" "}},"height":17},"17":{"cells":{"1":{"text":" ","style":32},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"text":" ","style":33},"5":{"text":" ","style":33},"6":{"text":" ","style":33},"7":{"text":" ","style":33},"8":{"text":" ","style":33},"9":{"text":" ","style":33},"10":{"text":" ","style":33},"11":{"text":" ","style":33},"12":{"text":" ","style":34}}},"18":{"cells":{"11":{"text":""}},"isDrag":true},"len":94,"-1":{"cells":{"-1":{"text":"#{yaopin.key1}"}},"isDrag":true},"":{"cells":{"NaN":{"text":"","rendered":""}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":709,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":12}},{"font":{"size":10}},{"font":{"size":12},"align":"right"},{"font":{"size":14}},{"align":"right"},{"font":{"size":10},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":12,"bold":true},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":15},"border":{"left":["thick","#000"]}},{"font":{"size":15}},{"align":"left"},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":12,"bold":true}},{"font":{"size":12,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom"},{"font":{"size":10},"valign":"bottom"},{"valign":"bottom"},{"align":"right","border":{"top":["thick","#000"]}},{"align":"left","border":{"top":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":true},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"right"},{"font":{"size":10},"textwrap":false,"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"center"},{"font":{"size":10},"textwrap":false,"align":"center"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":15},"align":"right"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":10},"border":{"left":["thin","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","border":{"right":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thin","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"right":["thin","#000"]}},{"font":{"size":15},"border":{"left":["thin","#000"]},"align":"center"},{"align":"left","border":{"right":["thin","#000"]}},{"font":{"size":10},"valign":"bottom","border":{"right":["thick","#000"]}},{"font":{"size":10},"border":{"right":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]}},{"font":{"size":10},"align":"left"},{"border":{"left":["thick","#000"]},"align":"center"},{"border":{"left":["thick","#000"]},"align":"right"},{"border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":10},"align":"left","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":15,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{},{"font":{"size":15,"bold":true},"align":"center"},{"align":"right","border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":14},"2":{"width":56},"3":{"width":40},"4":{"width":156},"5":{"width":41},"6":{"width":18},"7":{"width":92},"8":{"width":58},"9":{"width":20},"10":{"width":20},"11":{"width":148},"12":{"width":12},"13":{"width":11},"len":50},"merges":["C3:E3","C7:E7","H3:I3","H7:I7","C7:E7","H7:I7","I11:K11","I12:K12","I13:K13","E13:H13","C11:D11","C12:D12","C13:D13","C14:D14","L4:M4","C3:L3","B7:D7","C4:D4","C5:D5","E14:L14","G5:L5","C6:D6","E6:L6","D8:E8","H8:I8","C16:D16","J16:L16","F11:G11","F12:G12","D10:L10"]}', N'', N'https://static.jeecg.com/designreport/images/处方_1607071731580.png', N'jeecg', N'2020-07-10 17:12:16.0000000', N'admin', N'2021-02-03 14:03:05.0000000', N'0', NULL, NULL, N'1', N'846', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6d6bdcb5e820c301ea32789e3ae43c44', N'1223', N'供电公司抢修单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":14,"sci":8,"eri":14,"eci":8,"width":100,"height":67},"printElWidth":718,"excel_config_id":"6d6bdcb5e820c301ea32789e3ae43c44","printElHeight":1047,"rows":{"0":{"cells":{},"height":11},"1":{"cells":{"1":{"text":"供电公司抢修竣工单","merge":[0,5],"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":39},"6":{"style":39}},"height":56},"2":{"cells":{"1":{"text":"填报单位:","style":26},"2":{"text":"#{qiangxiu.danwei}","style":27},"3":{"style":27},"4":{"text":"","style":27},"5":{"text":"填报日期:","style":26},"6":{"text":"#{qiangxiu.time}","style":27}}},"3":{"cells":{"1":{"text":"填报名称:","style":26},"2":{"text":"#{qiangxiu.ktime}","style":27},"3":{"style":27},"4":{"style":27},"5":{"text":"项目编号:","style":26},"6":{"text":"#{qiangxiu.wtime}","style":27}}},"4":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":10},"5":{"cells":{"1":{"text":"项目批准核算","style":29},"2":{"text":"#{qiangxiu.yusuan}","style":30,"merge":[0,4]}},"height":89},"6":{"cells":{"1":{"text":"开工日期","style":32},"2":{"style":33,"text":"#{qiangxiu.ktime}","merge":[0,1]},"3":{"style":28},"4":{"style":34,"text":"完工日期"},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.wtime}"},"6":{"style":28}},"height":31},"7":{"cells":{"1":{"text":"完工主要内容","style":32},"2":{"style":33,"text":"#{qiangxiu.neirong}","merge":[0,4]}},"height":71},"8":{"cells":{"1":{"text":"形成能力","style":32},"2":{"style":33,"merge":[0,4],"text":"#{qiangxiu.nengli}"},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":49},"9":{"cells":{"1":{"text":"目标效益验收意见","style":32},"2":{"style":35,"text":"#{qiangxiu.yijian}","rendered":"","merge":[0,4]}},"height":100},"10":{"cells":{"1":{"style":37,"text":" ","merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":37,"text":"#{qiangxiu.time1}","merge":[0,1]},"6":{"style":28}}},"11":{"cells":{"1":{"text":"实施质量验收评价","style":32},"2":{"style":35,"text":"#{qiangxiu.pingjia}","merge":[0,4]}},"height":99},"12":{"cells":{"1":{"style":33,"merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.time1}"},"6":{"style":28}}},"13":{"cells":{"1":{"text":"验收总结","style":32},"2":{"style":35,"text":"#{qiangxiu.zongjie}","merge":[0,4],"rendered":""}},"height":80},"14":{"cells":{"1":{"text":"责任单位意见","style":32},"2":{"style":33,"merge":[0,4],"text":"#{qiangxiu.zongjie}"}},"height":67},"15":{"cells":{"1":{"text":"责任单位审核人","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.dshenhe}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time3}","merge":[0,1]},"6":{"style":28}},"height":42},"16":{"cells":{"1":{"text":"生技部审批意见","style":32},"2":{"style":33,"text":"#{qiangxiu.dshenhe}","merge":[0,4]}},"height":107},"17":{"cells":{"1":{"text":"生技部主任","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.zhuren}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time4}","merge":[0,1]},"6":{"style":28}},"height":41},"18":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":699,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{"align":"left"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"align":"right","color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"right","color":"#7f7f7f","font":{"name":"宋体"}},{"color":"#7f7f7f","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"name":"宋体"}},{"bgcolor":"#ffffff","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"宋体"}},{"textwrap":true,"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":false,"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":117},"3":{"width":108},"4":{"width":127},"5":{"width":76},"6":{"width":148},"7":{"width":13},"len":50},"merges":["C7:D7","F7:G7","B2:G2","C9:G9","B11:E11","F11:G11","B13:E13","F13:G13","C16:D16","C18:D18","F16:G16","F18:G18","C10:G10","C8:G8","C6:G6","C12:G12","C14:G14","C15:G15","C17:G17"]}', N'', N'https://static.jeecg.com/designreport/images/222_1607311944321.png', N'jeecg', N'2020-07-20 19:37:54.0000000', N'admin', N'2021-02-03 14:00:39.0000000', N'0', NULL, NULL, N'1', N'177', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6df599d933df24de007764d0e98eb105', N'5667774539', N'处方笺副本4539', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"6df599d933df24de007764d0e98eb105","printElHeight":1047,"rows":{"0":{"cells":{"3":{"style":80,"text":" "}},"height":96},"1":{"cells":{"1":{"style":24,"text":" "},"2":{"style":25,"text":" "},"3":{"style":25,"text":" "},"4":{"style":25,"text":" "},"5":{"style":25,"text":" "},"6":{"style":25,"text":" "},"7":{"style":25,"text":" "},"8":{"style":25,"text":" "},"9":{"style":25,"text":" "},"10":{"style":25,"text":" "},"11":{"style":25,"text":" "},"12":{"style":26,"text":" "}},"height":18},"2":{"cells":{"1":{"text":" ","style":27},"2":{"merge":[0,9],"text":"智能医学院处方笺","style":38},"3":{"style":12,"text":" "},"4":{"style":12,"text":" "},"5":{"style":12,"text":" "},"6":{"style":12,"text":" "},"7":{"style":12,"text":" "},"8":{"style":12,"text":" "},"9":{"text":" "},"10":{"style":12,"text":" "},"11":{"style":12,"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":124},"3":{"cells":{"1":{"text":" ","style":46},"2":{"merge":[0,1],"text":"姓名:","style":4},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.yphone}"},"5":{"text":"性别:","style":42},"6":{"text":"${yonghu.ysex}","style":42},"7":{"text":"年龄:","style":47},"8":{"text":"${yonghu.yage}"},"9":{"text":" "},"10":{"text":" ","style":42},"11":{"style":69,"text":" ","merge":[0,1]},"12":{"style":43,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true},"4":{"cells":{"1":{"text":" ","style":74},"2":{"style":4,"merge":[0,1],"text":"单位:"},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.danwei}"},"5":{"text":"电话:"},"6":{"text":"${yonghu.yphone}","merge":[0,5]},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"15":{"text":""}},"isDrag":true,"height":29},"5":{"cells":{"1":{"style":31,"text":" "},"2":{"merge":[0,1],"text":"初步诊断:","style":4},"3":{"text":" ","style":4},"4":{"text":"${yonghu.yjieguo}","merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true,"height":34},"6":{"cells":{"1":{"text":" RP:","merge":[0,2],"style":79},"2":{"style":11,"text":" "},"3":{"style":11,"text":" "},"4":{"style":39,"text":" "},"5":{"style":0,"text":" "},"6":{"style":0,"text":" "},"7":{"style":0,"text":" "},"8":{"style":0,"text":" "},"9":{"text":" "},"10":{"style":0,"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"14":{},"16":{}},"height":79},"7":{"cells":{"1":{"text":".","style":48},"2":{"text":"","style":1},"3":{"text":"#{yaopin.name}","merge":[0,1]},"5":{},"6":{},"7":{"text":"#{yaopin.percent}","merge":[0,1]},"9":{},"10":{},"11":{"text":""},"12":{"style":28,"text":" "},"14":{}},"isDrag":true,"height":37},"8":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"height":27},"9":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医嘱:","style":76},"3":{"text":"${yonghu.yizhu}","style":6,"merge":[0,8]},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"10":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"药品费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yprice}","style":6},"5":{"merge":[0,1],"text":"中成药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"text":"治疗费","merge":[0,2],"style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"11":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"检查费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"text":" "},"5":{"merge":[0,1],"text":"换药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"merge":[0,2],"text":"诊疗费","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"text":"${yonghu.yzhenliao}","style":6},"12":{"style":28,"text":" "}},"isDrag":true},"12":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"注射费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"merge":[0,3],"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"merge":[0,2],"text":"其他","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}}},"13":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"合计","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.ytotal}","style":6,"merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"14":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":9},"15":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医师:","style":4,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yishe}","style":80},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"text":"日期:","style":4},"9":{"text":"${yonghu.kdata}","style":80,"merge":[0,2]},"10":{"text":" "},"11":{"text":" "},"12":{"style":71,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true,"height":43},"16":{"cells":{"1":{"style":31,"text":" "},"2":{"style":80,"text":" "},"3":{"style":80,"text":" "},"4":{"style":80,"text":" "},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"style":80,"text":" "},"9":{"style":80,"text":" "},"10":{"style":80,"text":" "},"11":{"style":80,"text":" "},"12":{"style":28,"text":" "}},"height":17},"17":{"cells":{"1":{"text":" ","style":32},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"text":" ","style":33},"5":{"text":" ","style":33},"6":{"text":" ","style":33},"7":{"text":" ","style":33},"8":{"text":" ","style":33},"9":{"text":" ","style":33},"10":{"text":" ","style":33},"11":{"text":" ","style":33},"12":{"text":" ","style":34}}},"18":{"cells":{"11":{"text":""}},"isDrag":true},"len":94,"-1":{"cells":{"-1":{"text":"#{yaopin.key1}"}},"isDrag":true},"":{"cells":{"NaN":{"text":"","rendered":""}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":798,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":12}},{"font":{"size":10}},{"font":{"size":12},"align":"right"},{"font":{"size":14}},{"align":"right"},{"font":{"size":10},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":12,"bold":true},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":15},"border":{"left":["thick","#000"]}},{"font":{"size":15}},{"align":"left"},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":12,"bold":true}},{"font":{"size":12,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom"},{"font":{"size":10},"valign":"bottom"},{"valign":"bottom"},{"align":"right","border":{"top":["thick","#000"]}},{"align":"left","border":{"top":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":true},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"right"},{"font":{"size":10},"textwrap":false,"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"center"},{"font":{"size":10},"textwrap":false,"align":"center"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":15},"align":"right"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":10},"border":{"left":["thin","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","border":{"right":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thin","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"right":["thin","#000"]}},{"font":{"size":15},"border":{"left":["thin","#000"]},"align":"center"},{"align":"left","border":{"right":["thin","#000"]}},{"font":{"size":10},"valign":"bottom","border":{"right":["thick","#000"]}},{"font":{"size":10},"border":{"right":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]}},{"font":{"size":10},"align":"left"},{"border":{"left":["thick","#000"]},"align":"center"},{"border":{"left":["thick","#000"]},"align":"right"},{"border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":10},"align":"left","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":15,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{},{"font":{"size":15,"bold":true},"align":"center"},{"align":"right","border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":14},"2":{"width":56},"3":{"width":40},"4":{"width":156},"5":{"width":41},"6":{"width":18},"7":{"width":92},"8":{"width":58},"9":{"width":20},"10":{"width":20},"11":{"width":148},"12":{"width":12},"len":50},"merges":["C3:E3","C7:E7","H3:I3","H7:I7","C7:E7","H7:I7","F11:G11","I11:K11","F12:G12","I12:K12","I13:K13","E13:H13","C11:D11","C12:D12","C13:D13","C14:D14","C16:D16","L4:M4","C3:L3","B7:D7","C4:D4","C5:D5","E14:L14","J16:L16","D10:L10","G5:L5","C6:D6","E6:L6","D8:E8","H8:I8"]}', N'', N'https://static.jeecg.com/designreport/images/处方_1607071731580.png', N'admin', N'2021-02-02 20:13:47.0000000', N'admin', N'2021-02-03 14:01:33.0000000', N'0', NULL, NULL, N'0', N'834', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7905022412733a0c68dc7b4ef8947489', N'8996445', N'介绍信', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"7905022412733a0c68dc7b4ef8947489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{},"12":{}},"height":11},"1":{"cells":{},"height":24},"2":{"cells":{},"isDrag":true,"height":43},"3":{"cells":{"0":{"text":"","style":46},"1":{"merge":[0,10],"text":"介绍信","style":337}},"height":216},"4":{"cells":{"1":{"text":"${jieshaoxin.name}","style":338,"merge":[0,3]},"5":{"text":":","style":339}},"isDrag":true,"height":80},"5":{"cells":{"1":{"text":"兹介绍我局","style":340,"merge":[0,5]},"7":{"text":"${jieshaoxin.value}","style":341},"8":{"text":"同志","style":339},"9":{"text":"#{jieshaoxin.percent}","style":339},"10":{"text":"人,前往你处","style":339,"merge":[0,1]}},"isDrag":true,"height":42},"6":{"cells":{"1":{"text":"${jieshaoxin.shiqing}","style":342,"merge":[0,5]},"15":{"text":""}},"isDrag":true,"height":48},"7":{"cells":{"1":{"style":343,"text":""},"2":{"style":344,"merge":[0,5],"text":"请予接洽并给予帮助。"}},"height":56},"8":{"cells":{},"height":15},"9":{"cells":{},"height":11},"10":{"cells":{"8":{"text":"","style":316,"merge":[0,3]}},"height":39},"11":{"cells":{"8":{"merge":[0,2],"text":"单位盖章","style":347},"11":{"merge":[0,1],"style":316}},"height":84},"12":{"cells":{"1":{"merge":[0,2],"text":"","style":317},"4":{"merge":[0,2],"text":"","style":346},"7":{"text":"(有效时间:至","style":317},"8":{"text":"${jieshaoxin.gdata}","style":316,"merge":[0,2]},"11":{"style":348,"text":"止)"}},"isDrag":true,"height":30},"13":{"cells":{"1":{"merge":[12,11]}}},"17":{"cells":{},"isDrag":true},"len":89},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":688,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":10,"name":"Lato"},"valign":"middle","color":"#000100"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100","align":"center"},{"align":"center","font":{"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"align":"right"},{"align":"right","font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"]}},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center"},{"valign":"top"},{"valign":"top","align":"center"},{"valign":"top","align":"center","font":{"size":12}},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"font":{"size":14}},{"align":"right","font":{"size":14}},{"font":{"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"size":14,"bold":true}},{"align":"right","font":{"size":9}},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"font":{"size":9},"align":"left"},{"align":"left","font":{"bold":true,"size":14}},{"align":"center","font":{"bold":true,"size":14},"valign":"top"},{"align":"center","font":{"bold":true,"size":16},"valign":"top"},{"align":"center","font":{"bold":true,"size":18},"valign":"top"},{"align":"right","font":{"size":10}},{"font":{"size":10},"align":"center"},{"align":"left","font":{"size":10}},{"align":"right","font":{"size":12},"valign":"bottom"},{"valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"bold":true,"size":22},"valign":"top"},{"align":"right","font":{"size":14},"valign":"bottom"},{"font":{"size":14},"valign":"bottom"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":14},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":14},"align":"center"},{"valign":"top","align":"center","font":{"size":14}},{"align":"left","font":{"size":14}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":46},"2":{"width":24},"3":{"width":15},"4":{"width":37},"5":{"width":13},"6":{"width":83},"7":{"width":256},"8":{"width":42},"9":{"width":18},"10":{"width":77},"11":{"width":54},"12":{"width":28},"13":{"width":62},"16":{"width":55},"len":50},"merges":["C0:D0","G11:H11","G12:H12","B5:E5","B6:G6","C8:H8","I12:K12","B4:L4","K6:L6","B13:D13","E13:G13","I11:L11","L12:M12","B14:M26","I13:K13","B7:G7"]}', N'', N'https://static.jeecg.com/designreport/images/介绍xin_1607072641405.png', N'jeecg', N'2020-07-10 13:38:40.0000000', N'admin', N'2021-04-01 03:15:11.0000000', N'0', NULL, NULL, N'1', N'831', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7acddbc92bc73d06c7f62ff55dfdca19', N'566233333333867', N'销售单副本3867', N'', NULL, N'printinfo', N'{"area":{"sri":6,"sci":7,"eri":6,"eci":7,"width":88,"height":25},"printElWidth":794,"excel_config_id":"519c1c6f4d1f584ae8fa5b43b45acdc7","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"销售单","style":40,"merge":[0,6]},"2":{"style":41},"3":{"style":41},"4":{"style":41},"5":{"style":41},"6":{"style":41},"7":{"style":41}},"height":99},"1":{"cells":{"1":{"text":"商品编码","style":62},"2":{"text":"商品名称","style":62},"3":{"text":"销售时间","style":62},"4":{"text":"销售数量","style":62},"5":{"text":"定价","style":62},"6":{"text":"优惠价","style":62},"7":{"text":"付款金额","style":62}},"height":39},"2":{"cells":{"1":{"text":"#{xiaoshou.bianma}","style":61},"2":{"text":"#{xiaoshou.cname}","style":61},"3":{"text":"#{xiaoshou.ctime}","style":61},"4":{"text":"#{xiaoshou.cnum}","style":61},"5":{"text":"#{xiaoshou.cprice}","style":61},"6":{"text":"#{xiaoshou.yprice}","style":61},"7":{"text":"#{xiaoshou.ctotal}","style":61}},"isDrag":true,"height":35},"3":{"cells":{"1":{"style":44,"text":""},"2":{"style":44},"3":{"style":44},"4":{"style":44},"5":{"style":44,"text":""},"6":{"text":"","style":45},"7":{"style":46,"text":"=SUM(H3)"}},"isDrag":true,"height":73},"5":{"cells":{},"isDrag":true},"6":{"cells":{},"isDrag":true},"7":{"cells":{"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":754,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fdc101"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fdc101"},{"border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffe59a"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffc001"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ed7d31"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#5b9cd6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":18}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"right"},{"align":"right"},{"align":"left"},{"align":"right","font":{"size":16}},{"align":"left","font":{"size":16}},{"align":"right","font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffff01"],"top":["thin","#ffff01"],"left":["thin","#ffff01"],"right":["thin","#ffff01"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}}],"validations":[],"cols":{"0":{"width":31},"1":{"width":102},"2":{"width":170},"3":{"width":147},"4":{"width":66},"5":{"width":66},"6":{"width":84},"7":{"width":88},"8":{"width":121},"len":26},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', N'admin', N'2021-01-19 10:46:18.0000000', N'admin', N'2021-02-02 19:01:02.0000000', N'1', NULL, NULL, N'0', N'2096', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7c02c224a2db56d0350069650033f702', N'895666', N'核查评估表', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":5,"sci":18,"eri":5,"eci":18,"width":53,"height":46},"printElWidth":1399,"excel_config_id":"7c02c224a2db56d0350069650033f702","printElHeight":790,"rows":{"0":{"cells":{"1":{"text":"XX县(市、区)YY低保第三方核查评估汇总表","merge":[0,21],"style":386},"2":{"style":386},"3":{"style":386},"4":{"style":386},"5":{"style":386},"6":{"style":386},"7":{"style":386},"8":{"style":386},"9":{"style":386},"10":{"style":386},"11":{"style":386},"12":{"style":386},"13":{"style":386},"14":{"style":386},"15":{"style":386},"16":{"style":386},"17":{"style":386},"18":{"style":386},"19":{"style":386},"20":{"style":386},"21":{"style":386},"22":{"style":386}},"height":70},"1":{"cells":{"1":{"merge":[0,2],"style":403,"text":" 北京市林翠社区"},"2":{"style":398,"text":" "},"3":{"style":398,"text":" "},"4":{"merge":[0,2],"text":"镇(乡、街道办事处)","style":399},"5":{"style":399},"6":{"style":399},"7":{"style":399,"merge":[0,7]},"8":{"style":400},"9":{"style":400},"10":{"style":400},"11":{"style":400},"12":{"style":400},"13":{"style":400},"14":{"style":400},"15":{"merge":[0,7],"text":"单位:人、元、套、平方米","style":398},"16":{"style":401},"17":{"style":401},"18":{"style":401},"19":{"style":401},"20":{"style":401},"21":{"style":401},"22":{"style":401}}},"2":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":14},"3":{"cells":{"1":{"style":406,"text":"村(社区)名称","merge":[1,0]},"2":{"style":407,"text":"户主名称","merge":[1,0]},"3":{"style":407,"text":"保障编号","merge":[1,0]},"4":{"style":408,"text":"家庭人口","merge":[1,0]},"5":{"style":409,"text":"家庭住址","merge":[1,0]},"6":{"style":409,"text":"联系电话","merge":[1,0]},"7":{"style":408,"text":"身份证号码","merge":[1,0]},"8":{"style":409,"text":"原保障","merge":[0,2]},"9":{"style":377,"text":" "},"10":{"style":377,"text":" "},"11":{"text":"核减后月人均收入","style":408,"merge":[1,0]},"12":{"merge":[0,5],"text":"保障建议","style":410},"13":{"style":379,"text":" "},"14":{"style":379,"text":" "},"15":{"style":379,"text":" "},"16":{"style":379,"text":" "},"17":{"style":379,"text":" "},"18":{"text":"是否新增对象","style":411,"merge":[1,0]},"19":{"text":"建议取消原因","style":409,"merge":[0,3]},"20":{"style":377,"text":" "},"21":{"style":377,"text":" "},"22":{"style":377,"text":" "}}},"4":{"cells":{"1":{"style":381,"text":" "},"2":{"style":407,"text":" "},"3":{"style":382,"text":" "},"4":{"style":408,"text":" "},"5":{"style":377,"text":" "},"6":{"style":409,"text":" "},"7":{"style":383,"text":" "},"8":{"text":"户数","style":412},"9":{"style":411,"text":"人口"},"10":{"style":413,"text":"金额"},"11":{"style":383,"text":" "},"12":{"text":"保障类型","style":408},"13":{"style":413,"text":"人口"},"14":{"style":408,"text":"差额补助"},"15":{"style":408,"text":"全额补助"},"16":{"style":408,"text":"增发补助"},"17":{"style":408,"text":"合计补助"},"18":{"style":411,"text":" "},"19":{"style":408,"text":"收入超标"},"20":{"style":406,"text":"机动车超标"},"21":{"style":410,"text":"死亡"},"22":{"style":410,"text":"其他"}},"height":50},"5":{"cells":{"1":{"text":"#{hecha.name}","style":414,"rendered":""},"2":{"text":"#{hecha.hname}","style":414},"3":{"text":"#{hecha.num}","style":414},"4":{"text":"#{hecha.knum}","style":414},"5":{"text":"#{hecha.zhuzhi}","style":414},"6":{"text":"#{hecha.phone}","style":414},"7":{"text":"#{hecha.scard}","style":414},"8":{"text":"#{hecha.yhnum}","style":414},"9":{"text":"#{hecha.yren}","style":414},"10":{"text":"#{hecha.yjine}","style":414},"11":{"text":"#{hecha.yjine}","style":414},"12":{"text":"#{hecha.type}","style":414},"13":{"text":"#{hecha.rk}","style":414},"14":{"text":"#{hecha.cbz}","style":414},"15":{"text":"#{hecha.cbz}","style":414},"16":{"text":"#{hecha.cbz}","style":414},"17":{"text":"#{hecha.cbz}","style":414},"18":{"text":"#{hecha.sf1}","style":414},"19":{"text":"#{hecha.sf2}","style":414},"20":{"text":"#{hecha.sf3}","style":414},"21":{"text":"#{hecha.sf4}","style":414},"22":{"text":"#{hecha.bz}","style":414}},"isDrag":true,"height":46},"6":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"7":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"8":{"cells":{"1":{"text":""},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"isDrag":true},"len":102},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1378,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center"},{"textwrap":true,"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle"},{"textwrap":true,"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"middle"},{"textwrap":true,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom"},{"textwrap":true,"align":"center","valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top"},{"textwrap":true,"align":"center","valign":"top"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom"},{"textwrap":true,"valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"top"},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["thin","#000"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"Helvetica"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"align":"center","font":{"size":16,"bold":true,"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"size":16,"bold":true,"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"size":16,"bold":true,"name":"Courier New"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"font":{"name":"Courier New"}},{"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"align":"center","font":{"size":16,"bold":true,"name":"Verdana"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Verdana"}},{"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"font":{"name":"Verdana"}},{"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Lato"}},{"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"font":{"name":"Lato"}},{"textwrap":true,"align":"center","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":false,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"valign":"middle"},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"align":"center","border":{"right":["thin","#ffffff"]}},{"align":"center","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#ffffff"]}},{"border":{"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#000100"]}},{"align":"center","border":{"right":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"left":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"top":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]},"align":"right"},{"font":{"name":"Lato"},"align":"right"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"size":15,"bold":true,"name":"Lato"}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato","size":9}},{"font":{"name":"Lato","size":9}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"border":{"bottom":["thin","#d8d8d8"]},"align":"center","font":{"size":8}},{"border":{"bottom":["thin","#a5a5a5"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"align":"center","font":{"size":8}}],"validations":[],"cols":{"0":{"width":30},"1":{"width":68},"2":{"width":86},"3":{"width":93},"4":{"width":91},"5":{"width":156},"6":{"width":95},"7":{"width":85},"8":{"width":37},"9":{"width":30},"10":{"width":43},"11":{"width":66},"12":{"width":38},"13":{"width":41},"14":{"width":54},"15":{"width":49},"16":{"width":45},"17":{"width":49},"18":{"width":53},"19":{"width":40},"20":{"width":50},"21":{"width":40},"22":{"width":39},"len":50},"merges":["M4:R4","B4:B5","C4:C5","D4:D5","E4:E5","F4:F5","G4:G5","H4:H5","I4:K4","L4:L5","S4:S5","T4:W4","E2:G2","B2:D2","B1:W1","P2:W2","H2:O2"]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207113312_1607312171402.png', N'jeecg', N'2020-07-14 16:41:42.0000000', N'admin', N'2021-02-03 14:01:17.0000000', N'0', NULL, NULL, N'1', N'260', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'94b04a1ed7c17f8e96baa6d89fb90758', N'3698522', N'员工请假单', N'', NULL, N'printinfo', N'{"area":false,"printElWidth":794,"excel_config_id":"94b04a1ed7c17f8e96baa6d89fb90758","printElHeight":1047,"rows":{"1":{"cells":{"0":{"text":"员工请假单","style":100,"merge":[0,7]},"1":{"style":100},"2":{"style":100},"3":{"style":100},"4":{"style":100},"5":{"style":100},"6":{"style":100},"7":{"style":100}},"height":65},"2":{"cells":{"0":{"text":"单位:北极星","style":101,"merge":[0,2]},"1":{"style":101},"2":{"style":101},"3":{"style":102},"4":{"style":102},"5":{"style":102},"6":{"style":102},"7":{"style":102}},"height":38},"3":{"cells":{"0":{"text":"姓名","style":119},"1":{"style":119,"text":" "},"2":{"text":"工作岗位","style":120},"3":{"style":119,"text":" "},"4":{"text":"工作时间","style":119},"5":{"style":119,"text":" "},"6":{"text":"出生日期","style":119},"7":{"style":119,"text":" "}}},"4":{"cells":{"0":{"text":"请选择假类型","style":121,"merge":[4,0]},"1":{"text":"年休假","style":120},"2":{"style":120,"text":"病、事假"},"3":{"style":120,"text":"探亲假"},"4":{"style":119,"merge":[0,1],"text":"婚、丧假"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"生育假"},"7":{"style":107,"text":" "}},"height":29},"5":{"cells":{"0":{"style":0},"1":{"text":"1、公岭满1~9年(5天)","style":122},"2":{"style":119,"text":"1、病假"},"3":{"style":119,"text":"1、未婚探父母(20天)"},"4":{"style":119,"merge":[0,1],"text":"1、婚假(3天)"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"1、流产"},"7":{"style":107,"text":" "}},"height":25},"6":{"cells":{"0":{"style":0},"1":{"style":123,"text":"2、公岭满10~19年(10天)"},"2":{"style":119,"text":"2、事假"},"3":{"style":119,"text":"2、已婚探父母(20天)"},"4":{"style":119,"merge":[0,1],"text":"2、晚婚假(13天)"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"2、产假"},"7":{"style":107,"text":" "}}},"7":{"cells":{"0":{"style":0},"1":{"style":123,"text":"3、公岭满20年(15天)"},"2":{"style":119,"text":" "},"3":{"style":119,"text":"3、探配偶(30天)"},"4":{"style":119,"merge":[0,1],"text":"3、丧假(3天)"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"3、哺乳假"},"7":{"style":107,"text":" "}}},"8":{"cells":{"0":{"style":0},"1":{"style":119,"text":" "},"2":{"style":119,"text":" "},"3":{"style":119,"text":"探亲地点:","merge":[0,2]},"4":{"style":107,"text":" "},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"4、陪护假"},"7":{"style":107,"text":" "},"8":{"style":15},"9":{"style":15},"10":{"style":15},"11":{"style":15},"12":{"style":15},"13":{"style":15},"14":{"style":15},"15":{"style":15},"16":{"style":15},"17":{"style":15},"18":{"style":15},"19":{"style":15},"20":{"style":15},"21":{"style":15},"22":{"style":15},"23":{"style":5},"24":{"style":5},"25":{"style":5}}},"9":{"cells":{"0":{"style":124,"text":"请假时间"},"1":{"style":125,"merge":[0,6],"text":"2020年02-30 至2020年02-03-30"},"2":{"style":115,"text":" "},"3":{"style":115,"text":" "},"4":{"style":115,"text":" "},"5":{"style":115,"text":" "},"6":{"style":115,"text":" "},"7":{"style":115,"text":" "}},"height":46},"10":{"cells":{"0":{"style":126,"text":"审批人员及意见"},"1":{"merge":[0,6],"style":127,"text":"同意"},"2":{"style":118,"text":" "},"3":{"style":118,"text":" "},"4":{"style":118,"text":" "},"5":{"style":118,"text":" "},"6":{"style":118,"text":" "},"7":{"style":118,"text":" "}},"height":89},"11":{"cells":{"0":{"text":"备注","style":119},"1":{"style":119,"text":" "},"2":{"text":"请假人签名","style":119},"3":{"merge":[0,4],"style":119,"text":" "},"4":{"style":107,"text":" "},"5":{"style":107,"text":" "},"6":{"style":107,"text":" "},"7":{"style":107,"text":" "}},"height":90},"12":{"cells":{"0":{"merge":[0,7],"style":120,"text":"请假审批表一式两份,考勤员与人力资源部门各存一份"},"1":{"style":106,"text":" "},"2":{"style":106,"text":" "},"3":{"style":106,"text":" "},"4":{"style":106,"text":" "},"5":{"style":106,"text":" "},"6":{"style":106,"text":" "},"7":{"style":106,"text":" "}},"height":25},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":789,"background":false,"name":"sheet1","autofilter":{},"styles":[{"textwrap":true},{"textwrap":false},{"textwrap":true,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","font":{"name":"Arial"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"},"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"align":"center","font":{"name":"Courier New","size":14}},{"align":"center","font":{"size":14}},{"align":"center","font":{"name":"Courier New","size":14,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"font":{"name":"Courier New"},"color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"middle"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"bottom"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":false},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"align":"center","font":{"name":"宋体","size":14,"bold":true}},{"font":{"name":"宋体"},"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"宋体"},"color":"#000100","textwrap":false},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false}],"validations":[],"cols":{"0":{"width":35},"1":{"width":195},"2":{"width":77},"3":{"width":168},"4":{"width":62},"6":{"width":70},"7":{"width":82},"len":26},"merges":["D9:F9","E5:F5","E6:F6","E7:F7","E8:F8","G5:H5","G6:H6","G7:H7","G8:H8","G9:H9","B10:H10","B11:H11","D12:H12","A13:H13","A3:C3","A2:H2","A5:A9"]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207135257_1607320433681.png', N'jeecg', N'2020-07-10 18:29:39.0000000', N'admin', N'2021-02-03 14:01:12.0000000', N'0', NULL, NULL, N'1', N'142', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'961455b47c0b86dc961e90b5893bff05', N'56780774', N'阜阳检票数查询副本0774', N'', NULL, N'printinfo', N'{"area":{"sri":8,"sci":6,"eri":8,"eci":6,"width":75,"height":25},"printElWidth":794,"excel_config_id":"53c82a76f837d5661dceec7d93afafec","printElHeight":1047,"rows":{"0":{"cells":{"0":{"style":58},"1":{"text":"","style":66},"2":{"style":66},"3":{"style":67,"merge":[0,3],"text":"阜阳火车站检票数"},"4":{"style":67},"5":{"style":67},"6":{"style":67},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":63},"1":{"cells":{"0":{"style":58},"1":{"style":66},"2":{"style":66},"3":{"style":66},"4":{"style":66},"5":{"style":66},"6":{"style":66},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":20},"2":{"cells":{"0":{"style":58},"1":{"text":"日期:","style":68},"2":{"text":"${gongsi.tdata}","style":69},"3":{"style":66},"4":{"style":66,"text":"制表人:"},"5":{"text":"${gongsi.gname}","style":66},"6":{"style":66},"7":{"text":"","merge":[0,1],"style":70},"8":{"style":70},"9":{"style":58}},"isDrag":true},"3":{"cells":{"0":{"style":58},"1":{"text":"班次","merge":[1,0],"style":71},"2":{"text":"发车时间","merge":[1,0],"style":71},"3":{"text":"是否放空","merge":[1,0],"style":71},"4":{"text":"路线","merge":[0,1],"style":71},"5":{"style":72},"6":{"text":"核载座位数","merge":[1,0],"style":71},"7":{"merge":[1,0],"style":71,"text":"检票数"},"8":{"merge":[1,0],"style":71,"text":"实载率(%)"},"9":{"style":58}}},"4":{"cells":{"0":{"style":58},"1":{"style":72},"2":{"style":71},"3":{"style":72},"4":{"text":"从","style":71},"5":{"text":"到","style":71},"6":{"style":72},"7":{"style":71},"8":{"style":72},"9":{"style":58}},"height":25},"5":{"cells":{"0":{"style":58},"1":{"style":73,"text":"#{jianpiao.bnum}"},"2":{"style":73,"text":"#{jianpiao.ftime}"},"3":{"style":73,"text":"#{jianpiao.sfkong}"},"4":{"style":73,"text":"#{jianpiao.kaishi}"},"5":{"style":73,"text":"#{jianpiao.jieshu}"},"6":{"style":73,"text":"#{jianpiao.hezairen}"},"7":{"style":73,"text":"#{jianpiao.jpnum}"},"8":{"style":73,"text":"#{jianpiao.shihelv}"},"9":{"style":58}},"height":33},"6":{"cells":{"1":{"text":"","style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}},"isDrag":true},"7":{"cells":{"1":{"style":11},"2":{"style":11,"text":""},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"8":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"9":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"10":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"11":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"12":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"13":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"14":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"len":96,"-1":{"cells":{"-1":{"text":"${gongsi.id}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":737,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["thin","#7f7f7f"],"bottom":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"]}},{"border":{"right":["thin","#7f7f7f"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"font":{"bold":true}},{"font":{"bold":false}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true}},{"align":"center","font":{"bold":true}},{"align":"right"},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#0170c1"},{"align":"center","font":{"bold":false},"bgcolor":"#0170c1"},{"font":{"bold":false},"color":"#7f7f7f"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"size":16,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":22,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":18,"bold":true},"valign":"bottom"},{"font":{"bold":false},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"},"valign":"bottom"},{"font":{"bold":false,"name":"宋体"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":18,"bold":true,"name":"Microsoft YaHei"},"valign":"bottom"},{"font":{"bold":false,"name":"Microsoft YaHei"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"Microsoft YaHei"}},{"align":"right","font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":53},"1":{"width":118},"2":{"width":75},"3":{"width":54},"4":{"width":95},"5":{"width":109},"6":{"width":75},"7":{"width":75},"8":{"width":83},"9":{"width":30},"len":27},"merges":["E4:F4","B4:B5","C4:C5","D4:D5","G4:G5","H4:H5","I4:I5","D1:G1","H3:I3"]}', N'', N'https://static.jeecg.com/designreport/images/25_1597233573577.png', N'admin', N'2021-01-19 10:46:45.0000000', N'admin', N'2021-02-03 13:58:22.0000000', N'0', NULL, NULL, N'0', N'690', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'9dbadaee8720767efe3164a7d018c870', N'45566', N'发票打印', N'', NULL, N'printinfo', N'{"area":{"sri":8,"sci":4,"eri":8,"eci":4,"width":100,"height":25},"printElWidth":794,"excel_config_id":"9dbadaee8720767efe3164a7d018c870","printElHeight":500,"rows":{"0":{"cells":{"0":{"text":"","virtual":"RTA6TUIKs1pmgVOM"},"1":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"2":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"3":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"4":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"5":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"6":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"7":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"8":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"}}},"2":{"cells":{},"height":11},"3":{"cells":{"2":{"text":""},"5":{"text":""}},"height":18},"4":{"cells":{"2":{"text":"182123434","style":0},"5":{"text":"12345678"}},"height":15},"5":{"cells":{"2":{"text":""}}},"7":{"cells":{}},"8":{"cells":{"1":{"text":"餐饮"},"2":{"text":" A11"},"3":{"text":" 333 3"},"4":{"text":" 3 4"},"5":{"text":" 1"},"6":{"text":"3333"}}},"9":{"cells":{"1":{"text":"测试"},"2":{"text":" mmm"},"3":{"text":" 33 5"}}},"10":{"cells":{},"height":22},"11":{"cells":{"2":{"text":" "},"3":{"text":"343434"},"6":{"text":"3434"}},"height":45},"12":{"cells":{"4":{"text":" 刮开中奖"}},"height":12},"13":{"cells":{"2":{"text":""},"4":{"text":" "},"5":{"text":"备注"}},"height":31},"14":{"cells":{"1":{"text":" 张三"},"3":{"text":"完成"},"4":{"text":" 李思"}},"height":41},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":847,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":8}}],"validations":[],"cols":{"0":{"width":93},"1":{"width":74},"2":{"width":80},"len":26},"merges":[],"imgList":[{"row":0,"col":0,"width":"832","height":"480","src":"https://static.jeecg.com/designreport/images/套打_1609313052910.png","isBackend":true,"commonBackend":true,"layer_id":"RTA6TUIKs1pmgVOM","offsetX":0,"offsetY":0,"virtualCellRange":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8]]}]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207113651_1607312223499.png', N'jeecg', N'2020-07-20 18:55:59.0000000', N'admin', N'2021-02-03 13:38:49.0000000', N'0', NULL, NULL, N'0', N'1124', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'a250846887abe01217aab173d3006489', N'56663', N'不动产打印', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"a250846887abe01217aab173d3006489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":true,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"0":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"1":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"2":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"3":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"4":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"5":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"6":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"7":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"8":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"9":{"text":" ","virtual":"BJ9o6oelCr85EpT2"}},"isDrag":true,"height":45},"1":{"cells":{},"height":23},"2":{"cells":{"0":{"text":"","style":0},"1":{"text":" ${budong.yname}","style":21,"merge":[0,2]}},"isDrag":true,"height":34},"3":{"cells":{"1":{"text":" ${budong.chanquan}","style":0,"merge":[0,2]},"5":{"text":"${budong.beizhu}","merge":[5,3]}},"isDrag":true,"height":39},"4":{"cells":{"1":{"text":" ${budong.zhuzhi}","style":39,"merge":[0,2]}},"isDrag":true,"height":33},"5":{"cells":{"1":{"text":" ${budong.danyuan}","style":0,"merge":[0,2]}},"isDrag":true,"height":53},"6":{"cells":{"1":{"text":" ${budong.type}","style":0,"merge":[0,2]}},"isDrag":true,"height":47},"7":{"cells":{"1":{"text":" ${budong.xtype}","style":0,"merge":[0,2]}},"isDrag":true,"height":38},"8":{"cells":{"1":{"text":" ${budong.suoyou}","style":0,"merge":[0,2]}},"isDrag":true,"height":31},"9":{"cells":{"1":{"text":" ${budong.mianji}","style":0,"merge":[0,2]}},"isDrag":true,"height":45},"10":{"cells":{"1":{"text":" ${budong.riqi}","style":0,"merge":[0,2]}},"isDrag":true,"height":26},"11":{"cells":{"1":{"text":"","style":0,"merge":[0,2]}},"height":35},"12":{"cells":{"1":{"text":"","style":0},"2":{"text":"${budong.chanquan}","style":0,"merge":[4,1]}},"isDrag":true},"13":{"cells":{}},"14":{"cells":{}},"15":{"cells":{}},"16":{"cells":{},"height":5},"17":{"cells":{"2":{"text":"","style":0}},"isDrag":true,"height":33},"18":{"cells":{"2":{"style":0,"text":""}}},"len":100,"-1":{"cells":{"0":{"text":"#{budong.zhuzhi}"},"-1":{"text":"#{budong.suoyou}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1024,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"italic":true}},{"font":{"italic":true,"bold":true}},{"font":{"italic":true,"bold":false}},{"font":{"italic":false,"bold":false}},{"font":{"italic":false,"bold":true}},{"align":"left"},{"align":"center"},{"align":"right"},{"align":"left","valign":"top"},{"align":"left","valign":"top","font":{"bold":true}},{"font":{"bold":false}},{"align":"left","valign":"bottom"},{"valign":"bottom"},{"align":"center","valign":"bottom"},{"textwrap":true},{"font":{"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"top"},{"valign":"top"},{"textwrap":true,"font":{"bold":true}},{"align":"center","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"bottom"},{"align":"center","valign":"bottom","font":{"bold":true,"size":8}},{"align":"left","valign":"middle","font":{"bold":true}},{"align":"left","valign":"middle"},{"font":{"italic":false,"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"middle"},{"valign":"middle"},{"font":{"italic":true,"bold":true},"valign":"middle"},{"valign":"middle","font":{"italic":true}},{"valign":"middle","font":{"italic":false}},{"font":{"italic":false,"bold":false},"valign":"middle"},{"align":"center","valign":"middle","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"middle"},{"align":"left","valign":"middle","font":{"bold":true,"size":8}},{"align":"right","valign":"middle","font":{"bold":true,"size":8}},{"font":{"italic":false,"bold":true},"valign":"middle","align":"center"},{"font":{"italic":false,"bold":true},"valign":"middle","align":"left"},{"align":"right","valign":"bottom"},{"align":"right","valign":"bottom","font":{"bold":true,"size":8}},{"align":"center","valign":"middle"}],"validations":[],"cols":{"0":{"width":107},"1":{"width":54},"2":{"width":135},"3":{"width":180},"6":{"width":123},"8":{"width":25},"len":50},"merges":["B1:B2","B12:D12","B9:D9","B7:D7","B6:D6","B5:D5","B3:D3","B11:D11","B8:D8","B10:D10","C13:D17","C1:C2","B4:D4","F4:I9","D1:D2"],"imgList":[{"row":0,"col":0,"width":"950","height":"683","src":"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/38_1610456500965_1617247643815.jpg","isBackend":true,"commonBackend":true,"layer_id":"BJ9o6oelCr85EpT2","offsetX":0,"offsetY":0,"virtualCellRange":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8],[0,9]]}]}', N'', N'https://static.jeecg.com/designreport/images/24_1597233568822.png', N'jeecg', N'2020-07-09 10:48:22.0000000', N'admin', N'2021-04-01 03:27:28.0000000', N'0', NULL, NULL, N'1', N'1413', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'a9f068972508920cd4aab831814f0c04', N'23445', N'逮捕证', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"a9f068972508920cd4aab831814f0c04","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"2":{"text":"","merge":[0,9],"style":324},"12":{}},"isDrag":true,"height":55},"1":{"cells":{"1":{"style":410,"merge":[0,13],"text":"兰州市经济侦查大队"},"15":{"style":324,"text":" "}},"height":128},"2":{"cells":{"1":{"style":411,"merge":[0,13],"text":"逮捕令"},"15":{"style":324,"text":" "}},"height":41},"3":{"cells":{"1":{"style":412,"merge":[0,12],"text":"第123459663号"},"14":{"style":413,"text":" "}},"height":60},"4":{"cells":{"1":{"style":414,"text":" "},"2":{"text":" 根据《中华人民共和国刑事诉讼法》第七十八条之规定,","style":341,"merge":[0,11]},"14":{"style":413,"text":" "}},"height":43},"5":{"cells":{"1":{"style":414,"text":" "},"2":{"style":341,"text":"经","merge":[0,1]},"4":{"text":"${pdaibu.pname}","style":342,"merge":[0,9]},"14":{"style":413,"text":" "}},"isDrag":true,"height":47},"6":{"cells":{"1":{"style":414,"text":" "},"2":{"style":344,"text":" ","merge":[0,2]},"5":{"merge":[0,3],"text":"批准,兹由我局对涉嫌","style":338},"9":{"text":"${pdaibu.shiqing}","style":347,"merge":[0,4]},"14":{"style":413,"text":" "}},"isDrag":true,"height":49},"7":{"cells":{"1":{"style":414,"text":" "},"2":{"style":341,"text":"的"},"3":{"text":"${pdaibu.fname}","style":345,"merge":[0,1]},"5":{"text":"(性别","style":343},"6":{"text":"${pdaibu.fsex}","style":347,"merge":[0,1]},"8":{"style":346,"text":"出生日期"},"9":{"text":"${pdaibu.cdata}","style":345,"merge":[0,4]},"14":{"style":413,"text":" "}},"isDrag":true,"height":51},"8":{"cells":{"1":{"style":414,"text":" "},"2":{"text":"${pdaibu.zhuzhi}","style":345,"merge":[0,7]},"10":{"style":341,"text":"执行逮捕,送兰州","merge":[0,3]},"14":{"style":413,"text":" "}},"isDrag":true,"height":51},"9":{"cells":{"1":{"style":414,"text":" "},"2":{"style":341,"merge":[0,6],"text":"市经济侦查大队羁押。"},"9":{"style":341,"text":" "},"10":{"style":341,"merge":[5,1],"text":" "},"14":{"style":413,"text":" "}},"height":57},"10":{"cells":{"1":{"style":414,"text":" "},"4":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"5":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"6":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"14":{"style":413,"text":" "}},"height":61},"11":{"cells":{"1":{"style":414,"text":" "},"6":{"style":376,"merge":[0,2],"text":" "},"14":{"style":413,"text":" "}},"height":83},"12":{"cells":{"1":{"style":414,"text":" "},"2":{"merge":[0,6],"style":338,"text":" "},"14":{"style":413,"text":" "}},"height":14},"13":{"cells":{"1":{"style":414,"text":" "},"2":{"style":351,"merge":[0,5],"text":" "},"8":{"style":380,"text":"公安局印"},"9":{"text":" ","virtual":"XefZfpEcdS3wI6Ae"},"10":{"text":" ","virtual":"XefZfpEcdS3wI6Ae"},"11":{"text":" ","virtual":"XefZfpEcdS3wI6Ae"},"14":{"style":413,"text":" "}},"height":89},"14":{"cells":{"1":{"style":414,"text":" "},"14":{"style":413,"text":" "}},"height":21},"15":{"cells":{"1":{"style":415,"text":" "},"2":{"style":416,"text":" "},"3":{"style":417,"text":" "},"4":{"style":417,"text":" "},"5":{"style":417,"text":" "},"6":{"text":"${pdaibu.gdata}","style":421,"merge":[0,6]},"13":{"style":417,"text":" "},"14":{"style":419,"text":" "}},"isDrag":true,"height":168},"len":88,"-1":{"cells":{"1":{"text":"#{daibu.fdata}"},"-1":{"text":"#{pdaibu.shiqing}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":709,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100","align":"right"},{"align":"right"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"top"},{"align":"left","valign":"top"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"bottom"},{"align":"left","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"border":{"right":["thin","#000"]}},{},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12},"align":"center","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right"},{"border":{"bottom":["thin","#000"]},"font":{"size":12}},{"align":"center","font":{"bold":false}},{"align":"center","font":{"bold":false,"size":12}},{"align":"center","font":{"bold":false,"size":12},"border":{"bottom":["thin","#000"]}},{"align":"center","valign":"top"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","font":{"bold":false,"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14},"align":"center","border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"left","font":{"name":"Lato","size":14},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right"},{"align":"left","valign":"top","font":{"size":14}},{"border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thick","#000"]}},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"border":{"right":["thick","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thick","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100","border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"]}},{"font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right","border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14},"border":{"bottom":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14}},{"font":{"size":14},"align":"center"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"]}},{"font":{"size":14},"align":"right"},{"border":{"bottom":["thick","#000"]},"font":{"size":12}},{"font":{"size":14},"border":{"bottom":["thick","#000"]},"align":"center"},{"border":{"bottom":["thick","#000"]},"font":{"size":12},"align":"center"},{"align":"left","valign":"middle","font":{"size":14}},{"border":{"top":["thick","#000"]},"font":{"size":24}},{"font":{"size":24}},{"border":{"top":["thick","#000"]},"font":{"size":22}},{"font":{"size":22}},{"border":{"top":["thick","#000"]},"font":{"size":18}},{"font":{"size":18}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true}},{"font":{"size":18,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true},"align":"center"},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":14,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"valign":"bottom"},{"valign":"bottom","align":"right"},{"valign":"bottom","align":"right","font":{"size":14}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thin","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thin","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["medium","#000"],"right":["medium","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"center","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"align":"right","border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"right"}],"validations":[],"cols":{"0":{"width":18},"1":{"width":21},"2":{"width":27},"3":{"width":6},"4":{"width":87},"5":{"width":51},"6":{"width":51},"7":{"width":1},"8":{"width":86},"9":{"width":163},"10":{"width":1},"11":{"width":60},"12":{"width":45},"13":{"width":49},"14":{"width":23},"15":{"width":20},"len":50},"merges":["D8:E8","C6:D6","C10:I10","G8:H8","C9:J9","C1:L1","K10:L15","C13:I13","C14:H14","F7:I7","G12:I12","G16:M16","B4:N4","C5:N5","E6:N6","J7:N7","C7:E7","K9:N9","B2:O2","B3:O3","J8:N8"],"imgList":[{"row":13,"col":9,"width":"168","height":"158","src":"https://static.jeecg.com/designreport/images/QQ截图20210105214919_1610075317075.png","layer_id":"XefZfpEcdS3wI6Ae","offsetX":0,"offsetY":0,"virtualCellRange":[[13,9],[13,10],[13,11]]}]}', N'', N'https://static.jeecg.com/designreport/images/逮捕令_1607070625878.png', N'jeecg', N'2020-07-10 13:38:40.0000000', N'admin', N'2021-04-05 18:47:36.0000000', N'0', NULL, NULL, N'1', N'2506', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'dd482bfd6ca470a0f49d9bb4e61ec694', N'202101081046034402', N'实习证明副本4402', NULL, NULL, N'printinfo', N'{"area":false,"printElWidth":570,"excel_config_id":"1347373863746539520","printElHeight":1047,"rows":{"6":{"cells":{"2":{"merge":[0,1],"text":"实习证明","style":2},"3":{"style":2}},"height":50},"8":{"cells":{"1":{"text":"#{tt.name}","style":3},"2":{"merge":[0,2],"text":"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。"}}},"9":{"cells":{"1":{"text":""}},"isDrag":true},"12":{"cells":{"1":{"merge":[4,3],"text":"#{tt.pingjia}","style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"13":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"14":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"15":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"16":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"17":{"cells":{"1":{"text":"特此证明!"}}},"20":{"cells":{"2":{"text":""},"3":{"text":"","style":3},"4":{"text":""}}},"21":{"cells":{"4":{"text":""}}},"22":{"cells":{"3":{"text":"证明人:","style":3},"4":{"text":"#{tt.lingdao}"}}},"23":{"cells":{"4":{"text":"#{tt.shijian}"}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":487,"background":{"path":"https://static.jeecg.com/designreport/images/report_1595906079684_1610075686629.png","repeat":"no-repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":16}},{"align":"right"},{"align":"left"},{"align":"left","valign":"top"},{"align":"left","valign":"top","textwrap":true}],"validations":[],"cols":{"0":{"width":82},"1":{"width":86},"4":{"width":119},"len":26},"merges":["C7:D7","C9:E9","B13:E17"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', N'admin', N'2021-01-18 13:21:18.0000000', N'admin', N'2021-02-02 19:01:05.0000000', N'1', NULL, NULL, N'0', N'94', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'f5f275b5e28b45256ef24587ec792f0c', N'202101081641215447', N'实例:来源收入统计副本5447', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"colspan":0,"rowspan":0,"width":"624","height":"281","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"中国石油全资(集团所属)\",\"中国石油全资(股份所属)\",\"中石油控股或有控股权\",\"中石油参股\",\"非中石油\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"中国石油全资(集团所属)\",\"value\":38460270.57,\"itemStyle\":{\"color\":\"#E46C8A\"}},{\"name\":\"中国石油全资(股份所属)\",\"value\":227595.77,\"itemStyle\":{\"color\":\"#FCDE43\"}},{\"name\":\"中石油控股或有控股权\",\"value\":679926.75,\"itemStyle\":{\"color\":\"#01A8E1\"}},{\"name\":\"中石油参股\",\"value\":72062.75,\"itemStyle\":{\"color\":\"#99CC00\"}},{\"name\":\"非中石油\",\"value\":1698597.62,\"itemStyle\":{\"color\":\"#800080\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[320,180],\"name\":\"total\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"55%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":true,\"top\":5,\"text\":\"来源收入统计\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"4af57d343f1d6521b71b85097b580786","axisX":"biz_income","axisY":"total","series":"","yText":"total","xText":"biz_income","dbCode":"tmp_report_data_income","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.simple","id":""},"layer_id":"nVUy533exgQ70OPb","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6],[1,7],[1,8]]}],"area":{"sri":20,"sci":6,"eri":20,"eci":6,"width":60,"height":25},"excel_config_id":"f5f275b5e28b45256ef24587ec792f0c","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"text":" ","virtual":"nVUy533exgQ70OPb"},"2":{"text":" ","virtual":"nVUy533exgQ70OPb"},"3":{"text":" ","virtual":"nVUy533exgQ70OPb"},"4":{"text":" ","virtual":"nVUy533exgQ70OPb"},"5":{"text":" ","virtual":"nVUy533exgQ70OPb"},"6":{"text":" ","virtual":"nVUy533exgQ70OPb"},"7":{"text":" ","virtual":"nVUy533exgQ70OPb"},"8":{"text":" ","virtual":"nVUy533exgQ70OPb"}}},"13":{"cells":{"2":{}}},"16":{"cells":{"1":{"text":"业务来源","style":1},"2":{"text":"保险经纪佣金费","style":1},"3":{"text":"风险咨询费","style":1},"4":{"text":"承保公证评估费","style":1},"5":{"text":"保险公证费","style":1},"6":{"text":"投标咨询费","style":1},"7":{"text":"内控咨询费","style":1},"8":{"text":"总计","style":1}}},"17":{"cells":{"1":{"text":"#{tmp_report_data_income.biz_income}","style":0},"2":{"text":"#{tmp_report_data_income.bx_jj_yongjin}","style":0},"3":{"text":"#{tmp_report_data_income.bx_zx_money}","style":0},"4":{"text":"#{tmp_report_data_income.chengbao_gz_money}","style":0},"5":{"text":"#{tmp_report_data_income.bx_gg_moeny}","style":0},"6":{"text":"#{tmp_report_data_income.tb_zx_money}","style":0},"7":{"text":"#{tmp_report_data_income.neikong_zx_money}","style":0},"8":{"text":"#{tmp_report_data_income.total}","style":0}},"isDrag":true,"height":24},"len":58},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":701,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"}],"validations":[],"cols":{"0":{"width":15},"1":{"width":105},"2":{"width":119},"3":{"width":87},"4":{"width":61},"5":{"width":63},"6":{"width":60},"7":{"width":91},"len":50},"merges":[]}', NULL, NULL, N'admin', N'2021-01-18 13:21:14.0000000', N'admin', N'2022-09-22 19:39:56.0000000', N'0', NULL, NULL, N'0', N'65', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'f6ee801e8bdc28ba9d63f95dc65ccd79', N'4556633', N'采购单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"f6ee801e8bdc28ba9d63f95dc65ccd79","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"采购单","style":21,"merge":[0,6]}},"height":89},"1":{"cells":{"1":{"text":"产品名称","style":23},"2":{"text":"产品数量","style":23},"3":{"text":"单价","style":23},"4":{"text":"库存量","style":23},"5":{"text":"库存总值","style":23},"6":{"text":"订购量","style":23},"7":{"text":"二次订购量","style":23}},"height":45},"2":{"cells":{"1":{"style":24,"text":"#{caigou.cname}"},"2":{"style":24,"text":"#{caigou.cnum}"},"3":{"style":24,"text":"#{caigou.cprice}"},"4":{"style":24,"text":"#{caigou.ctotal}"},"5":{"style":24,"text":"#{caigou.tp}"},"6":{"style":24,"text":"#{caigou.dtotal}"},"7":{"style":24,"text":"#{caigou.ztotal}"}},"height":26},"5":{"cells":{"1":{"text":""}},"isDrag":true},"6":{"cells":{"1":{"text":""}},"isDrag":true},"7":{"cells":{"1":{"text":""},"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":682,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":43},"1":{"width":114},"2":{"width":109},"3":{"width":78},"4":{"width":77},"5":{"width":84},"6":{"width":82},"7":{"width":95},"len":50},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/caigou_1607310279439.png', N'jeecg', N'2020-07-28 16:54:44.0000000', N'admin', N'2021-04-01 03:09:41.0000000', N'0', NULL, NULL, N'1', N'1249', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'ff9bd143582a6dfed897ba8b6f93b175', N'56696', N'销售公司出库单', N'', NULL, N'printinfo', N'{"area":{"sri":4,"sci":0,"eri":4,"eci":0,"width":32,"height":25},"printElWidth":794,"excel_config_id":"ff9bd143582a6dfed897ba8b6f93b175","printElHeight":800,"rows":{"0":{"cells":{"0":{"style":11,"text":"医疗器械销售公司出货单","merge":[0,9]}},"height":83},"1":{"cells":{"0":{"text":"供货单位:","style":20,"merge":[0,1]},"1":{"style":30},"2":{"text":"${gongsi.gname}","style":19},"3":{"style":19},"4":{"text":"供货日期:","style":19},"5":{"text":"${gongsi.gdata}","style":19,"merge":[0,1]},"6":{"style":19},"7":{"text":"编号:","style":20},"8":{"text":"${gongsi.num}","style":19,"merge":[0,1]},"9":{"style":19}},"isDrag":true},"2":{"cells":{"0":{"text":"行号","style":39},"1":{"text":"产品代码","style":39},"2":{"text":"产品名称","style":39},"3":{"text":"规格型号","style":39},"4":{"text":"单位","style":39},"5":{"text":"实发数量","style":39},"6":{"text":"销售单价(元)","style":39},"7":{"text":"折扣率(%)","style":39},"8":{"text":"销售金额(元)","style":39},"9":{"text":"备注","style":39}}},"3":{"cells":{"0":{"style":35,"text":"#{xiaoshou.id}"},"1":{"style":35,"text":"#{xiaoshou.hnum}"},"2":{"style":35,"text":"#{xiaoshou.hname}"},"3":{"style":35,"text":"#{xiaoshou.xinghao}"},"4":{"style":35,"text":"#{xiaoshou.danwei}"},"5":{"style":35,"text":"#{xiaoshou.num}"},"6":{"style":35,"text":"#{xiaoshou.danjia}"},"7":{"style":35,"text":"#{xiaoshou.zhekoulv}"},"8":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"},"9":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"}}},"4":{"cells":{"0":{"style":4},"1":{}},"isDrag":true},"len":84,"-1":{"cells":{"0":{"text":"#{gongsi.gdata}"},"-1":{"text":"#{gongsi.didian}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":794,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"size":9}},{"font":{"size":9}},{"align":"right","font":{"size":9}},{"align":"center","font":{"size":8}},{"font":{"size":8}},{"align":"right","font":{"size":8}},{"align":"center","font":{"size":8},"color":"#7f7f7f"},{"font":{"size":8},"color":"#7f7f7f"},{"align":"right","font":{"size":8},"color":"#7f7f7f"},{"align":"center","font":{"size":8},"color":"#3f3f3f"},{"font":{"size":8},"color":"#3f3f3f"},{"align":"right","font":{"size":8},"color":"#3f3f3f"},{"align":"center","font":{"size":8},"color":"#262626"},{"font":{"size":8},"color":"#262626"},{"align":"right","font":{"size":8},"color":"#262626"},{"align":"center","font":{"size":8},"color":"#0c0c0c"},{"font":{"size":8},"color":"#0c0c0c"},{"align":"right","font":{"size":8},"color":"#0c0c0c"},{"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]}},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#a7d08c"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#a7d08c"}],"validations":[],"cols":{"0":{"width":32},"1":{"width":65},"2":{"width":115},"3":{"width":70},"4":{"width":52},"5":{"width":70},"6":{"width":93},"7":{"width":86},"8":{"width":75},"9":{"width":136},"10":{"width":81},"len":24},"merges":["F2:G2","F2:G2","I2:J2","A2:B2","C2:D2","A2:B2","A1:J1"]}', N'', N'https://static.jeecg.com/designreport/images/医疗器械_1607070355110.png', N'jeecg', N'2020-06-16 11:54:02.0000000', N'admin', N'2021-02-02 19:34:39.0000000', N'0', NULL, NULL, N'0', N'764', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for jimu_report_data_source -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_data_source]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_data_source] GO CREATE TABLE [dbo].[jimu_report_data_source] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [report_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [remark] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [db_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [db_driver] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [db_url] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [db_username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [db_password] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [connect_times] int NULL, [tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_data_source] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'数据源名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'报表_id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'report_id' GO EXEC sp_addextendedproperty 'MS_Description', N'编码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'remark' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库类型', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'db_type' GO EXEC sp_addextendedproperty 'MS_Description', N'驱动类', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'db_driver' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源地址', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'db_url' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'db_username' GO EXEC sp_addextendedproperty 'MS_Description', N'密码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'db_password' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'连接失败次数', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'connect_times' GO EXEC sp_addextendedproperty 'MS_Description', N'多租户标识', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_data_source', 'COLUMN', N'tenant_id' GO -- ---------------------------- -- Records of jimu_report_data_source -- ---------------------------- INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id]) VALUES (N'1324261983692902402', N'jeewx', N'1324261770294071296', N'', NULL, N'MYSQL', N'com.mysql.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jeewx-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', N'root', N'root', N'jeecg', N'2020-11-05 16:07:15.0000000', NULL, N'2020-11-05 16:07:15.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id]) VALUES (N'26d21fe4f27920d2f56abc8d90a8e527', N'oracle', N'1308645288868712448', N'', NULL, N'ORACLE', N'oracle.jdbc.OracleDriver', N'jdbc:oracle:thin:@192.168.1.199:1521:helowin', N'jeecgbootbpm', N'jeecg196283', N'admin', N'2021-01-05 19:26:24.0000000', NULL, N'2021-01-05 19:26:24.0000000', N'0', NULL) GO INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id]) VALUES (N'8f90daf47d15d35ca6cf420748b8b9ba', N'localhost', N'1316944968992034816', N'', NULL, N'MYSQL5.7', N'com.mysql.cj.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', N'root', N'root', N'admin', N'2021-01-13 14:34:00.0000000', NULL, N'2021-01-13 14:34:00.0000000', N'0', NULL) GO -- ---------------------------- -- Table structure for jimu_report_db -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_db] GO CREATE TABLE [dbo].[jimu_report_db] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [jimu_report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_time] datetime2(7) NULL, [db_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [db_ch_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [db_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [db_table_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [db_dyn_sql] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [db_key] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [tb_db_key] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [tb_db_table_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [java_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [java_value] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [api_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [api_method] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [is_list] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [is_page] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [db_source] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [db_source_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [json_data] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [api_convert] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_db] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'主键字段', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'jimu_report_id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'数据集编码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_code' GO EXEC sp_addextendedproperty 'MS_Description', N'数据集名字', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_ch_name' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源类型', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_type' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库表名', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_table_name' GO EXEC sp_addextendedproperty 'MS_Description', N'动态查询SQL', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_dyn_sql' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源KEY', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_key' GO EXEC sp_addextendedproperty 'MS_Description', N'填报数据源', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'tb_db_key' GO EXEC sp_addextendedproperty 'MS_Description', N'填报数据表', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'tb_db_table_name' GO EXEC sp_addextendedproperty 'MS_Description', N'java类数据集 类型(spring:springkey,class:java类名)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'java_type' GO EXEC sp_addextendedproperty 'MS_Description', N'java类数据源 数值(bean key/java类名)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'java_value' GO EXEC sp_addextendedproperty 'MS_Description', N'请求地址', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'api_url' GO EXEC sp_addextendedproperty 'MS_Description', N'请求方法0-get,1-post', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'api_method' GO EXEC sp_addextendedproperty 'MS_Description', N'是否是列表0否1是 默认0', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'is_list' GO EXEC sp_addextendedproperty 'MS_Description', N'是否作为分页,0:不分页,1:分页', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'is_page' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_source' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库类型 MYSQL ORACLE SQLSERVER', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'db_source_type' GO EXEC sp_addextendedproperty 'MS_Description', N'json数据,直接解析json内容', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'json_data' GO EXEC sp_addextendedproperty 'MS_Description', N'api转换器', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db', 'COLUMN', N'api_convert' GO -- ---------------------------- -- Records of jimu_report_db -- ---------------------------- INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1272834687525482497', N'53c82a76f837d5661dceec7d93afafec', N'admin', NULL, N'2021-01-04 20:42:17.0000000', N'2021-01-04 20:42:17.0000000', N'jianpiao', N'jianpiao', N'0', NULL, N'select * from rep_demo_jianpiao where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1272858455908073473', N'ff9bd143582a6dfed897ba8b6f93b175', N'admin', NULL, N'2020-12-14 16:21:09.0000000', N'2020-12-14 16:21:09.0000000', N'xiaoshou', N'xiaoshou', N'0', NULL, N'select * from rep_demo_xiaoshou where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1273495682564534273', N'ff9bd143582a6dfed897ba8b6f93b175', N'admin', NULL, N'2020-09-28 10:18:07.0000000', N'2020-12-14 16:21:09.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1283730831482937345', N'6059e405dd9c66a6d38e00841d2e40cc', N'admin', NULL, N'2020-12-04 16:53:38.0000000', N'2020-12-04 16:53:38.0000000', N'yaopin', N'yaopin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/chufangjian', N'0', N'0', N'0', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1283957016150249473', N'6059e405dd9c66a6d38e00841d2e40cc', NULL, NULL, N'2020-07-17 10:49:42.0000000', NULL, N'yonghu', N'yonghu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/yonghu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1284070508744257537', N'a250846887abe01217aab173d3006489', NULL, NULL, N'2020-07-17 15:33:53.0000000', N'2020-07-20 17:50:49.0000000', N'budong', N'budong', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/budongchan', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285157606524002305', N'a9f068972508920cd4aab831814f0c04', N'admin', N'admin', N'2021-04-01 02:44:48.0000000', N'2021-04-01 02:44:48.0000000', N'pdaibu', N'pdaibu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/daibu', N'0', N'0', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285164420728692737', N'7905022412733a0c68dc7b4ef8947489', NULL, NULL, N'2020-07-20 18:47:30.0000000', NULL, N'jieshaoxin', N'jieshaoxin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/jieshaoxin', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285178919099637762', N'6d6bdcb5e820c301ea32789e3ae43c44', NULL, NULL, N'2020-07-20 19:45:06.0000000', NULL, N'qiangxiu', N'qiangxiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/qiangxiu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1288038655293661186', N'f6ee801e8bdc28ba9d63f95dc65ccd79', N'admin', N'admin', N'2021-04-01 03:09:40.0000000', N'2021-04-01 03:09:40.0000000', N'caigou', N'caigou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/caigou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1289140698221678593', N'519c1c6f4d1f584ae8fa5b43b45acdc7', N'admin', N'admin', N'2021-04-01 03:09:23.0000000', N'2021-04-01 03:09:23.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1290104038414721025', N'53c82a76f837d5661dceec7d93afafec', N'admin', NULL, N'2021-01-04 20:47:07.0000000', N'2021-01-04 20:47:07.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1316987047604514817', N'1314846205892759552', N'admin', NULL, N'2021-01-08 10:36:58.0000000', N'2021-01-08 10:36:58.0000000', N'yuangongjiben', N'yuangongjiben', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/yuangongjiben', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1316997232402231298', N'1316944968992034816', N'admin', NULL, N'2021-01-13 14:34:06.0000000', N'2021-01-13 14:34:06.0000000', N'employee', N'employee', N'0', NULL, N'select * from rep_demo_employee where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317006713165049858', N'1314846205892759552', N'admin', NULL, N'2021-01-11 14:38:14.0000000', N'2021-01-11 14:38:14.0000000', N'xueli', N'xueli', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xueli', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317007979484147714', N'1314846205892759552', N'admin', NULL, N'2021-01-08 10:40:31.0000000', N'2021-01-08 10:40:31.0000000', N'uu', N'uu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/gongzuojingli', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317009166140829698', N'1314846205892759552', N'admin', NULL, N'2020-10-16 15:47:09.0000000', N'2021-01-05 15:33:58.0000000', N'zhengshu', N'zhengshu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhengshu', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317013474634756097', N'1314846205892759552', N'admin', NULL, N'2020-10-16 16:04:16.0000000', N'2021-01-05 15:33:58.0000000', N'jtcy', N'jtcy', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jtcy', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317015169494282241', N'1314846205892759552', N'admin', NULL, N'2020-10-16 16:11:00.0000000', N'2021-01-05 15:33:58.0000000', N'jiangli', N'jiangli', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jiangli', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331511745851731969', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:15:13.0000000', N'2020-11-25 16:15:13.0000000', N'chengjiao', N'chengjiao', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengjiao', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331514838211407873', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:27:30.0000000', N'2020-11-25 16:27:30.0000000', N'cjpaihang', N'cjpaihang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/cjpaihang', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331514935028527106', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:27:54.0000000', N'2020-11-25 16:27:54.0000000', N'cjjine', N'cjjine', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/cjjine', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331872643531526146', N'1331503965770223616', N'admin', NULL, N'2020-11-26 16:09:18.0000000', N'2020-11-26 16:09:18.0000000', N'chengjiao1', N'chengjiao1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengjiao1', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331878107552010242', N'1331503965770223616', N'admin', NULL, N'2020-11-26 16:31:01.0000000', N'2020-11-26 16:31:01.0000000', N'zhuangxiu', N'zhuangxiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhuangxiu', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331916030221602818', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:01:42.0000000', N'2020-11-26 19:01:42.0000000', N'btchanquan', N'btchanquan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/btchanquan', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331919172472524801', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:14:11.0000000', N'2020-11-26 19:14:11.0000000', N'huxingxiaoshou', N'huxingxiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/huxingxiaoshou', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331922734933987329', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:28:21.0000000', N'2020-11-26 19:28:21.0000000', N'fangyuan', N'fangyuan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/fangyuan', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331926127597441025', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:41:49.0000000', N'2020-11-26 19:41:49.0000000', N'qingkuang', N'qingkuang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/qingkuang', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334390762455965697', N'1334378897302753280', N'admin', NULL, N'2021-01-06 11:43:35.0000000', N'2021-01-06 11:43:35.0000000', N'quyuxiaoshou', N'quyuxiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/quyuxiaoshou', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334440263732436994', N'1334420681185566722', N'admin', NULL, N'2021-01-04 21:28:19.0000000', N'2021-01-04 21:28:19.0000000', N'laiyuan', N'laiyuan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/laiyuan', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334465135435063298', N'1334457419857793024', N'admin', NULL, N'2021-01-04 21:29:28.0000000', N'2021-01-04 21:29:28.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshou', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334708015269490689', N'1334696790477377536', N'admin', NULL, N'2021-01-04 21:30:29.0000000', N'2021-01-04 21:30:29.0000000', N'shouru', N'shouru', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/shouru', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334763434197200897', N'1334757703079301120', N'admin', NULL, N'2020-12-04 15:40:31.0000000', N'2020-12-04 15:40:31.0000000', N'chejian', N'chejian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chejian', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338756341933543425', N'1338744112815411200', N'admin', NULL, N'2021-02-02 19:20:56.0000000', N'2021-02-02 19:20:56.0000000', N'jdcx', N'jdcx', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'22f025b781ee9fe4746438621e82674f', N'01a1e07ed4b12348b29d5a47ac7f0228', N'admin', NULL, N'2020-12-14 16:21:09.0000000', N'2020-12-14 16:21:09.0000000', N'xiaoshou', N'xiaoshou', N'0', NULL, N'select * from rep_demo_xiaoshou where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'2324fac242b35938678a05bbbba345e2', N'7acddbc92bc73d06c7f62ff55dfdca19', N'admin', NULL, N'2021-01-11 14:25:45.0000000', N'2021-01-11 14:25:45.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'28e0b01cc3e2b0d361107661527bfdff', N'6df599d933df24de007764d0e98eb105', N'admin', NULL, N'2020-12-04 16:53:38.0000000', N'2020-12-04 16:53:38.0000000', N'yaopin', N'yaopin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/chufangjian', N'0', N'0', N'0', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'4af57d343f1d6521b71b85097b580786', N'1347459370216198144', N'admin', NULL, N'2021-01-08 17:26:57.0000000', N'2021-01-08 17:26:57.0000000', N'tmp_report_data_income', N'来源收入统计', N'0', NULL, N'select * from tmp_report_data_income', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'4dc208eb92fd1a84ef7b4723251e3e51', N'5485950d88c9918d03dece2ad24b4d72', N'admin', NULL, N'2021-01-08 16:24:16.0000000', N'2021-01-08 16:24:16.0000000', N'tmp_report_data_1', N'年度佣金收入', N'0', NULL, N'select monty,main_income,total,his_lowest,his_average,his_highest from tmp_report_data_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537477711022567424', N'537446834339098624', N'admin', N'admin', N'2021-04-01 05:54:42.0000000', N'2021-04-01 05:54:42.0000000', N'yy', N'yy', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537478337278291968', N'537446834339098624', N'admin', N'admin', N'2021-04-01 05:54:37.0000000', N'2021-04-01 05:54:37.0000000', N'tt', N'tt', N'0', NULL, N'select * from SYS_DATA_LOG', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'26d21fe4f27920d2f56abc8d90a8e527', N'ORACLE', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537478706314129408', N'537446834339098624', N'admin', N'admin', N'2021-04-01 05:56:44.0000000', N'2021-04-01 05:56:44.0000000', N'pp', N'pp', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/caigou', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'6011955e58d89040fca52e7f962d0bf4', N'961455b47c0b86dc961e90b5893bff05', N'admin', NULL, N'2021-01-04 20:47:07.0000000', N'2021-01-04 20:47:07.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'60b3feffadc55eb49baa5a48fdf1ff0e', N'1352160857479581696', N'admin', N'admin', N'2021-05-19 19:20:44.0000000', N'2021-05-19 19:20:44.0000000', N'infoForReport', N'信息', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'{{ domainURL }}/sys/actuator/redis/infoForReport', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'629609c4d540cb4675e9064af8955296', N'7c02c224a2db56d0350069650033f702', N'admin', NULL, N'2021-02-02 19:33:09.0000000', N'2021-02-02 19:33:09.0000000', N'hecha', N'hecha', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/hecha', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'654609e4247a0469e0b2befbc69b00f9', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 16:42:21.0000000', N'2020-12-17 19:50:14.0000000', N'xiaoshoue', N'销售额', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshoue', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'6a1d22ca4c95e8fab655d3ceed43a84d', N'1352160857479581696', N'admin', N'admin', N'2021-05-19 19:20:50.0000000', N'2021-05-19 19:20:50.0000000', N'memoryForReport', N'内存', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'{{ domainURL }}/sys/actuator/redis/memoryForReport', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'7911bd189c2d53e182693bd599a315a2', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 16:59:12.0000000', N'2020-12-17 19:50:14.0000000', N'chengshi', N'城市', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengshi', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'7b20679054449c554cde856ef24126ab', N'1347454742040809472', N'admin', NULL, N'2021-01-08 16:24:16.0000000', N'2021-01-08 16:24:16.0000000', N'tmp_report_data_1', N'年度佣金收入', N'0', NULL, N'select monty,main_income,total,his_lowest,his_average,his_highest from tmp_report_data_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'94bcd8202bc6bc467efd0d679dadd7bb', N'1338370016550195200', N'admin', NULL, N'2021-02-02 19:27:31.0000000', N'2021-02-02 19:27:31.0000000', N'tm', N'tm', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/tiaoma1', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'9b75c161322e0b7e29b3ffc84239a72c', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 17:13:21.0000000', N'2020-12-17 19:50:14.0000000', N'xsjd', N'销售进度', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xsjd', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'9b7d28336b01f9a6b1a613957c3d7cda', N'1338769064067076098', N'admin', NULL, N'2021-02-02 19:12:55.0000000', N'2021-02-02 19:12:55.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'a543d8dd40f4d26839b78bd604be659e', N'f5f275b5e28b45256ef24587ec792f0c', N'admin', NULL, N'2021-01-08 17:26:57.0000000', N'2021-01-08 17:26:57.0000000', N'tmp_report_data_income', N'来源收入统计', N'0', NULL, N'select * from tmp_report_data_income', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'bbc5d5ab143d59f0beab484682361aa5', N'dd482bfd6ca470a0f49d9bb4e61ec694', N'admin', NULL, N'2021-01-08 10:47:52.0000000', N'2021-01-08 10:47:52.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/shixi', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'c9bdb6b7ac68accfecb366718bf78f79', N'01a1e07ed4b12348b29d5a47ac7f0228', N'admin', NULL, N'2020-09-28 10:18:07.0000000', N'2020-12-14 16:21:09.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'd4a29dfda94357308faf62be2b94db08', N'1352160857479581696', N'admin', N'admin', N'2021-05-19 19:21:03.0000000', N'2021-05-19 19:21:03.0000000', N'keysSizeForReport', N'数量', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'{{ domainURL }}/sys/actuator/redis/keysSizeForReport', N'0', N'1', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'e0fe1d693625c906c1171d7de706a47c', N'6df599d933df24de007764d0e98eb105', NULL, NULL, N'2020-07-17 10:49:42.0000000', NULL, N'yonghu', N'yonghu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/yonghu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'e4cec9ff15bc0ea42f536a442a6d1335', N'961455b47c0b86dc961e90b5893bff05', N'admin', NULL, N'2021-01-04 20:42:17.0000000', N'2021-01-04 20:42:17.0000000', N'jianpiao', N'jianpiao', N'0', NULL, N'select * from rep_demo_jianpiao where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'f7649b77cfc9e0a9dacdac370cd4036b', N'1347373863746539520', N'admin', NULL, N'2021-01-08 10:47:52.0000000', N'2021-01-08 10:47:52.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/shixi', N'0', N'0', N'0', N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'fb70a91730f087f8023afd88d24f9697', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 19:50:14.0000000', N'2020-12-17 19:50:14.0000000', N'zhexian', N'zhexian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhexian', N'0', N'1', N'1', N'', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for jimu_report_db_field -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db_field]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_db_field] GO CREATE TABLE [dbo].[jimu_report_db_field] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [jimu_report_db_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [field_name] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, [field_text] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [widget_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [widget_width] int NULL, [order_num] int NULL, [search_flag] int NULL, [search_mode] int NULL, [dict_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [search_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [search_format] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [ext_json] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_db_field] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源ID', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'jimu_report_db_id' GO EXEC sp_addextendedproperty 'MS_Description', N'字段名', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'field_name' GO EXEC sp_addextendedproperty 'MS_Description', N'字段文本', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'field_text' GO EXEC sp_addextendedproperty 'MS_Description', N'控件类型', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'widget_type' GO EXEC sp_addextendedproperty 'MS_Description', N'控件宽度', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'widget_width' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'查询标识0否1是 默认0', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'search_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'查询模式1简单2范围', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'search_mode' GO EXEC sp_addextendedproperty 'MS_Description', N'字典编码支持从表中取数据', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'dict_code' GO EXEC sp_addextendedproperty 'MS_Description', N'查询默认值', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'search_value' GO EXEC sp_addextendedproperty 'MS_Description', N'查询时间格式化表达式', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'search_format' GO EXEC sp_addextendedproperty 'MS_Description', N'参数配置', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_field', 'COLUMN', N'ext_json' GO -- ---------------------------- -- Records of jimu_report_db_field -- ---------------------------- INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'00a67b539ac15446c1bd658104e1020a', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'014179e260e0adf1706c616a3ad6e552', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'main_income', N'main_income', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'01cb1f61f836aae43bca333dbaf293be', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'zhuanye', N'zhuanye', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0470c07d386940053253fe8a8c200225', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'chengbao_gz_money', N'chengbao_gz_money', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0680555456f0e579a0065c4ca5dd8d06', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'06b24135f3670ea4f4c7f554d2521a39', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'biz_income', N'biz_income', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'08a3043298245b914eec1444906f6acd', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'name', N'姓名', N'string', NULL, N'2', N'1', NULL, N'', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'08e22bbf63e81198c0d2585dce8ee8f9', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0c82931edb766ad89ead9e98a998d43f', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'kdate', N'kdate', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0c9f65f5f754f1251070f51a2a19905d', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'hname', N'hname', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0e47a8aa98116f10c53c3a366b9c2324', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'dizhi', N'dizhi', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0fb03c8e2330e051564f3dd1de54512f', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'jstudent', N'jstudent', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'10e61155dcf655d7843ebc01cc90c8b1', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'total', N'total', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'115c1ac01462ca1fbecb3c0a55218395', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'his_highest', N'his_highest', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'11713370900fa3c1455cac7e8db61fe1', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'pingjia', N'pingjia', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'11d3a082d297adeffecd86690e28cf39', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'ctotal', N'ctotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'123772e3abf28b00bd43bf81a824b525', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'slyy', N'slyy', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1260eb03ab66bd12766b2102e343d280', NULL, N'2021-01-21 17:07:16.0000000', NULL, NULL, N'6a1d22ca4c95e8fab655d3ceed43a84d', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907562864641', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907567058946', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'bnum', N'bnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253250', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'ftime', N'ftime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253251', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'sfkong', N'sfkong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253252', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'kaishi', N'kaishi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253253', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'jieshu', N'jieshu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253254', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'hezairen', N'hezairen', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253255', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'jpnum', N'jpnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907575447554', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'shihelv', N'shihelv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016175415297', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yphone', N'yphone', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016183803906', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yzhenliao', N'yzhenliao', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016187998209', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'ysex', N'ysex', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016192192513', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'danwei', N'danwei', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016196386818', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'kdata', N'kdata', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016204775425', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yname', N'yname', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016208969729', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yprice', N'yprice', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016213164033', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'ytotal', N'ytotal', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016217358337', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yishe', N'yishe', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016221552641', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yizhu', N'yizhu', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016225746946', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yage', N'yage', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016229941249', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yjieguo', N'yjieguo', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155649130497', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'xtype', N'xtype', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155686879234', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'danyuan', N'danyuan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155691073538', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'chanquan', N'chanquan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155695267841', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'zhuzhi', N'zhuzhi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155699462145', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'fujian', N'fujian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155707850754', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155707850755', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'type', N'type', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155712045058', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'suoyou', N'suoyou', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155716239361', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155716239362', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'bianhao', N'bianhao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155720433666', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'yname', N'yname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155720433667', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'riqi', N'riqi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155724627969', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155728822274', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'time', N'time', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155728822275', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'mianji', N'mianji', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608326889474', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'fsex', N'fsex', N'string', NULL, NULL, N'0', NULL, N'sex', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608335278082', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'fname', N'fname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472385', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'shiqing', N'shiqing', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472386', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'pname', N'pname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472387', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'zhuzhi', N'zhuzhi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472388', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608343666690', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'cdata', N'cdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420749664258', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'shiqing', N'shiqing', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420753858561', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052866', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052867', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'value', N'value', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052868', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'percent', N'percent', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420762247169', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919124803585', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'ktime', N'ktime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192193', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192194', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'wtime', N'wtime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192195', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'yusuan', N'yusuan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192196', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'dshenhe', N'dshenhe', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192197', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'zhuren', N'zhuren', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386498', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'neirong', N'neirong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386499', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'yijian', N'yijian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386500', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time1', N'time1', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386501', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time2', N'time2', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386502', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time3', N'time3', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580801', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time4', N'time4', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580802', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'pingjia', N'pingjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580803', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580804', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'bianhao', N'bianhao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580805', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'zongjie', N'zongjie', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919145775105', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'nengli', N'nengli', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919145775106', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time', N'time', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875810967553', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875823550466', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875823550467', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875823550468', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875827744769', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875827744770', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875827744771', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655394324482', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'ctotal', N'库存量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655402713090', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'cname', N'产品名称', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655406907393', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'cprice', N'单价', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655411101697', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'dtotal', N'订购量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655411101698', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'tp', N'库存总值', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655415296002', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'ztotal', N'二次订购量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655415296003', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'cnum', N'产品数量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290843074561', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290847268865', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'hnum', N'hnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463170', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'hname', N'hname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463171', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'xinghao', N'xinghao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463172', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'fahuocangku', N'fahuocangku', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463173', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463174', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463175', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'danjia', N'danjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463176', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'zhekoulv', N'zhekoulv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290855657473', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'xiaoshoujine', N'xiaoshoujine', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290859851778', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290859851779', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N's_id', N's_id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038439886849', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275458', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275459', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275460', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469761', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469762', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469763', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479361', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'zmphone', N'zmphone', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479362', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'jstudent', N'jstudent', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479363', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'kdate', N'kdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479364', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'jdate', N'jdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479365', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'zmname', N'zmname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218305', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'zcname', N'zcname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218306', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218307', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'fdate', N'fdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218308', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'jibie', N'jibie', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218309', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144706', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144707', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'phone', N'phone', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144708', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144709', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'zzmm', N'zzmm', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144710', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'guanxi', N'guanxi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144711', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'age', N'age', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670849', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'date', N'date', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670850', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'mingcheng', N'mingcheng', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670851', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926274', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926275', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926276', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602178', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602179', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602180', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721409', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721410', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721411', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914754', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914755', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914756', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331878107560398849', NULL, N'2020-11-26 16:31:01.0000000', NULL, NULL, N'1331878107552010242', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331878107560398850', NULL, N'2020-11-26 16:31:01.0000000', NULL, NULL, N'1331878107552010242', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991425', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991426', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991427', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331919172480913409', NULL, N'2020-11-26 19:14:11.0000000', NULL, NULL, N'1331919172472524801', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331919172480913410', NULL, N'2020-11-26 19:14:11.0000000', NULL, NULL, N'1331919172472524801', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331922734942375938', NULL, N'2020-11-26 19:28:21.0000000', NULL, NULL, N'1331922734933987329', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331922734942375939', NULL, N'2020-11-26 19:28:21.0000000', NULL, NULL, N'1331922734933987329', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829634', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjl', N'cjl', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829635', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjje', N'cjje', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829636', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'xsmj', N'xsmj', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829637', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjjj', N'cjjj', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829638', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'sfyj', N'sfyj', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829639', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'ydkh', N'ydkh', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825602', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'class', N'class', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825603', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'school', N'school', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825604', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'lv', N'lv', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825605', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'renyuan_jy', N'renyuan_jy', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825606', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'richang_jy', N'richang_jy', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825607', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'biaozhun_jy', N'biaozhun_jy', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825608', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xinxi_jy', N'xinxi_jy', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825609', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_jy', N'jichubokuan_jy', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825610', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'renyuan_ct', N'renyuan_ct', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825611', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'richang_ct', N'richang_ct', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825612', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiangmu_ct', N'xiangmu_ct', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825613', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_ct', N'jichubokuan_ct', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825614', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiangmu_sh', N'xiangmu_sh', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825615', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_sh', N'jichubokuan_sh', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825616', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'diannao', N'diannao', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825617', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiaoyuanwang', N'xiaoyuanwang', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451905', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'diqu', N'diqu', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451906', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'class', N'class', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451907', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_11', N'sales_11', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451908', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_12', N'sales_12', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451909', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_13', N'sales_13', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451910', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_14', N'sales_14', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451911', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_15', N'sales_15', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451912', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_16', N'sales_16', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451913', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_17', N'sales_17', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646210', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_18', N'sales_18', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646211', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_19', N'sales_19', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646212', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_20', N'sales_20', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646213', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_21', N'sales_21', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646214', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_22', N'sales_22', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646215', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_31', N'sales_31', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646216', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_32', N'sales_32', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646217', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_33', N'sales_33', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646218', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_34', N'sales_34', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646219', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_35', N'sales_35', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646220', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_36', N'sales_36', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646221', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_37', N'sales_37', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646222', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_38', N'sales_38', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646223', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_39', N'sales_39', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646224', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_40', N'sales_40', N'String', NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646225', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_41', N'sales_41', N'String', NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646226', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_42', N'sales_42', N'String', NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015277879297', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'city', N'city', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073601', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'school', N'school', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073602', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'ncnum', N'ncnum', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073603', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'num', N'num', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073604', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'name', N'name', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073605', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'class', N'class', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073606', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'pay', N'pay', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073607', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'paytime', N'paytime', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073608', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'payclass', N'payclass', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073609', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'pay1', N'pay1', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073610', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'paymoth', N'paymoth', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073611', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'pay2', N'pay2', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073612', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'tuition_09', N'tuition_09', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073613', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'meals_09', N'meals_09', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073614', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'busfee_09', N'busfee_09', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073615', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'tuition_10', N'tuition_10', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073616', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'meals_10', N'meals_10', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073617', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'busfee_10', N'busfee_10', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504126402561', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'city', N'city', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596866', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'finish', N'finish', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596867', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'semifinish', N'semifinish', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596868', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'time', N'time', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596869', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'state', N'state', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596870', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'attribute', N'attribute', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596871', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'num', N'num', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596872', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'gnum', N'gnum', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596873', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'jnum', N'jnum', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596874', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'wnum', N'wnum', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596875', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'uph', N'uph', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596876', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'hc', N'hc', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596877', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'jtime', N'jtime', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596878', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'yield', N'yield', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596879', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'beizhu', N'beizhu', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754305', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754306', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754307', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key1', N'key1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754308', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key2', N'key2', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754309', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key3', N'key3', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754310', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key4', N'key4', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754311', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key5', N'key5', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754312', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key6', N'key6', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754313', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key7', N'key7', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754314', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'percent', N'percent', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'141dc952421a55e66fcddb94adddc48b', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'sex', N'性别', N'String', NULL, N'10', N'1', N'1', N'sex', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'15eb0c90635e9b9427a6e0a2d87f31b6', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'chengbao_gz_money', N'chengbao_gz_money', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'16cca55134a7951fe6724e5d98787498', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'yprice', N'yprice', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'175e76d9da7c88d8c2c0d7708b308e6c', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key7', N'key7', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'17a278c53299d1342c56a8eb1614a44e', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'ctime', N'ctime', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'19e6fe3dc95b352d97f460648dc93e15', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_z', N'proportion_z', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1a1487eb23cc0008b933537c69d51bd9', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'cname', N'cname', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1aee61147ee0eb946574db960bc77aec', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b09540b3d8deddc06ebdbec26f6ae87', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'political', N'political', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b53581fa4096f4a05c7e8d73c7a7af9', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b6fbe11728a1c4633eeea8ffb12bc25', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'update_by', N'update_by', N'String', NULL, N'30', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1c649cbddf0506464e08ae84c20ea20d', NULL, N'2021-01-21 18:00:57.0000000', NULL, NULL, N'60b3feffadc55eb49baa5a48fdf1ff0e', N'key', N'key', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1d21c72184f2e06ca1be3dc95fbcc259', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'zhiwu', N'zhiwu', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1d4cc138f277f5d78e1fe3f5241db7f2', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'tb_zx_money', N'tb_zx_money', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1ee3018b4d0c305e2c06f77e1e5f3c4c', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_3', N'sales_3', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1fac3f8219222b8963dc6b85870ffd86', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'telphone', N'telphone', NULL, NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'218fb9e81e6255a6589c52ddd8279c40', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'21f7de0326129dbbbc03d64aceb4d3f7', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'yprice', N'yprice', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2309090975648b8765ef36ff16c09270', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'danwei', N'danwei', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2330620c6a26ff9e2840fcdcb2fd22af', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yphone', N'yphone', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'240f3415fa8e7b3876c0b422d468c90d', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'26ee0ad4aea9dcd4604f98ea168aa1be', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'xiaoshoujine', N'xiaoshoujine', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'27bd70e2e4a08009edf64fac0fba5119', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yizhu', N'yizhu', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'284f03aead3848cf0994f71a64ce1eba', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key1', N'key1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'298cfe65d8b484624f8a28199dc800e7', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sr', N'sr', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'29fcb4292d4782888e9fd0496bd8ddc8', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2a20af47c214fc8ad9570c9c6ba585c2', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yzhenliao', N'yzhenliao', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2a3b35b4830f1b1eff84a5a9bceed0b6', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_z', N'gift_z', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2a613408420925ed9cf9618eb77a05cf', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yage', N'yage', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2baefff331206f29a9c3bf895982473a', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'kdata', N'kdata', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2be25d6c7e3ac28abec99854618d0e3d', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'birthday', N'birthday', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2f94a4be25426f3f4013c50103559969', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_4', N'sales_4', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'30034c384d47b0193e04b19b3068b89b', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key4', N'key4', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'30f8183ff4ec5a6b30724a1da7fbbed0', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'pworktime', N'pworktime', NULL, NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'30fc020c8d14776e96350edb479f40ac', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'zhuzhi', N'zhuzhi', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'31649efb1fbc69009bdbb41f388c7d7f', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'ysex', N'ysex', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'31bd06f8bc201628d8c9c56b29f0621e', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yjieguo', N'yjieguo', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'32545e398eea7bf89791cc78dd16ab12', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'yhnum', N'yhnum', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3331f86002c128555443d8e7b79c70d2', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'334ffa2aec9300ff712a1f3f3143a4cd', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'bx_gg_moeny', N'bx_gg_moeny', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'34c933903ddf6ba5bad588d913c487c5', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_4', N'gift_4', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'350be7312c299482acfe44fb086f91c1', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_5', N'sales_5', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'35c224f8acfb063af6828b31e31f3967', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'percent', N'percent', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'35d9204189dd1d1f142a7587f89ab46c', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'email', N'email', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'37868bf0bad09f6d2084340e0b05333d', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf4', N'sf4', N'String', NULL, N'18', N'0', NULL, N'ttype', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'38b2955e0ef75d384d0d9ff8417e4945', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf3', N'sf3', N'String', NULL, N'17', N'0', NULL, N'ttype', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'39878a3df0fe2cafc481469b8eb71ea5', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'sex', N'sex', N'String', NULL, N'10', N'0', NULL, N'sex', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c2a8313af79dbecba4c5687b65a66ab', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'cnum', N'cnum', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c71c10a0d27796808cb201e30024fe8', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'school', N'school', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c7597c1efa73ca9400cdc36a9a48e23', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_1', N'gift_1', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3cd9d09176d10d3225e4fe86b4538739', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'7911bd189c2d53e182693bd599a315a2', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3d0f4b223f7ada50a7363235ae39e675', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'hnum', N'hnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3ec76a981ff5353d4a65052963166477', NULL, N'2020-12-17 17:13:21.0000000', NULL, NULL, N'9b75c161322e0b7e29b3ffc84239a72c', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3f5a04060285392287f4e7f6d59988c6', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3f7ce1ee2ad20770e64016384f2c1cd5', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'homephone', N'homephone', NULL, NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'42225abb0677e51111a8e9e7b001332c', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'yjine', N'yjine', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'445c1d5a76a45fb0137425d1a51be6d7', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'main_income', N'main_income', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'450316da5f9b7d8505944e16f1284a38', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'monty', N'monty', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'467edbfc6ca934a7a4d600391ed0fb75', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'bx_jj_yongjin', N'bx_jj_yongjin', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'468acf3a75a559a283e8f424db3ac4a8', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'46a4074647a27aaee0e5263d5f6bcf5a', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'tp', N'tp', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'46f68d27013cff9b09c5d059c79fbf28', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'gtime', N'雇佣时间', N'date', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'472e430a024d9648a7ab8a125419b161', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'cprice', N'cprice', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'48b03a60cab1f280d4b304da6b27dae2', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'ctime', N'ctime', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4942cc4d04ac7330799ecc3fec48ac8b', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'id_card', N'id_card', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49def4afc641cb52775ff03fdba3007a', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'his_lowest', N'his_lowest', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49fa04e98f2ed62966d7f6141611dd7e', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'children', N'children', NULL, NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49febadfe1eb3a59bfbe802d506aa590', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'data', N'data', NULL, NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4b9e347c71a67de7a7a466b07109a101', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4d782de2bf10be3a79f04e8841053f00', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'pingjia', N'pingjia', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4d7dd94ecf26b5fa69f9a1f811583340', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'address', N'address', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'502a0a66b4dbf8689ed36e56ab272c2f', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'birth', N'出生日期', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'52444b20f2fcdfe43461a5a49079e4dc', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'health', N'health', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711047733248', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711056121856', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711064510464', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'gtime', N'gtime', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711072899072', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711077093376', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711085481984', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711093870592', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711102259200', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711106453504', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711110647808', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'sex', N'sex', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337303457792', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337320235008', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'create_by', N'create_by', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337328623616', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'create_time', N'create_time', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337332817920', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337341206528', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'update_time', N'update_time', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337349595136', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_table', N'data_table', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337353789440', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_id', N'data_id', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337362178048', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_content', N'data_content', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337370566656', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_version', N'data_version', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337378955264', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'rownum_', N'rownum_', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706330906624', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706343489536', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'cname', N'cname', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706351878144', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'cnum', N'cnum', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706356072448', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'cprice', N'cprice', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706360266752', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'ctotal', N'ctotal', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706368655360', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'tp', N'tp', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706377043968', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'dtotal', N'dtotal', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706381238272', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'ztotal', N'ztotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706389626880', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'd_id', N'd_id', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'538563757aa1a49935824ce14568f27c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'archivesdi', N'archivesdi', NULL, NULL, N'34', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'53bb8b7ef4c8d8dc9b151f07929fb587', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'xinghao', N'xinghao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5406c33ff49384c2bcad5b85a9701355', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'province', N'province', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'558e3bb304d51582f225ec1d911cb4b8', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5648f5a00640e3adf57fb9bbf27269f4', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'tm', N'tm', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'56749103eb4a60e7046dea34453b439e', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'shao', N'shao', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'57ee0e6ffe7135a943dde2408d424c97', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_1', N'proportion_1', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'589a5a4fe61fc71aa1bf45d3bd73974b', NULL, N'2020-12-17 19:50:14.0000000', NULL, NULL, N'fb70a91730f087f8023afd88d24f9697', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5a88459afcf01cc20ac5a50322b35fd6', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hukounum', N'hukounum', NULL, NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5b7f7bebf0c3951b891026e7c2ac90cb', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5bc99af9cfddd240794167a6765a1517', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'neikong_zx_money', N'neikong_zx_money', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5bf6aee0bd8f676a218e0210e9e6fa0e', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'7911bd189c2d53e182693bd599a315a2', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5cf4a1ca15691d6340e522e1831dc3ac', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_6', N'sales_6', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5e4e8b7531a88f4db1a0d133de159494', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6020e457162b86b75a2d335999ab06ec', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'nation', N'nation', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'631632bc2243018788d11d4f8348bfd2', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'socialsecurity', N'socialsecurity', NULL, NULL, N'30', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6394ea45a090ca79cfbfdbbfe2016d95', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yprice', N'yprice', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'64ff8b4e61a58a0ca3e34108c9bd97c0', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'bx_gg_moeny', N'bx_gg_moeny', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'665f13c7fcebac6c35c894d885c4b344', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_6', N'proportion_6', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'677bf4d6400fc465067b0d5bd6ad2a58', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_2', N'gift_2', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6a3544cc8c028e94692bb1b448620ec2', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yname', N'yname', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6b2db5f824af08166e5074feea82ab52', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sex', N'sex', N'String', NULL, N'2', N'0', NULL, N'sex', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6c2b1c9e4cfd3f6b79d0fb26fea72cec', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6c8250304aa25753f64c6f4723e6d2d8', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'fahuocangku', N'fahuocangku', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6d4b24ab2f685556d6161a86658329c8', NULL, N'2021-01-21 16:25:09.0000000', NULL, NULL, N'd4a29dfda94357308faf62be2b94db08', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6dae70a5323b3d517c8f13278f0e1d5f', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_5', N'proportion_5', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6ec41a06e2dee9ec8f07a894ddcaaae5', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'70abaf24c413f38ff6a3c315ad8824b2', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'height', N'height', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'710104c3e0541602a151d5e00fc2ee29', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'654609e4247a0469e0b2befbc69b00f9', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'718a062a1e42276c1913c7d7836b1bee', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hobby', N'hobby', NULL, NULL, N'32', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'71cb567cd27fda05d55d80324c7b59e1', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'del_flag', N'del_flag', N'String', NULL, N'32', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'729c2d2c70da0f3bc092f4aab4432244', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'654609e4247a0469e0b2befbc69b00f9', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'732c8b168ade2e34974c9db6396df61f', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'type', N'type', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'742954cf518d8026db68cc87c017ad2a', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'bz', N'bz', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'765d95a760a36d0c853bec639af85302', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'bianma', N'bianma', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'768fb670937ab4aadde39842df36bfd3', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'cprice', N'cprice', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'796408f2959fc40edd9b460a1a5bdfb8', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'gtime', N'雇佣日期', N'date', NULL, N'3', N'1', N'2', NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'79f29ea3b1c7ec966077941fdd004e4d', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'bx_zx_money', N'bx_zx_money', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7b794ecee6f61f64839eb1094a7c20bb', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'region', N'region', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7c2c06cc52978c4e5665deac1784535d', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'yren', N'yren', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7df83cf21e083451a47f2f731a225a7e', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7e564f212697079394030ac0563df496', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7f5570e3056d82210d7d4e79b861560c', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'80017f23232ea91ae32e4718eb10e8c3', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_4', N'proportion_4', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'80b5e3fd550d9be1a8c8ea69a2a593f8', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'birth', N'birth', NULL, NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'81dea8f0ccba2b3530038ebcf92b36b1', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'name', N'name', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'81f2de244fa1e6b5f28419f60c4db169', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'bnum', N'bnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'824a22cf80849d110e04fd5c573f40de', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'jphone', N'jphone', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'83da395758d9bca23b2c5b9f54e79eed', NULL, N'2021-01-21 16:25:09.0000000', NULL, NULL, N'd4a29dfda94357308faf62be2b94db08', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'84391d55c9bd4185c4abbc0d9a8a3f9b', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'native_place', N'native_place', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'85263a305fba4c7e7a991ed3b416e006', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'654609e4247a0469e0b2befbc69b00f9', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865ca077977b78934e5e82e733ef4e47', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'major', N'major', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8749d00c6c3cf873841a227a5206478a', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_1', N'sales_1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'87f43f4f5220c34a95d55ff3fa9de0c1', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'health', N'health', NULL, NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8875e4280c1a62759ec4b3719b5f9566', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'lingdao', N'lingdao', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'88b19703dac5a5ae8c01c68101cd8b5b', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'cbz', N'cbz', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'89bd5c1f5b37b82ab2d56d8c9e50a674', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'sex', N'sex', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8a122291db744a6109a93af5d289787f', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'computer_level', N'computer_level', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8ab8d51dfb792cdc767e68d7e9370f3d', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'num', N'num', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8bfc84f6d610581d736fcccc5f04a863', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'scard', N'scard', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8d186f249df9e1c1c549fbdc6a0a4d77', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'currentdi', N'currentdi', NULL, NULL, N'28', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8db810062e3a19eb83fca651691b848e', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_2', N'sales_2', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8e39d42a7fad183fe75ce1a56f148db1', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'bianma', N'bianma', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8fb12c3929ea745f94cc4a90df9d5181', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'idcard', N'idcard', NULL, NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9168272dc8fa019a861f11b81bea1dc2', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'bx_jj_yongjin', N'bx_jj_yongjin', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9238ae757fb73c0ef546d7e0e91aa662', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N's_id', N's_id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9282683fd000d19b205ad6841f0f7b6e', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'total', N'total', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'92da818568d6c8e1e499abf51e439870', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'lzr', N'lzr', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'94fc5c2791e2e218383864b80095c89c', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'95486ef4c7e0f3f3ac4ce249b1c761a1', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'95650b0335c6981bf0d657e11b1b2082', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'hysr', N'hysr', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9a5f78c12595cb66d3b630962f7cd7bf', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf1', N'sf1', N'String', NULL, N'15', N'0', NULL, N'ttype', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9b77e74bed080cbd798d223bb0177c5d', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9bb9b5329f79564ec030694a639ffd7f', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'bx_zx_money', N'bx_zx_money', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9bf1e9bc4e887eb0816365262d0e9c8e', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'zhekoulv', N'zhekoulv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d3986d3a32e9b4672dc2b29174749f3', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'rk', N'rk', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d6a3a8b9cf5c659e7d752028b70da8b', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf2', N'sf2', N'String', NULL, N'16', N'0', NULL, N'ttype', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d9b437037bb304f5def5b97d4c2b4c4', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'zhuzhi', N'zhuzhi', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9ddf87596d6701eda383c3d8d7853b2b', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'education', N'education', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9e28f1951ea83b6e6dae4e3892baea90', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'positional_titles', N'positional_titles', N'String', NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9f15fef9efd35f5a5c1418ce5a6eceb0', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'birth', N'出生日期', N'datetime', NULL, N'6', N'1', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a15e649faa93fbae15a66f5266bd9336', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'phone', N'phone', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a17a61990a30e0cfbe4c7169dafcd85d', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a1b7ffeb00d30e7c0a1a1f466dd1fe06', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key2', N'key2', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a200ec7a67ded4302744ee7e4e156d13', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'monty', N'monty', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a2e680c356e712b43343d589539da011', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a379ebc1ac4dd2d567eee55c403ab2a3', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a42eed89da67da0653650edcc1576f8c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'currentnum', N'currentnum', NULL, NULL, N'29', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a93ce07361b9d6ec02a58cf7f6b94664', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'political', N'political', NULL, NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a949c4beac3fec79e96309a6d2d8f5bb', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'entrytime', N'entrytime', NULL, NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a97ee04d3e745b3be9ee48cb16fdb419', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a9c7c96a412537b4da3df68ff8e93cc8', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'post', N'post', NULL, NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a9e4bf3b458d821307e0749f6e119f8d', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'total', N'total', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aa26aca6685baef7b24189214866f370', NULL, N'2021-01-21 18:00:57.0000000', NULL, NULL, N'60b3feffadc55eb49baa5a48fdf1ff0e', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ab0aabf8cc08327a4510420bd553e6c0', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'providentfund', N'providentfund', NULL, NULL, N'31', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ab4ee4418e54c4a4fef3c14ad8e98fa5', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'neikong_zx_money', N'neikong_zx_money', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad0b3d410c53378134428afb1b063758', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'his_average', N'his_average', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad146af051ba273a480223d49f59358b', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hukoustreet', N'hukoustreet', NULL, NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad1d1fe2ee182c2d3a263a127fea041e', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_2', N'proportion_2', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad2cc52cc14e9aabc04ac79d9a10b530', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'ldate', N'ldate', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ae5ec6e56478a098b36587e93b1d8908', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'arrival_time', N'arrival_time', N'String', NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aee0188ab2bf9849607f6ef34b36713e', NULL, N'2020-12-17 17:13:21.0000000', NULL, NULL, N'9b75c161322e0b7e29b3ffc84239a72c', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aee106a24b11b0f8ca10bc88b62189d7', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aee31ce5eb6271601bc4e6f8affaceb0', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'hezairen', N'hezairen', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b14588abed341d314a08d316dfde553f', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'work_experience', N'work_experience', N'String', NULL, N'27', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b1de05c2d02cdde59c1e2a93e45964f9', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'create_time', N'create_time', N'String', NULL, N'29', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b2176d9680c08a7aa040aec9f71ff236', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b279ab8f7d20ebbeec67f5bf2109ba22', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'his_average', N'his_average', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b2c01550c60da7b1babf36d8535fcaed', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'shijian', N'shijian', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b3c98ed9cb9e4a234273aa4921efd545', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'jpnum', N'jpnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b450669f376fa9f075ac403c7d7f2ee9', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_3', N'proportion_3', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b46d80bfe53372b6ff92a6f8e8bf38df', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hukoudi', N'hukoudi', NULL, NULL, N'27', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b5afa6c7c63f649460d4d45b7d697098', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'zip_code', N'zip_code', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b5df568754994e67a15a8f5b8d4bc297', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'phone', N'phone', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b60fbeff0c77080cb73aa6aaf6dd8715', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'danjia', N'danjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b6884ea117811c5161ff1eb11502cf19', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b81d3a495af538759aa6dbaf752c48db', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key6', N'key6', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b863f83ac64327d86f36c8796a00f777', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'jieshu', N'jieshu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b8aafd56ddcf6902909722c7d2529797', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'department', N'department', NULL, NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ba83ad8a89105b198aa49798f2940c29', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'foreign_language', N'foreign_language', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bb8db85fed8034645c5517b6283addc7', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bd09800edb1343880b05b65974875597', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bef01b3169ec05f63c9f92245b61bedf', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'jperson', N'jperson', NULL, NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c17be48ad3705f848acdb28cbe3bc1b7', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'hname', N'hname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c1913cffe0a0a65b8f76ef280af93038', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'tb_zx_money', N'tb_zx_money', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c2b7ed56f87bc4cb95c8e1e0300e51ff', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'ytotal', N'ytotal', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c357b23ae68c0ee6c9dab322507dce0b', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'jdate', N'jdate', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c3b0443ebecc7152343c5ea3ef32a38f', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'graduation_time', N'graduation_time', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c3d8cd6e68c605fd6d6ac217fed5c8d4', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'weight', N'weight', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c3fe8f62ea0c6ce9990bfa22dc0265b6', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'major', N'major', NULL, NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c40fe2cf7a74a6e96575f73ef5e7d205', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'nation', N'nation', NULL, NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c4d6132699dcdff382c93ab10d64551a', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'education_experience', N'education_experience', N'String', NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c578969584d9b639d249bcd981bc5a08', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'ydate', N'ydate', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c57bd36c25b13a8149268496e54052ae', NULL, N'2020-12-17 19:50:14.0000000', NULL, NULL, N'fb70a91730f087f8023afd88d24f9697', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c5a801ff78f2ca6b1b7a03b3222fdd61', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'biz_income', N'biz_income', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c6144f2ca7422a71e951abea1bce6aaf', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'education', N'education', NULL, NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c6820a1e3308badb60582998805a0645', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'shihelv', N'shihelv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c74ee42894f54c0ebc1a64a79395aa06', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key3', N'key3', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c8d1276d19bdd946e9fc18b83aacda15', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'cname', N'cname', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c904e40b35f065cbefd0b22fd5937b38', NULL, N'2021-01-21 18:00:57.0000000', NULL, NULL, N'60b3feffadc55eb49baa5a48fdf1ff0e', N'description', N'description', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c98a41c7d5edcba47273e192b9d66b9b', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cb99a516d392d1efb87141ec42168aa9', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'card', N'card', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cc91f43bf975f056944b5ec19266ec9c', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'7911bd189c2d53e182693bd599a315a2', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ce81562be14047bcbc29c0a66782fc42', NULL, N'2021-01-21 17:07:16.0000000', NULL, NULL, N'6a1d22ca4c95e8fab655d3ceed43a84d', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cec893b2241134ba9b03ed6d4edf2919', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'marital', N'marital', NULL, NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cf9d32fea2f67e4b11cd2823dbbefbad', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd076942aecee8f5197b66eb382ba1995', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'sbtype', N'sbtype', NULL, NULL, N'33', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd1d67bf8aea628bba4d28dfede489d55', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'his_highest', N'his_highest', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd3ef9876d3c56889157747be606f70fc', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_6', N'gift_6', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd5b7b92023a2fb09fed9d36a4ac7b3e3', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_z', N'sales_z', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd6accb7bb835271d1284d8a3dc394c1f', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'da9d0a2565cea7578415076a4d8e6c4c', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sdate', N'sdate', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'db503c31de99f35cbcb1f66a69f9964c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'mailbox', N'mailbox', NULL, NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dbc452a77ba1449096852d21c2959f34', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dd5697ec6eddcca16cca47080e9b801d', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sld', N'sld', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dd56fbd98db5c1cda9dd77637ba1c7e6', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'create_by', N'create_by', N'String', NULL, N'28', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ddcf7ade58e0a8a520b44fc94e0602bb', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sk', N'sk', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dfbc8bba6261dcd4ceb3da5f517a0d58', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'school', N'school', NULL, NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e1c77285c7ca39ebee455895ed081245', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'nation', N'nation', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e1fffff7030dd37d70d7b5a138046fac', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key5', N'key5', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e28cc14c4e1bc2c889f04a6cf30f9196', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'cbr', N'cbr', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e52e7896193ad09d700599d2ef6fa8ae', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'knum', N'knum', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e757987004087de43f1ccab14092361f', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yishe', N'yishe', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e7f6104183a7b2408f72b91f4638e9e2', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_3', N'gift_3', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e8c0f052d6bca9045fdb6197b197a92d', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, N'zhiwu', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ea6018bdbd9fb192b1d3f9e832b5d382', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'name', N'姓名', N'string', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ec6c6f56c64de5f4de16166000f31d19', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'ftime', N'ftime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ef685270770a69bddb4f24e37eed9dc0', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'office', N'office', NULL, NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'efe17d82b5daaa3f95364e9afaeffd1c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'register', N'register', NULL, NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'efe4e0110a61d9791e18308aed422aa7', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'name', N'name', NULL, NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f0a83c77c0448a9f7c8c0bc3c7f42f13', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'qfjg', N'qfjg', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f110f1f947e0f895b552f7edd133a60a', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'ctotal', N'ctotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f11af753ccbf495818e9c23c1b083ae2', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'foreign_language_level', N'foreign_language_level', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f1905f7a175f8e56afd8f6c2969582e6', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_5', N'gift_5', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f192c538d9cb0dc88e537b11a37551c8', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'his_lowest', N'his_lowest', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f31715d024bad06ea8862ba383e87f5b', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'cnum', N'cnum', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f3b4e31c7ff6a365c4130cbc695e2621', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'num', N'num', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f430837a3f4c08f425bcd1de46d3a2d3', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'sex', N'sex', NULL, NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f53143608c570f9886861442be87b5ff', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'update_by', N'职务', N'String', NULL, N'4', N'1', N'3', N'zhiwu', NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f82904af04e557b12dcfe3562900597c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'gdata', N'gdata', NULL, NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f9154d882408b868253ed8fb87879220', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f95dd09a118b93cc7884b12118448ed4', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f978117e8eda0daee2c00223f9df4b48', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'update_time', N'update_time', N'String', NULL, N'31', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f984ef26fe0a505b279a0e4a3b27201f', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'shijian', N'shijian', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fa6fce04eaee2480faa8a14393ffe15a', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'total', N'total', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fac871f69237c6c25abe8c4332eabcbf', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'lingdao', N'lingdao', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fc07c053ed0ecbfcc45041640acf6cb1', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'party', N'party', NULL, NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fe3b1449ce346836f47234ca65949aea', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'sfkong', N'sfkong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ffb5fbe81d2cf48ca45a815c676fd9eb', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'kaishi', N'kaishi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for jimu_report_db_param -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db_param]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_db_param] GO CREATE TABLE [dbo].[jimu_report_db_param] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [jimu_report_head_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [param_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [param_txt] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [param_value] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [order_num] int NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [search_flag] int NULL, [widget_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [search_mode] int NULL, [dict_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [search_format] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [ext_json] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_db_param] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'动态报表ID', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'jimu_report_head_id' GO EXEC sp_addextendedproperty 'MS_Description', N'参数字段', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'param_name' GO EXEC sp_addextendedproperty 'MS_Description', N'参数文本', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'param_txt' GO EXEC sp_addextendedproperty 'MS_Description', N'参数默认值', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'param_value' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'查询标识0否1是 默认0', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'search_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'查询控件类型', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'widget_type' GO EXEC sp_addextendedproperty 'MS_Description', N'查询模式1简单2范围', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'search_mode' GO EXEC sp_addextendedproperty 'MS_Description', N'字典', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'dict_code' GO EXEC sp_addextendedproperty 'MS_Description', N'查询时间格式化表达式', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'search_format' GO EXEC sp_addextendedproperty 'MS_Description', N'参数配置', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_db_param', 'COLUMN', N'ext_json' GO -- ---------------------------- -- Records of jimu_report_db_param -- ---------------------------- INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'078d99565feef91904c84b42b43f5174', N'1273495682564534273', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:26.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'0d91170e4546cdbebbc3e9cc7879ce79', N'22f025b781ee9fe4746438621e82674f', N'id', N'id', N'1', N'1', NULL, N'2020-07-21 15:31:51.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1324279360203526146', N'1324279359998005250', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1324279360220303361', N'1324279359998005250', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'143f8c164072ddbdeafec5c5b1466827', N'1272858455908073473', N'id', N'id', N'1', N'1', NULL, N'2020-07-21 15:31:51.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'173c869cc45b683a9cfe25826110cead', N'1272834687525482497', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:57:08.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1805eb351a966dc3c039b5239b6faa49', N'1291310198925840385', N'sex', N'sex', N'男', N'2', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'256eb2f8582ce4d74559b1fc1e2917ca', N'1291310198925840385', N'id', N'id', N'111', N'1', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3957799c20fcc696d680cca9649897bb', N'e4cec9ff15bc0ea42f536a442a6d1335', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:57:08.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3a9efc51a6b6723d5a0ddf109aacb2b5', N'1288038655293661186', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3ced36c7a2cce40c667cc485bf59cd11', N'1291217511962902530', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'49bd3f212cd6c406c8584e6bb0d9cf93', N'1291549569390243841', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-07-30 17:26:29.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'52db6da75ea733ae741c62cc54c85d92', N'6011955e58d89040fca52e7f962d0bf4', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'57165a6fe5f2b700d4ef19518de4defd', N'1290104038414721025', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'7569e95c1fa73d5438aceb19c1b85ef0', N'1288038655293661186', N'pageSize', N'pageSize', N'20', N'2', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'7d7765754aadaddab91bf1257447ae73', N'1291549569390243841', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-07-30 17:26:29.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'8bff26e0c3fe48ddd41cf8d939ad4f2c', N'2324fac242b35938678a05bbbba345e2', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'90b22a058cc331146b548bc93f09b5cd', N'1289140698221678593', N'pageSize', N'pageSize', N'20', N'2', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'944eaee4cb7639a435aadbf2ad7469a0', N'2324fac242b35938678a05bbbba345e2', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'a29c10ed01c6608e899e1368f2d5d7e3', N'1316997232402231298', N'id', N'id', N'1', N'1', NULL, N'2021-01-13 14:31:13.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'a803707f3383dd9f4685fadc7efa07f4', N'1224643501392728065', N'sex', N'sex', N'男', N'2', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'b7c34e8a3c2804715825af4bdbcf857a', N'1224643501392728065', N'id', N'id', N'111', N'1', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'd8010a4ffbe567e6117e7f59641aeb7c', N'1289140698221678593', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'd9d94d6b09dd074f39af96d7a4696f9a', N'1291217511962902530', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'ec09a8b27e7e9ec9dbc683fc5a38faec', N'c9bdb6b7ac68accfecb366718bf78f79', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:26.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for jimu_report_link -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_link]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_link] GO CREATE TABLE [dbo].[jimu_report_link] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [parameter] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [eject_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [link_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [api_method] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [link_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [api_url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [link_chart_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [requirement] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_link] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'积木设计器id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'report_id' GO EXEC sp_addextendedproperty 'MS_Description', N'参数', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'parameter' GO EXEC sp_addextendedproperty 'MS_Description', N'弹出方式(0 当前页面 1 新窗口)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'eject_type' GO EXEC sp_addextendedproperty 'MS_Description', N'链接名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'link_name' GO EXEC sp_addextendedproperty 'MS_Description', N'请求方法0-get,1-post', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'api_method' GO EXEC sp_addextendedproperty 'MS_Description', N'链接方式(0 网络报表 1 网络连接 2 图表联动)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'link_type' GO EXEC sp_addextendedproperty 'MS_Description', N'外网api', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'api_url' GO EXEC sp_addextendedproperty 'MS_Description', N'联动图表的ID', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'link_chart_id' GO EXEC sp_addextendedproperty 'MS_Description', N'条件', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link', 'COLUMN', N'requirement' GO EXEC sp_addextendedproperty 'MS_Description', N'超链接配置表', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_link' GO -- ---------------------------- -- Records of jimu_report_link -- ---------------------------- -- ---------------------------- -- Table structure for jimu_report_map -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_map]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_map] GO CREATE TABLE [dbo].[jimu_report_map] ( [id] nvarchar(64) COLLATE Chinese_PRC_CI_AS NOT NULL, [label] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, [data] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_map] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'地图名称', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'label' GO EXEC sp_addextendedproperty 'MS_Description', N'地图编码', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'地图数据', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'data' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'0表示未删除,1表示删除', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'地图配置表', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_map' GO -- ---------------------------- -- Records of jimu_report_map -- ---------------------------- -- ---------------------------- -- Table structure for jimu_report_share -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_share]') AND type IN ('U')) DROP TABLE [dbo].[jimu_report_share] GO CREATE TABLE [dbo].[jimu_report_share] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [preview_url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [preview_lock] nvarchar(4) COLLATE Chinese_PRC_CI_AS NULL, [last_update_time] datetime2(7) NULL, [term_of_validity] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [preview_lock_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[jimu_report_share] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'在线excel设计器id', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'report_id' GO EXEC sp_addextendedproperty 'MS_Description', N'预览地址', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'preview_url' GO EXEC sp_addextendedproperty 'MS_Description', N'密码锁', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'preview_lock' GO EXEC sp_addextendedproperty 'MS_Description', N'最后更新时间', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'last_update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'有效期(0:永久有效,1:1天,2:7天)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'term_of_validity' GO EXEC sp_addextendedproperty 'MS_Description', N'是否过期(0未过期,1已过期)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'是否为密码锁(0 否,1是)', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share', 'COLUMN', N'preview_lock_status' GO EXEC sp_addextendedproperty 'MS_Description', N'积木报表预览权限表', 'SCHEMA', N'dbo', 'TABLE', N'jimu_report_share' GO -- ---------------------------- -- Records of jimu_report_share -- ---------------------------- -- ---------------------------- -- Table structure for joa_demo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[joa_demo]') AND type IN ('U')) DROP TABLE [dbo].[joa_demo] GO CREATE TABLE [dbo].[joa_demo] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [days] int NULL, [begin_date] datetime2(7) NULL, [end_date] datetime2(7) NULL, [reason] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [bpm_status] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[joa_demo] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'ID', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'请假人', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'请假天数', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'days' GO EXEC sp_addextendedproperty 'MS_Description', N'开始时间', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'begin_date' GO EXEC sp_addextendedproperty 'MS_Description', N'请假结束时间', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'end_date' GO EXEC sp_addextendedproperty 'MS_Description', N'请假原因', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'reason' GO EXEC sp_addextendedproperty 'MS_Description', N'流程状态', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'bpm_status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人id', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人id', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'流程测试', 'SCHEMA', N'dbo', 'TABLE', N'joa_demo' GO -- ---------------------------- -- Records of joa_demo -- ---------------------------- -- ---------------------------- -- Table structure for onl_auth_data -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_auth_data]') AND type IN ('U')) DROP TABLE [dbo].[onl_auth_data] GO CREATE TABLE [dbo].[onl_auth_data] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgform_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [rule_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [rule_column] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [rule_operator] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [rule_value] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [status] int NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[onl_auth_data] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'online表ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'cgform_id' GO EXEC sp_addextendedproperty 'MS_Description', N'规则名', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'rule_name' GO EXEC sp_addextendedproperty 'MS_Description', N'规则列', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'rule_column' GO EXEC sp_addextendedproperty 'MS_Description', N'规则条件 大于小于like', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'rule_operator' GO EXEC sp_addextendedproperty 'MS_Description', N'规则值', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'rule_value' GO EXEC sp_addextendedproperty 'MS_Description', N'1有效 0无效', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_data', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of onl_auth_data -- ---------------------------- INSERT INTO [dbo].[onl_auth_data] ([id], [cgform_id], [rule_name], [rule_column], [rule_operator], [rule_value], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533109082784460801', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'性别等于1', N'sex', N'=', N'1', N'1', N'2022-06-04 23:31:04.0000000', N'admin', NULL, NULL) GO -- ---------------------------- -- Table structure for onl_auth_page -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_auth_page]') AND type IN ('U')) DROP TABLE [dbo].[onl_auth_page] GO CREATE TABLE [dbo].[onl_auth_page] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgform_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [type] int NULL, [control] int NULL, [page] int NULL, [status] int NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[onl_auth_page] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N' 主键', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'online表id', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'cgform_id' GO EXEC sp_addextendedproperty 'MS_Description', N'字段名/按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'1字段 2按钮', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'type' GO EXEC sp_addextendedproperty 'MS_Description', N'3可编辑 5可见(仅支持两种状态值3,5)', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'control' GO EXEC sp_addextendedproperty 'MS_Description', N'3列表 5表单(仅支持两种状态值3,5)', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'page' GO EXEC sp_addextendedproperty 'MS_Description', N'1有效 0无效', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_page', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of onl_auth_page -- ---------------------------- INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108974999236609', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'1', N'5', N'3', N'1', N'2022-06-04 23:30:38.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108974999236610', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'1', N'5', N'5', N'1', N'2022-06-04 23:30:38.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108974999236611', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'1', N'3', N'5', N'1', N'2022-06-04 23:30:38.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108984834879490', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'batch_delete', N'2', N'5', N'3', N'1', N'2022-06-04 23:30:40.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108987271770113', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'export', N'2', N'5', N'3', N'1', N'2022-06-04 23:30:41.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108989922570242', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'import', N'2', N'5', N'3', N'1', N'2022-06-04 23:30:42.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108994662133761', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'bpm', N'2', N'5', N'3', N'1', N'2022-06-04 23:30:43.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108997505871874', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'super_query', N'2', N'5', N'3', N'1', N'2022-06-04 23:30:43.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580815057246892034', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'1', N'5', N'3', N'0', N'2022-10-14 14:57:34.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580815057309806593', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'1', N'5', N'5', N'0', N'2022-10-14 14:57:34.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580815057309806594', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'1', N'3', N'5', N'0', N'2022-10-14 14:57:34.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580826760500097025', N'f41141ce64c74db6a58d60e7864edee6', N'sex', N'1', N'5', N'3', N'1', N'2022-10-14 15:44:05.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580826760563011585', N'f41141ce64c74db6a58d60e7864edee6', N'sex', N'1', N'5', N'5', N'1', N'2022-10-14 15:44:05.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580826760563011586', N'f41141ce64c74db6a58d60e7864edee6', N'sex', N'1', N'3', N'5', N'1', N'2022-10-14 15:44:05.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580826853903052802', N'f41141ce64c74db6a58d60e7864edee6', N'daka_time', N'1', N'3', N'5', N'1', N'2022-10-14 15:44:27.0000000', N'admin', NULL, NULL) GO -- ---------------------------- -- Table structure for onl_auth_relation -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_auth_relation]') AND type IN ('U')) DROP TABLE [dbo].[onl_auth_relation] GO CREATE TABLE [dbo].[onl_auth_relation] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [auth_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [type] int NULL, [cgform_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [auth_mode] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_auth_relation] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'角色id', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_relation', 'COLUMN', N'role_id' GO EXEC sp_addextendedproperty 'MS_Description', N'权限id', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_relation', 'COLUMN', N'auth_id' GO EXEC sp_addextendedproperty 'MS_Description', N'1字段 2按钮 3数据权限', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_relation', 'COLUMN', N'type' GO EXEC sp_addextendedproperty 'MS_Description', N'online表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_relation', 'COLUMN', N'cgform_id' GO EXEC sp_addextendedproperty 'MS_Description', N'授权方式role角色,depart部门,user人', 'SCHEMA', N'dbo', 'TABLE', N'onl_auth_relation', 'COLUMN', N'auth_mode' GO -- ---------------------------- -- Records of onl_auth_relation -- ---------------------------- INSERT INTO [dbo].[onl_auth_relation] ([id], [role_id], [auth_id], [type], [cgform_id], [auth_mode]) VALUES (N'1580826961545670658', N'1501570619841810433', N'1580826760563011585', N'1', N'f41141ce64c74db6a58d60e7864edee6', N'role') GO INSERT INTO [dbo].[onl_auth_relation] ([id], [role_id], [auth_id], [type], [cgform_id], [auth_mode]) VALUES (N'1580826961545670659', N'1501570619841810433', N'1580826760563011586', N'1', N'f41141ce64c74db6a58d60e7864edee6', N'role') GO INSERT INTO [dbo].[onl_auth_relation] ([id], [role_id], [auth_id], [type], [cgform_id], [auth_mode]) VALUES (N'1580826961545670660', N'1501570619841810433', N'1580826853903052802', N'1', N'f41141ce64c74db6a58d60e7864edee6', N'role') GO -- ---------------------------- -- Table structure for onl_cgform_button -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_button]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_button] GO CREATE TABLE [dbo].[onl_cgform_button] ( [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [BUTTON_CODE] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [BUTTON_ICON] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [BUTTON_NAME] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [BUTTON_STATUS] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [BUTTON_STYLE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [EXP] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [OPT_TYPE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [ORDER_NUM] int NULL, [OPT_POSITION] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_cgform_button] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'ID' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'BUTTON_CODE' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮图标', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'BUTTON_ICON' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'BUTTON_NAME' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮状态', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'BUTTON_STATUS' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮样式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'BUTTON_STYLE' GO EXEC sp_addextendedproperty 'MS_Description', N'表达式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'EXP' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'CGFORM_HEAD_ID' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'OPT_TYPE' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'ORDER_NUM' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮位置1侧面 2底部', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button', 'COLUMN', N'OPT_POSITION' GO EXEC sp_addextendedproperty 'MS_Description', N'Online表单自定义按钮', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_button' GO -- ---------------------------- -- Records of onl_cgform_button -- ---------------------------- INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'108a564643763de3f4c81bc2deb463df', N'bt1', NULL, N'激活', N'1', N'button', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') GO INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'7c140322fb6b1da7a5daed8b6edc0fb7', N'tjbpm', NULL, N'提交流程', N'1', N'link', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') GO INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'a45bc1c6fba96be6b0c91ffcdd6b54aa', N'genereate_person_config', N'icon-edit', N'生成配置', N'1', N'link', NULL, N'e2faf977fdaf4b25a524f58c2441a51c', N'js', NULL, N'2') GO INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'cc1d12de57a1a41d3986ed6d13e3ac11', N'链接按钮测试', N'icon-edit', N'自定义link', N'1', N'link', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2') GO INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'e2a339b9fdb4091bee98408c233ab36d', N'zuofei', NULL, N'作废', N'1', N'form', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2') GO INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'ebcc48ef0bde4433a6faf940a5e170c1', N'button按钮测试', N'icon-edit', N'自定义button', N'1', N'button', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2') GO -- ---------------------------- -- Table structure for onl_cgform_enhance_java -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_enhance_java]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_enhance_java] GO CREATE TABLE [dbo].[onl_cgform_enhance_java] ( [ID] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [BUTTON_CODE] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [CG_JAVA_TYPE] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [CG_JAVA_VALUE] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [ACTIVE_STATUS] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [EVENT] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[onl_cgform_enhance_java] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', 'COLUMN', N'BUTTON_CODE' GO EXEC sp_addextendedproperty 'MS_Description', N'类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', 'COLUMN', N'CG_JAVA_TYPE' GO EXEC sp_addextendedproperty 'MS_Description', N'数值', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', 'COLUMN', N'CG_JAVA_VALUE' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', 'COLUMN', N'CGFORM_HEAD_ID' GO EXEC sp_addextendedproperty 'MS_Description', N'生效状态', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', 'COLUMN', N'ACTIVE_STATUS' GO EXEC sp_addextendedproperty 'MS_Description', N'事件状态(end:结束,start:开始)', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_java', 'COLUMN', N'EVENT' GO -- ---------------------------- -- Records of onl_cgform_enhance_java -- ---------------------------- -- ---------------------------- -- Table structure for onl_cgform_enhance_js -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_enhance_js]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_enhance_js] GO CREATE TABLE [dbo].[onl_cgform_enhance_js] ( [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [CG_JS] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [CG_JS_TYPE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [CONTENT] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_cgform_enhance_js] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', 'COLUMN', N'ID' GO EXEC sp_addextendedproperty 'MS_Description', N'JS增强内容', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', 'COLUMN', N'CG_JS' GO EXEC sp_addextendedproperty 'MS_Description', N'类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', 'COLUMN', N'CG_JS_TYPE' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', 'COLUMN', N'CONTENT' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_js', 'COLUMN', N'CGFORM_HEAD_ID' GO -- ---------------------------- -- Records of onl_cgform_enhance_js -- ---------------------------- INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'0b326acbbc8e52c9c9ecdb19342fc3cf', N'show(){ console.log(''form'',that) //this.form.setFieldsValue({"name":"name值"}) that.$nextTick(() => { //age是对应表的字段名 that.form.setFieldsValue({"age":"999"}) }); } onlChange(){ return { sex(){ let value = event.value //alert(''触发控件'',value) //性别改动,年龄归零 if(value!=null && value!=""){ let values = {''age'':0} that.triggleChangeValues(values) } } } } ', N'form', NULL, N'05a3a30dada7411c9109306aa4117068') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'274b5d741a0262d3411958f0c465c5f0', N'genereate_person_config(row){ console.log(''选择'',row) alert(row.name + '',个人积分配置生成成功!''); }', N'list', NULL, N'e2faf977fdaf4b25a524f58c2441a51c') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'2cbaf25f1edb620bea2d8de07f8233a1', N'air_china_post_materiel_item_onlChange(){ return { wl_name(){ let id = event.row.id let cnum = event.row.num let value = event.value let targrt = event.target let columnKey = event.column.key let nval = 200*cnum console.log(''row'',event.row); console.log(''cnum'',cnum); let otherValues = {''jifen'': nval} that.triggleChangeValues(targrt,id,otherValues) } } }', N'form', NULL, N'e67d26b610dd414c884c4dbb24e71ce3') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'32e7b7373abe0fb9c4dd608b4517f814', N'', N'form', NULL, N'53a3e82b54b946c2b904f605875a275c') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'35d4ef464e5e8c87c9aa82ea89215fc1', N'', N'list', NULL, N'e67d26b610dd414c884c4dbb24e71ce3') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'44cad4eec436328ed3cc134855f8d1d5', N' onlChange(){   return {   name(that, event) { that.executeMainFillRule() } } }', N'form', NULL, N'4adec929a6594108bef5b35ee9966e9f') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'4569bc0e6126d2b8a0e0c69b9a47e8db', N'', N'list', NULL, N'56efb74326e74064b60933f6f8af30ea') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'5e9ccc1e2b977bdd5a873a6bd6311290', N'', N'list', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'6dd82d8eac166627302230a809233481', N'ces_order_goods_onlChange(){ return { num(){ let id = event.row.id let num = event.row.num let price = event.row.price let targrt = event.target let nval = price*num console.log(''row'',event.row); console.log(''num'',num); console.log(''that'',that); let otherValues = {''zong_price'': nval} that.triggleChangeValues(otherValues,id,targrt) } } }', N'form', NULL, N'56efb74326e74064b60933f6f8af30ea') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'73ff4666e0cf5c2070263345e1e11835', N'one(){ console.log(''当前选中行的id'', this.selectedRowKeys); } beforeDelete(row){ return new Promise(resolve=>{ console.log(''删除数据之前看看数据'', row); resolve(); }); }', N'list', NULL, N'553a4172fde446419cb602dc70f9ee67') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'85e7acd772c8ec322b97a1fd548007e0', N'', N'form', NULL, N'09fd28e4b7184c1a9668496a5c496450') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'8b76f282ddc81ce99a129e90fdd977ce', N'', N'form', NULL, N'86bf17839a904636b7ed96201b2fa6ea') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'90394fbc3d48978cc0937bc56f2d5370', N'', N'list', NULL, N'deea5a8ec619460c9245ba85dbc59e80') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'a0ca1d842f138ba2cda00bc44e95edd9', N'loaded(){ this.$nextTick(()=>{ let text = ''测试js增强设置默认值''; if(this.isUpdate.value === true){ text = ''测试js增强修改表单值''; } this.setFieldsValue({ name: text }) }) } onlChange(){ return { name(){ let value = event.value let values = {''dhwb'': ''我的名称是:''+ value } this.triggleChangeValues(values) } } } beforeSubmit(row){ return new Promise((resolve, reject)=>{ //此处模拟等待时间,可能需要发起请求 setTimeout(()=>{ if(row.name == ''test''){ // 当某个字段不满足要求的时候可以reject reject(''不能提交测试数据''); }else{ resolve(); } },3000) }) }', N'form', NULL, N'553a4172fde446419cb602dc70f9ee67') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'ae9cf52fbe13cc718de2de6e1b3d6792', N'', N'list', NULL, N'18f064d1ef424c93ba7a16148851664f') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'beec235f0b2d633ff3a6c395affdf59d', N'', N'list', NULL, N'4adec929a6594108bef5b35ee9966e9f') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'c5ac9a2b2fd92ef68274f630b8aec78a', N'tjbpm(row){ alert(''提交流程'') console.log(''row'',row) } bt1(){ console.log(''that.table.selectionRows'',that.table.selectionRows) console.log(''that.table.selectedRowKeys'',that.table.selectedRowKeys) console.log(''that.table.dataSource'',that.table.dataSource) alert(''激活全部数据'') }', N'list', NULL, N'05a3a30dada7411c9109306aa4117068') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'd7ddb7aa407f6deed75aac11f0a25f0e', N'222', N'list', NULL, N'09fd28e4b7184c1a9668496a5c496450') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'de79fe5530e19ccb71b750900892a3a4', N'', N'form', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'f6f8f230566d09d4b66338955ffb5691', N'', N'form', NULL, N'18f064d1ef424c93ba7a16148851664f') GO INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'fd711738f58d5481ca0ce9bc3a415223', N'', N'list', NULL, N'86bf17839a904636b7ed96201b2fa6ea') GO -- ---------------------------- -- Table structure for onl_cgform_enhance_sql -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_enhance_sql]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_enhance_sql] GO CREATE TABLE [dbo].[onl_cgform_enhance_sql] ( [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [BUTTON_CODE] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [CGB_SQL] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [CGB_SQL_NAME] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [CONTENT] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_cgform_enhance_sql] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', 'COLUMN', N'ID' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', 'COLUMN', N'BUTTON_CODE' GO EXEC sp_addextendedproperty 'MS_Description', N'SQL内容', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', 'COLUMN', N'CGB_SQL' GO EXEC sp_addextendedproperty 'MS_Description', N'Sql名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', 'COLUMN', N'CGB_SQL_NAME' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', 'COLUMN', N'CONTENT' GO EXEC sp_addextendedproperty 'MS_Description', N'表单ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_enhance_sql', 'COLUMN', N'CGFORM_HEAD_ID' GO -- ---------------------------- -- Records of onl_cgform_enhance_sql -- ---------------------------- INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'0ebf418bd02f486342123eaf84cd39ad', N'add', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') GO INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'5ab418a13fd0bbf30ee9dd04203f3c28', N'add', N'', NULL, N'', N'4adec929a6594108bef5b35ee9966e9f') GO INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'8750b93ba5332460c76c492359d7a06b', N'edit', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') GO INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'c1ba45b6ee70e4662b5ec95f8fdcb31f', N'add', N'', NULL, N'', N'05a3a30dada7411c9109306aa4117068') GO INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'edfab059050b19328ac81e6833b5ebc2', N'delete', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f') GO -- ---------------------------- -- Table structure for onl_cgform_field -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_field]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_field] GO CREATE TABLE [dbo].[onl_cgform_field] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [db_field_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [db_field_txt] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [db_field_name_old] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [db_is_key] tinyint NULL, [db_is_null] tinyint NULL, [db_is_persist] tinyint NULL, [db_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [db_length] int NOT NULL, [db_point_length] int NULL, [db_default_val] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [dict_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [dict_table] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [dict_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [field_show_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [field_href] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [field_length] int NULL, [field_valid_type] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL, [field_must_input] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [field_extend_json] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [field_default_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [is_query] tinyint NULL, [is_show_form] tinyint NULL, [is_show_list] tinyint NULL, [is_read_only] tinyint NULL, [query_mode] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [main_table] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [main_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [order_num] int NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [converter] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [query_def_val] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [query_dict_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [query_dict_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [query_dict_table] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [query_show_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [query_config_flag] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL, [query_valid_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [query_must_input] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL, [sort_flag] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_cgform_field] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'表ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'cgform_head_id' GO EXEC sp_addextendedproperty 'MS_Description', N'字段名字', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_field_name' GO EXEC sp_addextendedproperty 'MS_Description', N'字段备注', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_field_txt' GO EXEC sp_addextendedproperty 'MS_Description', N'原字段名', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_field_name_old' GO EXEC sp_addextendedproperty 'MS_Description', N'是否主键 0否 1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_is_key' GO EXEC sp_addextendedproperty 'MS_Description', N'是否允许为空0否 1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_is_null' GO EXEC sp_addextendedproperty 'MS_Description', N'是否需要同步数据库字段, 1是0否', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_is_persist' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库字段类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_type' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库字段长度', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_length' GO EXEC sp_addextendedproperty 'MS_Description', N'小数点', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_point_length' GO EXEC sp_addextendedproperty 'MS_Description', N'表字段默认值', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'db_default_val' GO EXEC sp_addextendedproperty 'MS_Description', N'字典code', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'dict_field' GO EXEC sp_addextendedproperty 'MS_Description', N'字典表', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'dict_table' GO EXEC sp_addextendedproperty 'MS_Description', N'字典Text', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'dict_text' GO EXEC sp_addextendedproperty 'MS_Description', N'表单控件类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_show_type' GO EXEC sp_addextendedproperty 'MS_Description', N'跳转URL', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_href' GO EXEC sp_addextendedproperty 'MS_Description', N'表单控件长度', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_length' GO EXEC sp_addextendedproperty 'MS_Description', N'表单字段校验规则', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_valid_type' GO EXEC sp_addextendedproperty 'MS_Description', N'字段是否必填', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_must_input' GO EXEC sp_addextendedproperty 'MS_Description', N'扩展参数JSON', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_extend_json' GO EXEC sp_addextendedproperty 'MS_Description', N'控件默认值,不同的表达式展示不同的结果。 1. 纯字符串直接赋给默认值; 2. #{普通变量}; 3. {{ 动态JS表达式 }}; 4. ${填值规则编码}; 填值规则表达式只允许存在一个,且不能和其他规则混用。', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'field_default_value' GO EXEC sp_addextendedproperty 'MS_Description', N'是否查询条件0否 1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'is_query' GO EXEC sp_addextendedproperty 'MS_Description', N'表单是否显示0否 1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'is_show_form' GO EXEC sp_addextendedproperty 'MS_Description', N'列表是否显示0否 1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'is_show_list' GO EXEC sp_addextendedproperty 'MS_Description', N'是否是只读(1是 0否)', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'is_read_only' GO EXEC sp_addextendedproperty 'MS_Description', N'查询模式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_mode' GO EXEC sp_addextendedproperty 'MS_Description', N'外键主表名', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'main_table' GO EXEC sp_addextendedproperty 'MS_Description', N'外键主键字段', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'main_field' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'自定义值转换器', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'converter' GO EXEC sp_addextendedproperty 'MS_Description', N'查询默认值', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_def_val' GO EXEC sp_addextendedproperty 'MS_Description', N'查询配置字典text', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_dict_text' GO EXEC sp_addextendedproperty 'MS_Description', N'查询配置字典code', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_dict_field' GO EXEC sp_addextendedproperty 'MS_Description', N'查询配置字典table', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_dict_table' GO EXEC sp_addextendedproperty 'MS_Description', N'查询显示控件', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_show_type' GO EXEC sp_addextendedproperty 'MS_Description', N'是否启用查询配置1是0否', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_config_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'查询字段校验类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_valid_type' GO EXEC sp_addextendedproperty 'MS_Description', N'查询字段是否必填1是0否', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'query_must_input' GO EXEC sp_addextendedproperty 'MS_Description', N'是否支持排序1是0否', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_field', 'COLUMN', N'sort_flag' GO -- ---------------------------- -- Records of onl_cgform_field -- ---------------------------- INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0021c969dc23a9150d6f70a13b52e73e', N'402860816aa5921f016aa5921f480000', N'begin_date', N'开始时间', N'begin_date', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'020c1622c3df0aef30185f57874f6959', N'79091e8277c744158530321513119c68', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'bpm_status', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:29:26.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'02b20e692456403e2fed1a89a06833b4', N'402860816bff91c0016bff91d2810005', N'phone', N'联系方式', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03668009f0ad92b20abb1a377197ee47', N'deea5a8ec619460c9245ba85dbc59e80', N'order_fk_id', N'订单外键ID', NULL, N'0', N'0', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'test_order_main', N'id', N'10', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:42:53.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03709092184fdf4a66b0cdb4dd10a159', N'402860816bff91c0016bffa220a9000b', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'46', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-19 15:34:44.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03988419d751a330c2b0f0519a531880', N'997ee931515a4620bc30a9c1246429a9', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03c105d2706c8286416833684de67406', N'79091e8277c744158530321513119c68', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03fd5ab69f331ff760c3f7d86b4a93f8', N'4028318169e81b970169e81b97650000', N'log_content', N'日志内容', N'log_content', N'0', N'1', N'1', N'string', N'1000', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'3', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'045eb432c418b2b103b1e1b8e8a8a75d', N'fb7125a344a649b990c12949945cb6c1', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', NULL, NULL, NULL, N'2019-03-26 19:24:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'04e4185a503e6aaaa31c243829ff4ac7', N'd35109c3632c4952a19ecc094943dd71', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'04ff134cb4aae845059e10b3b85f1451', N'7ea60a25fa27470e9080d6a921aabbd1', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'051dd70c504c97a028daab2af261ea35', N'1acb6f81a1d9439da6cc4e868617b565', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'052dcc6f34976b66754fd99415bd22ce', N'79091e8277c744158530321513119c68', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'054db05394e83b318f097a60bc044134', N'402860816bff91c0016bffa220a9000b', N'residence_address', N'户籍地址', N'residence_address', N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'28', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0593065c19371e9ca245e1dccae868d2', N'f41141ce64c74db6a58d60e7864edee6', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'05dbdd8d9f0f84c8504faa6f24c7d4ac', N'402880eb71d61d3d0171d61d3de30000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'05e0a73b443e20c55ab9bf3ebb492c99', N'f41141ce64c74db6a58d60e7864edee6', N'popup_ta', N'弹窗', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'name', N'demo', N'popup_ta', N'popup', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:32:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'05ed6a78a2e9d0c82bfa2c55898570b8', N'997ee931515a4620bc30a9c1246429a9', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0604945c206e867644e9a44b4c9b20c6', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'2', N'4', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0617de6d735b37a3f80f2f35ad5d1511', N'4028839a6de2ebd3016de2ebd3870000', N'size_type', N'尺码类型', N'size_type', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'13', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0619dfc3fbf9e193534bb3460a1a9d92', N'cb2d8534a2f544bc9c618dd49da66336', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:13.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'06a1badae6119abf4ec48858a3e94e1c', N'402860816bff91c0016bffa220a9000b', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'43', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'06be12d850f7cb3261111e35c2622f5c', N'b493c5fd4fa64a3a84e74ee171763e37', N'dd', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'06f1cfff58395ff62526b894f6182641', N'e67d26b610dd414c884c4dbb24e71ce3', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'07a307972076a392ffc61b11437f89dd', N'402860816bff91c0016bff91c0cb0000', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'07f4776fd641389a8c98a85713990dce', N'402860816bff91c0016bff91c0cb0000', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'08a3353c11efd5f062c3076d0554b5c5', N'402881e6760269a20176026d25650002', N'salary_money', N'工资', N'salary_money', N'0', N'1', N'1', N'BigDecimal', N'10', N'3', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'08f002095da7c1886c86648fcec38ca9', N'56efb74326e74064b60933f6f8af30ea', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'09450359eb90b40d224ec43588a62f9e', N'402860816bff91c0016bff91c0cb0000', N'user_id', N'用户ID', N'user_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0a1208184216d9f5defa41d08040a8fd', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'sex', N'sex', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0a453a63e33654aa1b9ee2affa854a6d', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0a4cdcb7e54f614ab952024f6c72bb6d', N'beee191324fd40c1afec4fda18bd9d47', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0aad6fa0bf0965a6be1df8aa6005afb4', N'feea98637c2144caae7c5d56a815a245', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0acfc27e493c204f72d42b6dc00a2ded', N'53a3e82b54b946c2b904f605875a275c', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0adc06d9b497684bcbb5a781e044517c', N'1acb6f81a1d9439da6cc4e868617b565', N'supplier', N'供应商', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'air_china_ supplier', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'15', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-24 16:52:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0ae4bc5d4921aa240d814e018ddb7779', N'56efb74326e74064b60933f6f8af30ea', N'money', N'订单总额', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0b3e833ac4aae3a13ec2f8ae460708f8', N'4028839a6de2ebd3016de2ebd3870000', N'no', N'预算表序号', N'no', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'8', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0ba1bf74e2a6a94a7a63010ec7230706', N'402860816bff91c0016bffa220a9000b', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'42', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0bd10d416252bdc6b169056d2a1a4a68', N'402880e5721355dd01721355dd390000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0c34ebfe2e2a619d42db13f93d2a2d40', N'b81de38db24047b497d476516f8a0865', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0c665746ba173a930a0079cfb38ac23c', N'd0c0871f48f64288bb5683145b1572a7', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0cba94f0497d4d3d829fc573f58eff9f', N'402860816bff91c0016bffa220a9000b', N'graduation_time', N'毕业时间', N'graduation_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'16', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0d00c51a4ddad2598a587fadc968a8b2', N'402860816bff91c0016bff91cfea0004', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0ddd0c0afc967a9ab6050401ca62a4be', N'e67d26b610dd414c884c4dbb24e71ce3', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0e157503e648653836a602f5bbad4e83', N'402881e6760269a201760269a2af0000', N'files', N'文件', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'file', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'15', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0e5fb96c3f5a37c758eb7f5d1322694f', N'402880e5721355dd01721355dd390000', N'good_name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0fb6fa76c5c78a1e957dbb411e110738', N'402860816bff91c0016bff91d8830007', N'politically_status', N'政治面貌', N'politically_status', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0fd6b83f09ea78d32094aabbdf639a36', N'553a4172fde446419cb602dc70f9ee67', N'wenjian', N'文件', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'', N'', N'', N'file', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'101a73df0aa5199ac05c4ce92a4f0e3e', N'4adec929a6594108bef5b35ee9966e9f', N'name', N'姓名', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserCode}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'105be0f7d827a0324216cf8af268fb9e', N'09fd28e4b7184c1a9668496a5c496450', N'birthday', N'客户生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'105c8e44ad13026b641f0363601f30f3', N'e5464aa8fa7b47c580e91593cf9b46dc', N'num', N'循环数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'105f18fb02dceff075953e149e8333e5', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'10b78ee7954f230117689a226c44c0db', N'402880e570a5d7000170a5d700f50000', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'10cfb512423f929b6a488f5e50923199', N'402881fd812267500181226750e90000', N'contents', N'商品简介', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1130f1e252533529bb1167b896dffe32', N'deea5a8ec619460c9245ba85dbc59e80', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'117fc4ba649d6690a3ac482ad5e4ad38', N'56870166aba54ebfacb20ba6c770bd73', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'11cd0de35315bede0b4454948e6765f6', N'971d999a5bbd401483aa15f0b548f82c', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'11de05346efd6533a739344ee0e63842', N'250b367a342a451e9d9baeaebf8394e2', N'datess', N'下单日期', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'12aa08f8e948e2b60b40a7b6429c866b', N'56efb74326e74064b60933f6f8af30ea', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${shop_order_num}', N'0', N'1', N'1', N'1', N'single', N'', N'', N'7', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'13246645b7650491b70205d99703ca06', N'402860816aa5921f016aa5dedcb90009', N'bpm_status', N'流程状态', N'bpm_status', N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'bpm_status', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'135dd0ee50712722db65b8762bd487ea', N'8994f2817b5a45d9890aa04497a317c5', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'13d9c22ba0a4f09111d115022a148d23', N'09fd28e4b7184c1a9668496a5c496450', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'14b7e6161d1f908e13026439af302a66', N'3b5e18da618247539481816995b6bf9f', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'14ec4c83c29966ab42b6b718c5a3e774', N'7ea60a25fa27470e9080d6a921aabbd1', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'154ba4ca5328866010e042086ffc2b81', N'56efb74326e74064b60933f6f8af30ea', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'15768c8d3a9b43069678c017e1fa1d15', N'5517e93b148a42a7b82d5f3f94542dcf', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16363d0bc125125e395772278d0cf22e', N'4b556f0168f64976a3d20bfb932bc798', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'168426cf1016cf0b99705ae1c4c8591e', N'402880e5721355dd01721355dd390000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16918ac159cb6313fec1dea7ac4bd0a0', N'402880eb71d52dc30171d52dc3a10000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'169ba9bb5e55b97c4847073ed862beb6', N'f41141ce64c74db6a58d60e7864edee6', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16b4dbe5e18def6f56fa2d4299189578', N'd0c0871f48f64288bb5683145b1572a7', N'cccc', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'178999df1b78dff05ada3aeb5da82e3e', N'250b367a342a451e9d9baeaebf8394e2', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'179c290e383009810fb738f07bd5af8d', N'402860816bff91c0016bff91d2810005', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'17cbda69da9dd3632625a0647c259070', N'73162c3b8161413e8ecdca7eb288d0c9', N'wl_name', N'物料名字', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'1', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'182d038554a6ee7ddfd07763aaa10686', N'53a3e82b54b946c2b904f605875a275c', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'18fefb2257901f05508f8ec13ada78a3', N'e5464aa8fa7b47c580e91593cf9b46dc', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-24 17:09:48.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'191705159cea35e8cbacb326f172be94', N'd35109c3632c4952a19ecc094943dd71', N'search_sel', N'搜索下拉', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'role_code', N'sys_role', N'role_name', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'18', N'admin', N'2021-08-18 15:53:31.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'193c3c062cc6ee210970dbe327412e67', N'553a4172fde446419cb602dc70f9ee67', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1973ef1d3728fbff2db6a352e001f5f7', N'fb7125a344a649b990c12949945cb6c1', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'19a9bf071cf3aa3b2ef94344d2300616', N'402881e6760269a20176026d25650002', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'12', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1ab5be1f937f393b3e5cc214ef1b855c', N'7ea60a25fa27470e9080d6a921aabbd1', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1b071c02de2830f9fe82a542b31cce7f', N'3b5e18da618247539481816995b6bf9f', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1b6c7b95028bed9ff656d65557dd2bdf', N'402860816bff91c0016bffa220a9000b', N'user_id', N'用户id', N'user_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1c2f307e315bac77a6d3f02e88387a43', N'deea5a8ec619460c9245ba85dbc59e80', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1c3b2ad0a52ecb47fa7fd53f25875beb', N'deea5a8ec619460c9245ba85dbc59e80', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1c4d25a12388c80d397bb4f4664fe4e6', N'4b556f0168f64976a3d20bfb932bc798', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cb1bad94673821cbbe1c0cfbcb4a0e2', N'402881fd812267500181226787d90001', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'tj_user_report', N'name', N'popup', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', NULL, NULL, N'6', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cfe967bb457cbaa6e041e45d019b583', N'402860816bff91c0016bff91c7010001', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1d0037eba10efd76be45150479399a7e', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1d712db19506ee40b2c1ef5a611baf88', N'53a3e82b54b946c2b904f605875a275c', N'name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1d95bdf1120c5a1776df022d0a571f21', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1e37ae77c0d406d4ff3c5442ec63cd1f', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1e3d8cfbf12155559666a23ee2c6c5ca', N'e5464aa8fa7b47c580e91593cf9b46dc', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1e7e42da333a90a52d65ba70eb53b2b3', N'402885e9812f585201812f5852920000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1ed46fdeb289bd7805c9b83332ccd3b4', N'402860816bff91c0016bff91d2810005', N'relation', N'关系', N'relation', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1ed97e424f2c7799626fb6507167672a', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'rel_filed', N'他表字段', NULL, N'0', N'1', N'0', N'string', N'32', N'0', N'', N'', N'rel_user', N'price', N'link_table_field', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2022-10-14 12:11:45.0000000', N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1eda61dece35abd76b8d8d49e1b139b8', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'content', N'描述', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1f0c6d33b79713fe79fb30373c81f6f7', N'758334cb1e7445e2822b60e807aec4a3', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1fa5f07b3e70d4925b69b2bf51309421', N'56870166aba54ebfacb20ba6c770bd73', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1fae3599f09c360bb1ec52d3d8164321', N'250b367a342a451e9d9baeaebf8394e2', N'produ_name', N'商品名称', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'209ddb923d8dab9f454d56d82c0cc725', N'3d447fa919b64f6883a834036c14aa67', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'20ff34fb0466089cb633d73d5a6f08d6', N'd35109c3632c4952a19ecc094943dd71', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2113a4ec7b88b4820dcbbdf96e46bbb7', N'fbc35f067da94a70adb622ddba259352', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2150e48b2cb6072d2d8ecd79a7daf7cc', N'402860816bff91c0016bff91ca7e0002', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'224feadf3bf5d31ada5bcd6d894bc0a7', N'250b367a342a451e9d9baeaebf8394e2', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2323239efb5a40b73034411868dfc41d', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2341c69469e393f509e81a211642501e', N'd0c0871f48f64288bb5683145b1572a7', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'23f42061ed218bdbc1262913c071e1cd', N'e5464aa8fa7b47c580e91593cf9b46dc', N'iz_valid', N'启动状态', NULL, N'0', N'1', N'1', N'int', N'2', N'0', N'', N'air_china_valid', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 14:09:06.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'242cc59b23965a92161eca69ffdbf018', N'd35109c3632c4952a19ecc094943dd71', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'http://www.baidu.com', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'246f515a94d43a64454645bb1058ca9c', N'402885e9812f585201812f5852920000', N'cc', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'254c27d09cc113b2529855839994eff8', N'f41141ce64c74db6a58d60e7864edee6', N'daka_time', N'打卡时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'25d91ca4cdc3919c7557d23caf7ed6de', N'f9fb8bee1a64472889d077c757b9acc7', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2640235b9638547f1776b930bd8c12b4', N'997ee931515a4620bc30a9c1246429a9', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'265702edb8872e322fe72d3640e34ac5', N'402860816bff91c0016bff91cfea0004', N'from_time', N'开始日期', N'from_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'26be1b96f3c5d1f25254cc8ab60a268a', N'5517e93b148a42a7b82d5f3f94542dcf', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2739ab1ece4d6053ba931bb6572f4ed8', N'4028839a6de2ebd3016de2ebd3870000', N'iz_valid', N'启用状态', N'iz_valid', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'9', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'273b0fd37640a9ef1614e987e2bc44a0', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'pics', N'图片', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2797d41dc1bc2336db11080d7b7c3224', N'f41141ce64c74db6a58d60e7864edee6', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'281ce0b5343cd42b28825d7df16422f1', N'b81de38db24047b497d476516f8a0865', N'vv', N'vv', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'283f42283b9d0bf3b95ba3384ab2d255', N'758334cb1e7445e2822b60e807aec4a3', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'284864d99fddfdcb00e188e3a512cb28', N'1acb6f81a1d9439da6cc4e868617b565', N'no', N'预算表序号', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2889d3cef706f91e092d76a56b8055be', N'402860816bff91c0016bff91cda80003', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'28900c8e76dd0e77193cbd85b5bc6af8', N'402881e6760269a201760269a2af0000', N'remakr', N'markdown', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'markdown', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'16', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'28ab929fd8535396feee2995ad6a2dd5', N'553a4172fde446419cb602dc70f9ee67', N'zdys', N'自定义树', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'0', N'sys_category', N'id,pid,name,has_child', N'sel_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'32', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'293f6bc9a0f557a32bbdf45669404f35', N'feea98637c2144caae7c5d56a815a245', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'29e4abea55d9fa7dbbd0c8dbbb2b3756', N'402860816bff91c0016bff91cda80003', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'29ebb28f026f1b5f3e1f6579a4f48738', N'f41141ce64c74db6a58d60e7864edee6', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'yn', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'16', NULL, NULL, N'2022-10-14 15:35:08.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2a6ae4187825e59837413e00158f045a', N'f41141ce64c74db6a58d60e7864edee6', N'salary', N'薪资', NULL, N'0', N'1', N'1', N'double', N'10', N'2', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2aef31179964d0a5a945df7bddff00ae', N'53a3e82b54b946c2b904f605875a275c', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2c9be627e7cab7f5a2ae9c7ca7ce94a2', N'cb2d8534a2f544bc9c618dd49da66336', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2d53a66f0b72d820b86ff445e2181d76', N'beee191324fd40c1afec4fda18bd9d47', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2dfc4c81926f678c5f8d5ffd27858201', N'e2faf977fdaf4b25a524f58c2441a51c', N'account', N'用户编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e0374878fb3d5be3b0b3f868a97fb59', N'09fd28e4b7184c1a9668496a5c496450', N'sex', N'客户性别', NULL, N'0', N'1', N'1', N'string', N'1', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e5275b6407e1b4265af8519077fa4a5', N'd3ae1c692b9640e0a091f8c46e17bb01', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e66b9db37648389e0846e2204111732', N'73162c3b8161413e8ecdca7eb288d0c9', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'valid_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e6f741fa96a49a0adccc7b4682c1cef', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'name', N'名称', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserName}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2ee58d8e4844dfe1fa6b1b841ae0b312', N'402860816bff91c0016bff91d2810005', N'politically_status', N'政治面貌', N'politically_status', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2f111722eb3a994450e67e3211fd69a8', N'402860816bff91c0016bff91ca7e0002', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2f13bd36aadfe10fb79c57d727279981', N'feea98637c2144caae7c5d56a815a245', N'aaa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'30143cc3de69c413828f9fba20662026', N'402860816bff91c0016bffa220a9000b', N'healthy', N'健康状况', N'healthy', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'306e3fb9c87ca6442cefbd61f498f1f7', N'402881e6760269a201760269a2af0000', N'dep_sel', N'选择部门', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'sel_depart', N'', N'120', NULL, N'0', N'', N'#{sysOrgCode}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'19', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3087aa8f38c787e066a886d950a9edfa', N'05a3a30dada7411c9109306aa4117068', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'310c86bfd1e67500774c208d601acdc3', N'56870166aba54ebfacb20ba6c770bd73', N'xiala', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-07-26 22:50:10.0000000', N'2020-11-30 21:08:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'31193dc8ceacf979e4042e784ea8278a', N'402880e570a5d7000170a5d700f50000', N'order_fk_id', N'订单外键ID', NULL, N'0', N'0', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'31fd90306c3942f09cb79deabbf2f541', N'402860816bff91c0016bff91d2810005', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'333dba540ebd4d62b0df64a6ba0e1697', N'402885e9812f585201812f5852920000', N'name', N'名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'336495117e3a31351fed6963b950dddb', N'402860816bff91c0016bffa220a9000b', N'inside_transfer', N'内部工作调动情况', N'inside_transfer', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'37', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34138092d743d4232341a920efd2699e', N'402880eb71d52dc30171d52dc3a10000', N'name', N'名称', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserName}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'343e4f0750bd705b8d90c931e8091ae3', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'rel_user', N'关联记录', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'id', N'ces_shop_goods', N'name,price,chuc_date', N'link_table', N'', N'120', N'', N'0', N'{"showType":"card","multiSelect":false,"imageField":""}', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-10-14 12:11:45.0000000', N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'345c8b48e1e128e77c4c6e2b36512804', N'402860816aa5921f016aa5dedcb90009', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'2', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34625a911b39e0596690c1a15f784448', N'402880e570a5d7000170a5d700f50000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3489a6451bbbcabc0f39ca04b0dd62f2', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34ecf29484ffd4b287bd34b52cf89775', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'name', N'name', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'351faaeb2dd8105e9c66f678211c9d4f', N'dbf4675875e14676a3f9a8b2b8941140', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'35417ba3993afe3405e1e0b9abbd7e1b', N'402880e5721355dd01721355dd390000', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'354b2ce39c5e8ec3f0bbb01bf8ff0fb7', N'32f75e4043ef4070919dbd4337186a3d', N'content', N'描述', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-04-11 10:15:31.0000000', N'2019-03-28 15:24:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'35ca1c8aa1501bc8a79c880928841f18', N'402860816aa5921f016aa5921f480000', N'update_by', N'修改人id', N'update_by', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'11', N'admin', N'2019-05-11 15:31:55.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3635793767371c6db9f76b4b79f9d321', N'402860816bff91c0016bff91d8830007', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'36de6b200a489f1fedc8cdbebfa264ee', N'553a4172fde446419cb602dc70f9ee67', N'bmxz', N'部门选择', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'sel_depart', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'24', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'370a6eebc2d732eaf121fe0830d853a6', N'e5464aa8fa7b47c580e91593cf9b46dc', N'wl_code', N'物料编码', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3722bec99d589389c6b974accd87b060', N'402881fd812267500181226787d90001', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'37462a4d78968d0e432d746423603b81', N'3d447fa919b64f6883a834036c14aa67', N'province', N'省份', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'{table:''sys_category'',txt:''name'',key:''id'',linkField:''city,area'',idField:''id'',pidField:''pid'', condition:" pid = ''1230769196661510146'' " }', N'', N'link_down', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'375957774c7d424ce9a58d84d4c4387f', N'553a4172fde446419cb602dc70f9ee67', N'yhxz', N'用户选择', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'sel_user', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'25', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'37e2548874f09ef7d08642a30bc918fa', N'fbc35f067da94a70adb622ddba259352', N'group_name', N'小组名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3816bb487c6665a5f2ae7a4dbcbc9095', N'd35109c3632c4952a19ecc094943dd71', N'sel_table', N'下拉字典表', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'sys_user where username like ''a%''', N'realname', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'19', N'admin', N'2021-08-18 15:53:31.0000000', N'2021-07-01 12:29:11.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'391e7cbd9f29743b11bb555c50547b1f', N'32f75e4043ef4070919dbd4337186a3d', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'393227a51251906a91f4e05a095eb1ba', N'553a4172fde446419cb602dc70f9ee67', N'markdown', N'markdown', NULL, N'0', N'1', N'1', N'Blob', N'0', N'0', NULL, N'', N'', N'', N'markdown', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'27', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'396c36fa5320975851d06772d10ea7b1', N'cb2d8534a2f544bc9c618dd49da66336', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3aa68a2f643efa4e4959c1e12d602c44', N'd0c0871f48f64288bb5683145b1572a7', N'salary', N'工资', NULL, N'0', N'1', N'1', N'double', N'10', N'2', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3aa6c41ffd2cd6321f91f60e6c6b7191', N'402881fd812267500181226787d90001', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3acd1b022fd8cb6b99534161fa3d6a24', N'd35109c3632c4952a19ecc094943dd71', N'ceck', N'checkbox', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'checkbox', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2021-08-18 15:53:31.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3b439859f98e30e34d25e983eb22e408', N'402860816bff91c0016bff91c7010001', N'award_time', N'获奖时间', N'award_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3b58113b06cf46e00b75ba453608cdfa', N'd0c0871f48f64288bb5683145b1572a7', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3b67be0187044a0d023fc2c4c7eceabc', N'402881e6760269a20176026d25650002', N'bonus_money', N'奖金', N'bonus_money', N'0', N'1', N'1', N'double', N'10', N'2', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3bf44e68de518f3ddf72b87671d0ff90', N'8994f2817b5a45d9890aa04497a317c5', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3c74df163f36d1ac61af6811d2569d6c', N'f9fb8bee1a64472889d077c757b9acc7', N'ds', N'ds', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3cd2061ea15ce9eeb4b7cf2e544ccb6b', N'd35109c3632c4952a19ecc094943dd71', N'file_kk', N'附件', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'file', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-06-10 20:06:57.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3cfd4d60c7d8409ae716a579bcb0910d', N'402860816bff91c0016bff91c0cb0000', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'16', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3d72550564009a430d8d9099f47c4a05', N'553a4172fde446419cb602dc70f9ee67', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3e32f6c30c9028872388f70743c5d6a5', N'402860816bff91c0016bff91c0cb0000', N'reason', N'申请理由', N'reason', N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3e70d1c516c3533c6698300665c669e1', N'402860816bff91c0016bff91c0cb0000', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:31.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3ec32a1cb7e0937989e6ac0052182d46', N'd0c0871f48f64288bb5683145b1572a7', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3ef0a9ed04605267f7fa304a8c353576', N'05a3a30dada7411c9109306aa4117068', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'tj_user_report', N'name', N'popup', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3eff1d21b946e23d7f83de977962d9cf', N'402880eb71d61d3d0171d61d3de30000', N'main_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3f2ace8f968a0e5b91d1340ee2957cda', N'402860816bff91c0016bff91d8830007', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3f7f7720ee65648cb2850fccedf7be9d', N'53a3e82b54b946c2b904f605875a275c', N'contents', N'商品简介', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3f9deca6c193f0b2609113713956ad19', N'86bf17839a904636b7ed96201b2fa6ea', N'order_main_id', N'订单ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'ces_order_main', N'id', N'11', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3fab15057918efd10650bd31b1dd10cc', N'553a4172fde446419cb602dc70f9ee67', N'ldzuy', N'联动组件一', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N' { table: "sys_category", txt: "name", key: "id", linkField: "ldzje,ldzjs", idField: "id", pidField: "pid", condition:"pid = ''0''" }', N'', N'link_down', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'29', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3fed00db3750956f00a2dfa3b98b8c32', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'40471eb4560bf0bbd2ffef17d48a269d', N'dbf4675875e14676a3f9a8b2b8941140', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'404b516d4f2229f292783db595b02ba1', N'402860816bff91c0016bff91d8830007', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'405de5ea82e54138a0613dd41b006dfb', N'56870166aba54ebfacb20ba6c770bd73', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'40675bb9f053aabf8823ddf4b5389141', N'b81de38db24047b497d476516f8a0865', N'aa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4164314d6a51d100169a29872b7504d8', N'402860816bff91c0016bff91ca7e0002', N'cert_time', N'发证时间', N'cert_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'41b80b89de0ceb609eb016dacf106ef8', N'553a4172fde446419cb602dc70f9ee67', N'shq', N'省市区', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'pca', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'28', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'41d4215c01b0d26871f2cb83d3e532ae', N'402860816bff91c0016bff91c0cb0000', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-19 15:35:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'422a44a15fa39fd57c3c23eb601f7c03', N'56870166aba54ebfacb20ba6c770bd73', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'42cccfa014c9e131a0a1b23f563d3688', N'402860816bff91c0016bffa220a9000b', N'sex', N'性别', N'sex', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4312f618c83e07db82e468b81a1eaa45', N'402860816bff91c0016bffa220a9000b', N'photo', N'照片', N'photo', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'20', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4355aaad8679a1adf8578b20310e93c1', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'435b57180fc995e3c4ec42516963bca3', N'4028839a6de2ebd3016de2ebd3870000', N'wl_code', N'物料编码', N'wl_code', N'0', N'1', N'1', N'string', N'60', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'6', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'44bdc595f1e565fc053e01134b92bb47', N'd3ae1c692b9640e0a091f8c46e17bb01', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'44dbe1930beffdb0c1d11f4ecabc6999', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'cc', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-14 12:11:45.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'44e81e24d2384b0f187e8f69eda55390', N'402860816bff91c0016bff91cda80003', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'45c0a1a89a1e2a72533b9af894be1011', N'27fc5f91274344afa7673a732b279939', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'45d59eb647257fcbcb9d143ff1ba2080', N'deea5a8ec619460c9245ba85dbc59e80', N'pro_type', N'产品类型', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-23 20:54:08.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'469b250595f15dfebe69991d72e4bfb2', N'e9faf717024b4aae95cff224ae9b6d97', N'name', N'员工姓名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46be01bef342519e268902d0d36a7473', N'deea5a8ec619460c9245ba85dbc59e80', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46c13ceab79269d151c975bf11847a2e', N'553a4172fde446419cb602dc70f9ee67', N'ldzjs', N'联动组件三', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'31', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46f1a875f86a4f48d0540ad0d5e667d7', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'470a3a02210932c55950cd673c50705b', N'553a4172fde446419cb602dc70f9ee67', N'geshu', N'integer类型', NULL, N'0', N'1', N'1', N'int', N'9', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'34', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'475e9f576947eea0ca829b7ba8e8c2ea', N'250b367a342a451e9d9baeaebf8394e2', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'47c21a6b45e59a6b70bb9c0cc4510a68', N'1acb6f81a1d9439da6cc4e868617b565', N'integral_val', N'积分值', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'47fa05530f3537a1be8f9e7a9e98be82', N'd35109c3632c4952a19ecc094943dd71', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4851697fdf63709d2bc7451b7415f4af', N'32f75e4043ef4070919dbd4337186a3d', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'485a8ddce2c033f88af674ec98b68e32', N'402860816bff91c0016bffa220a9000b', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'40', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4863e3b3e632a254ad3b2ec873767bcb', N'b493c5fd4fa64a3a84e74ee171763e37', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4915d2d2341a2ecd12bc9e47a9c5b609', N'971d999a5bbd401483aa15f0b548f82c', N'name', N'订单号', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'492a462b212fc34b0ee70e872684ed7e', N'7ea60a25fa27470e9080d6a921aabbd1', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'499a5dac033a01ce58009e4c5b786697', N'e9faf717024b4aae95cff224ae9b6d97', N'age', N'员工年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'49cd3dbd4f7f7cf0d19b1ee1045cfa69', N'e67d26b610dd414c884c4dbb24e71ce3', N'post_code', N'岗位编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4ad94222c025b56fb0833a88a1514aeb', N'86bf17839a904636b7ed96201b2fa6ea', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4b06a015c7b3038ac7fd38c4f6209d4c', N'250b367a342a451e9d9baeaebf8394e2', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4b136f953675fffcc1b6d7d6d414d57e', N'402880eb71d61d3d0171d61d3de30000', N'date', N'日期', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{date}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4b1d4d7a1c1f7d5b99ae6c6a6d91b403', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'dated', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4ba7c553ca4babcec75273c531cd65e1', N'402860816bff91c0016bff91cfea0004', N'workplace', N'工作单位', N'workplace', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c17487e6944555ec05781cd085add08', N'553a4172fde446419cb602dc70f9ee67', N'create_time', N'创建时间', NULL, N'0', N'1', N'1', N'Datetime', N'50', N'0', NULL, NULL, NULL, NULL, N'datetime', NULL, N'120', N'n6-16', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c2cba9fc950333421c4193576b8384d', N'32f75e4043ef4070919dbd4337186a3d', N'salary', N'工资', NULL, N'0', N'1', N'1', N'double', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-28 15:24:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c4f4067fa31737f3ff9e088130ef793', N'4adec929a6594108bef5b35ee9966e9f', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'{{ 2 }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c570c5cf05590348e12621ca62773cf', N'402860816aa5921f016aa5921f480000', N'name', N'请假人', N'name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'2', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4cacfa054e96791ab938b5c8f8e02cd1', N'27fc5f91274344afa7673a732b279939', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2019-07-01 16:28:20.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4d0b04cbb7db89b5468f32edafb610bc', N'402881fd812267500181226750e90000', N'good_type_id', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'0', N'ces_shop_type', N'id,pid,name,has_child', N'sel_tree', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4dc3f7e772564de45773a8379adc4335', N'3b5e18da618247539481816995b6bf9f', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4e3760f9068aee4318123d85fbf2ebf9', N'53a3e82b54b946c2b904f605875a275c', N'good_type_id', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'0', N'ces_shop_type', N'id,pid,name,has_child', N'sel_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:51:42.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4f718d95ad9de33eac18fd0663e4c1f1', N'32f75e4043ef4070919dbd4337186a3d', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4f7cba71de7afe6efbd024f5f9935521', N'402860816bff91c0016bff91cda80003', N'to_time', N'截止时间', N'to_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4faa7848b92f05bcb3cf03de34af9ff2', N'cb2d8534a2f544bc9c618dd49da66336', N'ddd', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'50552383ac67ed56760fb8c84d01de9e', N'553a4172fde446419cb602dc70f9ee67', N'xlss', N'字典表下拉搜索框', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'username', N'sys_user', N'realname', N'sel_search', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'20', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'506c9b0b2331a24e5c284274d28fe569', N'27fc5f91274344afa7673a732b279939', N'kkk', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'508eb28e1409a2a9501cdf6fd7eb24c7', N'dbf4675875e14676a3f9a8b2b8941140', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'509a4f63f02e784bc04499a6a9be8528', N'd35109c3632c4952a19ecc094943dd71', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'50a1fc04f08226f0e29a62e39d2f87fc', N'402881fd812267500181226787d90001', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'50b8585d83c76c054e15df3ed36974e8', N'f41141ce64c74db6a58d60e7864edee6', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'519f68557b953fc2d38400182b187366', N'402860816bff91c0016bffa220a9000b', N'residence_type', N'户籍类别', N'residence_type', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'52241dbe405db36d2960765e061c117c', N'553a4172fde446419cb602dc70f9ee67', N'yuanjia', N'double类型', NULL, N'0', N'1', N'1', N'double', N'6', N'2', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'33', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5237e186de11017ee52d3c344f450b3b', N'f9fb8bee1a64472889d077c757b9acc7', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'524d75f1e4fed1167c80477658290ddf', N'402881fd812267500181226787d90001', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', NULL, NULL, N'7', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'52975c3f03325de8233d3459b2230b09', N'f9fb8bee1a64472889d077c757b9acc7', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'52ee861bc1b62cd8e4f10632b3d9d1b2', N'79091e8277c744158530321513119c68', N'name', N'顺序会签标题', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'548558a3839ab510fc379ab7ac574e19', N'971d999a5bbd401483aa15f0b548f82c', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5531fb261c77e9d12f7cca1af528f70a', N'05a3a30dada7411c9109306aa4117068', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'553a250fb89de39e4ba9f8450fd72ade', N'05a3a30dada7411c9109306aa4117068', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'555f9d43db20204128d76e22226ca36e', N'402881e6760269a201760269a2af0000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5562a7242e4978f02e6d3a08d5828bbf', N'53a3e82b54b946c2b904f605875a275c', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5562ad3165b1399f97a48f5f06d7fa06', N'3b5e18da618247539481816995b6bf9f', N'ccc', N'cc', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'55ee63fe34f0b666078e6af940bee222', N'feea98637c2144caae7c5d56a815a245', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'566db879e54b175b20195ca284e76eec', N'402881fd812267500181226750e90000', N'chuc_date', N'出厂时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56a7800e4e476812c74217c2aad781aa', N'32feeb502544416c9bf41329c10a88f4', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56cd0a76f922bf76d982b24a509e4782', N'4028839a6de2ebd3016de2ebd3870000', N'create_time', N'创建日期', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'3', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56e247f12d62b49cd9bd537e3efecf16', N'402860816bff91c0016bff91c0cb0000', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'57552a4f0b7b5c096ab8985ced57cc7d', N'cb2d8534a2f544bc9c618dd49da66336', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'57a310e3dd6dfa2b66a851318b4f7ebc', N'd0c0871f48f64288bb5683145b1572a7', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'581d8e8ce270b762458121b1dea0be9a', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'588400f6ebcdd0bc9bb560dd36636af9', N'e2faf977fdaf4b25a524f58c2441a51c', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'58a96f945912d33b64ebf5dee98156dc', N'402860816bff91c0016bffa220a9000b', N'mobile', N'手机号', N'mobile', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'19', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'58eea85add4788b83c893092434bc413', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'59ae1e853668c676e85329aa029c68a6', N'402860816bff91c0016bff91c0cb0000', N'status', N'状态(1:申请中 2:通过)', N'status', N'0', N'1', N'1', N'string', N'2', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a043c7ae042e48f50d1fb0bb3d760a8', N'402880eb71d61d3d0171d61d3de30000', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a1ab458d88bb766f92c3d791495cdcd', N'402860816bff91c0016bff91d2810005', N'age', N'年龄', N'age', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a48150409b0960173f091558d1611d0', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a4ef083dd572114aeb581b6828de545', N'402860816bff91c0016bff91c7010001', N'award_name', N'获奖名称', N'award_name', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a621f27aa443fe9eccc73717e4fa172', N'4028318169e81b970169e81b97650000', N'method', N'请求java方法', N'method', N'0', N'1', N'1', N'string', N'500', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'8', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a655b208d6318ed02f236f15a319b5f', N'fbc35f067da94a70adb622ddba259352', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a6f88710c49bbe8e2e0ca58e149abad', N'402860816bff91c0016bff91cda80003', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a7ce5af50f28d613d8beea7c866ae0c', N'402881e6760269a20176026d25650002', N'update_by', N'修改人', N'update_by', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'14', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5ab702dbc37d6fd8d3a1093fda7223bf', N'53a3e82b54b946c2b904f605875a275c', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5b17ba693745c258f6b66380ac851e5f', N'd35109c3632c4952a19ecc094943dd71', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c25a6636c8d2c93d2859c7db6cb8281', N'553a4172fde446419cb602dc70f9ee67', N'xldx', N'字典下拉多选框', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'urgent_level', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'19', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c64d270eb4ee8ea6bf55c7e4257f162', N'553a4172fde446419cb602dc70f9ee67', N'flzds', N'分类字典树', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'B02', N'', N'', N'cat_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'23', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c76f5ecc774d7339eb0c2199c0052bc', N'402860816bff91c0016bff91c0cb0000', N'biz_no', N'编号', N'biz_no', N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'2', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c8c8d573e01e4f40b5a7c451515e1d2', N'32feeb502544416c9bf41329c10a88f4', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5dfbea516ee2390d712eace5405c5219', N'402860816bff91c0016bff91ca7e0002', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5e4484b7348dc3e59a0c58bdc3828cc0', N'27fc5f91274344afa7673a732b279939', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5e4ac29ac2007ceabf93368330290a42', N'402860816bff91c0016bff91d8830007', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5e729f9823b5cc96c50b0b7c0f07eb05', N'402880e5721355dd01721355dd390000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5f13f7087caa0bbf47e5eba01d0d0443', N'05a3a30dada7411c9109306aa4117068', N'contents', N'请假原因', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'markdown', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5f5ac4d37fd1a3a09e2b19f0d4d99c0f', N'4adec929a6594108bef5b35ee9966e9f', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5f718d8968d908cd2e4de6ee4c74d644', N'402880eb71d61d3d0171d61d3de30000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'60b3b452232904f5a1130348bc1eab53', N'402881e6760269a20176026d25650002', N'sys_org_code', N'所属部门编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'64', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'16', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'60eed6c429cf7796c3f0a17faaed00da', N'b493c5fd4fa64a3a84e74ee171763e37', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6130dbb6d36bab8ee9154e7ab58af34c', N'402880e570a5d7000170a5d700f50000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'617349b18dab429009ccd304fd7d459c', N'4028839a6de2ebd3016de2ebd3870000', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'4', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'61ac54dda5e51ded8dcf95e1cf3f1372', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'61c7a0058c264dd746eb35e6f50fc15b', N'402860816aa5921f016aa5dedcb90009', N'update_time', N'更新日期', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'5', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6232ade7e2a0c1e97e2c0945b32e61b6', N'402860816bff91c0016bffa220a9000b', N'paying_social_insurance', N'是否上社保', N'paying_social_insurance', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'32', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'631a606d35a74c2036a81f27dd16a1a6', N'feea98637c2144caae7c5d56a815a245', N'dd', N'dd', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6352d477b6b2751780c5852e92d0daa6', N'402880eb71d61d3d0171d61d3de30000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'635e09afc01aad757faacf1321465c23', N'b81de38db24047b497d476516f8a0865', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'641e74beb228275dc2ca38a977b76c47', N'553a4172fde446419cb602dc70f9ee67', N'nyrsfm', N'年月日时分秒', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'646c4ab69cf694d6c8797db6f684301a', N'250b367a342a451e9d9baeaebf8394e2', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'10', N'2', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6490a98dccb6df218feaeb4ce11bc03b', N'402860816aa5921f016aa5921f480000', N'update_time', N'修改时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'10', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'654362725195829005036b3db47ec826', N'402860816bff91c0016bffa220a9000b', N'post', N'职务', N'post', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'656ec51bb57da5a47076f8a26053bbbb', N'553a4172fde446419cb602dc70f9ee67', N'zdmrz', N'自定义查询', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'1', N'1', N'1', N'1', N'0', N'single', N'', N'', N'37', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'1', N'', N'sex', N'', N'list', N'1', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6603058186832c4ff9e8c6e43baa5c3d', N'86bf17839a904636b7ed96201b2fa6ea', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'66a7ef842bc34e105a90186e48167ef2', N'dbf4675875e14676a3f9a8b2b8941140', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'671e62c685bc86bde3cef0e023418fb4', N'05a3a30dada7411c9109306aa4117068', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'686dea2621feadcd9b4c611df046adb4', N'86bf17839a904636b7ed96201b2fa6ea', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'68769fa7e4696e3a28f4cecf63076b7b', N'402860816bff91c0016bff91ca7e0002', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'68861523516849eff46a0df045f1031b', N'402881e6760269a201760269a2af0000', N'birthday', N'时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'13', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'69666f21896136af16a6303aff440156', N'402860816bff91c0016bffa220a9000b', N'nation', N'民族', N'nation', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'69d11490788fecfc9fb7d74bf449ba86', N'32f75e4043ef4070919dbd4337186a3d', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6a0082c8ffbae092e99689520f1c83f7', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6a30c2e6f01ddd24349da55a37025cc0', N'd35109c3632c4952a19ecc094943dd71', N'top_pic', N'头像', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-06-10 20:06:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6ab2e3d9b944701b405fb1a5ed167012', N'86bf17839a904636b7ed96201b2fa6ea', N'zong_price', N'单品总价', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6b21f5239671023ca769b6717a51130e', N'402880eb71d61d3d0171d61d3de30000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6b6f3aa00b8e73fb785154e795189739', N'402860816aa5921f016aa5dedcb90009', N'start_time', N'会签发起时间', N'start_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6beb40bdd28af22e06b26640bc0c3f4d', N'3b5e18da618247539481816995b6bf9f', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6c35eb97737e9f86279939d264454a94', N'86bf17839a904636b7ed96201b2fa6ea', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6cfb5acbbb69782bf0c7043b53f595b2', N'402860816bff91c0016bff91cda80003', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d03a7774a50c6e6f76dbc7a8269beba', N'3b5e18da618247539481816995b6bf9f', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d4a4414b55ad5b6f31c8fb327dad834', N'09fd28e4b7184c1a9668496a5c496450', N'address', N'常用地址', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6e5c9d8e8b7eb6980ec246cb813b180b', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6ed8d9acef3cccd1b8fd659b3b538023', N'53a3e82b54b946c2b904f605875a275c', N'price', N'价格', NULL, N'0', N'1', N'1', N'BigDecimal', N'10', N'5', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6edce6cf880cf68d4d7812076e274610', N'402881fd812267500181226750e90000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6f38a07ea2b1065315a6b89a02af5bb4', N'3b5e18da618247539481816995b6bf9f', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6f47a2e4426e7d63c223803b1ecbe790', N'553a4172fde446419cb602dc70f9ee67', N'update_time', N'更新时间', NULL, N'0', N'1', N'1', N'Datetime', N'50', N'0', NULL, NULL, NULL, NULL, N'datetime', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6f73e96a659c200c083006b6fce1f043', N'402860816bff91c0016bff91ca7e0002', N'cert_name', N'证书名称', N'cert_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71197d255e05c9f6db67fd30380953c7', N'402881e6760269a201760269a2af0000', N'sel_mut', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7154c75d754a5f88bef2b68829baf576', N'4028318169e81b970169e81b97650000', N'operate_type', N'操作类型', N'operate_type', N'0', N'1', N'1', N'string', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'4', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71afb00a1971125ecfa13b4dfa49665e', N'402860816bff91c0016bff91cfea0004', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71d5b0675df5aba71688c9d7d75cccee', N'4028318169e81b970169e81b97650000', N'log_type', N'日志类型(1登录日志,2操作日志)', N'log_type', N'0', N'1', N'1', N'string', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'2', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71e9ab74dae687837365e50eed090591', N'1acb6f81a1d9439da6cc4e868617b565', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7280c56a210e6a47794fda855d0c6abb', N'fbc35f067da94a70adb622ddba259352', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'72e784af5c47bbbc0534b29bf656bd61', N'4028839a6de2ebd3016de2ebd3870000', N'id', N'主键', N'id', N'1', N'0', N'1', N'string', N'36', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'group', NULL, NULL, N'1', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7365f05f551092716223d5d449efd8c7', N'beee191324fd40c1afec4fda18bd9d47', N'name', N'ss', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'73d3b57df0c6cf15c21970f4dd979319', N'402880e5721355dd01721355dd390000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'73dc6089556f3446e39d42df3dedb2db', N'402880e570a5d7000170a5d700f50000', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'742329ccdb185cf5d3e0b5b0c05dcffa', N'402860816bff91c0016bffa220a9000b', N'interest', N'兴趣爱好', N'interest', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'34', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'744444a7ada3bbb05c6b114b5ba0d477', N'402860816aa5921f016aa5dedcb90009', N'id', N'id', N'id', N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'74af99545de724a4abd2022581a36026', N'fb7125a344a649b990c12949945cb6c1', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'756b07656386dbd91245f7ffda32ae61', N'402860816bff91c0016bff91d8830007', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'75841fa7c75ebdc94655bd5e44fbc9f6', N'402860816bff91c0016bffa220a9000b', N'native_place', N'籍贯', N'native_place', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'75ba781c67711bed71bba1c3e3c68e11', N'8994f2817b5a45d9890aa04497a317c5', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'75e82f151e8cc12455f7f0d25bf4dac0', N'4028839a6de2ebd3016de2ebd3870000', N'wl_name', N'物料名称', N'wl_name', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'7', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7639c1bc4327f1f674ffeab2ca261134', N'32f75e4043ef4070919dbd4337186a3d', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'766ca866b72d118f5d8883de46a8c043', N'4028839a6de2ebd3016de2ebd3870000', N'supplier', N'供应商', N'supplier', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'15', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'76c64fdb02faecd86c817cbb58d293c2', N'402881e6760269a201760269a2af0000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'773910592db75466ccb080797cd66e7a', N'553a4172fde446419cb602dc70f9ee67', N'price', N'单价', NULL, N'0', N'1', N'1', N'BigDecimal', N'10', N'2', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7750ea46d98233d93c0be7069bb0fd34', N'402885e9812f585201812f5852920000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'77d71d97f897e31a6736bc3f373ffec6', N'250b367a342a451e9d9baeaebf8394e2', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78a40344207c791b8d7ac7de721ce1c4', N'79091e8277c744158530321513119c68', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78aefe7ee0f45dcc55859e40ae19a17f', N'971d999a5bbd401483aa15f0b548f82c', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78eb7e3b77cd49f9acb9b024cfe834e1', N'402860816aa5921f016aa5dedcb90009', N'create_time', N'创建日期', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'3', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78fd804d93dc716fd8c2ccc45f788565', N'fb7125a344a649b990c12949945cb6c1', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'790c9f3dba773ed9a6ea3ad627393f57', N'402860816bff91c0016bffa220a9000b', N'archives_location', N'档案所在地', N'archives_location', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'36', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7a665ed90ef64b4d65632c941e5795b2', N'4b556f0168f64976a3d20bfb932bc798', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2019-04-12 23:38:29.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7a697e4053445f07ad1a56a246f593e7', N'86bf17839a904636b7ed96201b2fa6ea', N'good_name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b4c181e4ebd76022f75535ed6fd9de3', N'4adec929a6594108bef5b35ee9966e9f', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b642d983ac06bfef91edde2c932dbe7', N'1acb6f81a1d9439da6cc4e868617b565', N'xg_shangxian', N'选购上限', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b6fe525c26b7085c13e32e94c90aff9', N'553a4172fde446419cb602dc70f9ee67', N'province', N'输入2到10位的字母', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'^[a-z|A-Z]{2,10}$', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'36', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b849e57debfb889caea5e0fef09062b', N'beee191324fd40c1afec4fda18bd9d47', N'sex2', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7beb639aa9ffda07edb5ce1e49c2287f', N'402860816bff91c0016bff91d2810005', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7bf091da401b74d55b107fe9f930ea54', N'4028839a6de2ebd3016de2ebd3870000', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'2', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7c6aecc377816c69147f1193b17dfcc5', N'e9faf717024b4aae95cff224ae9b6d97', N'sex', N'员工性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7c8c5f45cb994038a51febdb0112a995', N'553a4172fde446419cb602dc70f9ee67', N'jycs', N'唯一检验', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'only', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'35', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7ca2ae42e686e917f766edd2570c5141', N'553a4172fde446419cb602dc70f9ee67', N'shijian', N'时间', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'time', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'15', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7cadf4e0be0b173bb5b8d39613e25190', N'402860816bff91c0016bffa220a9000b', N'residence_postcode', N'户籍邮编', N'residence_postcode', N'0', N'1', N'1', N'string', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'29', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7cce797000cec08416fb027d1a4013cb', N'402881e6760269a20176026d25650002', N'sex', N'性别 {男:1,女:2}', N'sex', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7cdbe0d563e15f3fb1fb32d996fe4ba7', N'3d447fa919b64f6883a834036c14aa67', N'area', N'区', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7d107728408c21ece332406a21f2d692', N'402860816bff91c0016bff91cfea0004', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7d27d79157dff60f847d98cbc4e66e81', N'b493c5fd4fa64a3a84e74ee171763e37', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7e066f60680158d47b328ef519d80e49', N'beee191324fd40c1afec4fda18bd9d47', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7e331396f6e544ae801690cf475e7615', N'402881e6760269a201760269a2af0000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7e5013b8a3e970fdcef2b577829bfa83', N'402881fd812267500181226750e90000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7f10901c6ade3aa9d9ff46ed7039c70f', N'1acb6f81a1d9439da6cc4e868617b565', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7f610ecd480210d2d12ce6eb47f261f0', N'402881fd812267500181226787d90001', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'809a9fafe0b79c9997de32cb6e831c6f', N'05a3a30dada7411c9109306aa4117068', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8119d3de514092232935b038531828c5', N'05a3a30dada7411c9109306aa4117068', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'813a5ebf7335309c7edb3803f7e4b204', N'402880e570a5d7000170a5d700f50000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'817cc5e277e88164dffd4caee1169276', N'56efb74326e74064b60933f6f8af30ea', N'remark', N'备注', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'81a58dda061385fc8a4ccc482647bf5c', N'971d999a5bbd401483aa15f0b548f82c', N'ddd', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'81ed9556c9fda1bbb46d94a53a6c90c7', N'402860816bff91c0016bff91c0cb0000', N'depart_name', N'部门名称', N'depart', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'825e5e14598ac43d024b1b3989aee33d', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-14 12:11:45.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'82ac28d632eb5d75ce4bfb68459c58bc', N'553a4172fde446419cb602dc70f9ee67', N'zddtjxlss', N'字典表带条件下拉搜索', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'sel_search', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'46', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'83764a3d17590f5a69047295803eaa07', N'feea98637c2144caae7c5d56a815a245', N'cc', N'cc', NULL, N'0', N'1', N'1', N'double', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'838622bc247b35606e95ddcc079f70f4', N'f9fb8bee1a64472889d077c757b9acc7', N'nn', N'nn', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'840343a59a8e705821d393506c2bc1fe', N'402880e570a5d7000170a5d700f50000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8419278effeb3a6531247fbfdb3b10e3', N'402881e6760269a201760269a2af0000', N'user_sel', N'选择用户', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'sel_user', N'', N'120', NULL, N'0', N'', N'#{sysUserCode}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'18', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8422485e1cbf4455f9ded7d0af59379c', N'402860816bff91c0016bff91cfea0004', N'to_time', N'截止时间', N'to_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'843c14e8c8709eb13014303671192ae4', N'402881fd812267500181226787d90001', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'844334fbd9dc9bd87682d7058ee65bcb', N'553a4172fde446419cb602dc70f9ee67', N'mi_ma', N'密码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', NULL, N'', N'', N'', N'password', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'845c70568d44a074f067d6d277950525', N'402860816bff91c0016bffa220a9000b', N'entrytime', N'入职时间', N'entrytime', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'23', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'845f20dcbcb3cae414387203a8c70f1d', N'553a4172fde446419cb602dc70f9ee67', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'1', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8529ddaed8d5f3d9084e873203d55cac', N'402860816bff91c0016bffa220a9000b', N'marital_status', N'婚姻状况', N'marital_status', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'24', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'856ee397107030b20081d412979e336a', N'402885e9812f585201812f5852920000', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'857a0daa9cd8a058f2f15fc7c5fb3571', N'402860816bff91c0016bffa220a9000b', N'email', N'邮箱', N'email', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'17', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'85e43fa87074845f86cf52606a23a57c', N'b81de38db24047b497d476516f8a0865', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8652ca69a947fd4c961a3ac7c0fa252a', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'867b7947db161541ad7f4d0b2127d793', N'553a4172fde446419cb602dc70f9ee67', N'tupian', N'图片', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'', N'', N'', N'image', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86bbafef5683674a736cf7241c458d44', N'27fc5f91274344afa7673a732b279939', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86c598da4f5a3dd3e82e1d9f38d06747', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86d21d37e3a210a4204a88d154e1c48b', N'402885e9812f585201812f5852920000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'0', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86e0f3a8f31c60698157f139ed993954', N'402860816bff91c0016bffa220a9000b', N'having_reserve_funds', N'是否有公积金', N'having_reserve_funds', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'33', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86f29e9919766e0d1128263608c016a0', N'997ee931515a4620bc30a9c1246429a9', N'type_name', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'873e2bb041b17bff77d3aca72900ea1b', N'56870166aba54ebfacb20ba6c770bd73', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'${shop_order_num}', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8756fbb5c23a0258e029e0cb3c0a045c', N'402880e5721355dd01721355dd390000', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'877391ae770a4ce2c95181ef410982ce', N'4028318169e81b970169e81b97650000', N'request_param', N'请求参数', N'request_param', N'0', N'1', N'1', N'string', N'255', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'10', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'87e82e3c723a6abb020122babdac6bd1', N'8994f2817b5a45d9890aa04497a317c5', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'87f7a2703c5850f0b063dd866d0e2917', N'402860816bff91c0016bffa220a9000b', N'birthday', N'出生日期', N'birthday', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'87fafe1a4a8a626e3875697574c19f15', N'402860816bff91c0016bff91d2810005', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'883265736ad6db0c98a7517d1f4a2488', N'402880eb71d52dc30171d52dc3a10000', N'main_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-05-02 19:37:59.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'88a12570e14c9f6f442e731ae5ad0eb1', N'beee191324fd40c1afec4fda18bd9d47', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'88de72456c03410c364c80095aaa96eb', N'd35109c3632c4952a19ecc094943dd71', N'pop', N'弹窗', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'15', N'admin', N'2021-08-18 15:53:31.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'89370ae67e241fa5d1e47d22adeaca7b', N'402880eb71d52dc30171d52dc3a10000', N'date', N'日期', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{date}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'89ab9eedbac6141e7a0df6d37a3655d0', N'e67d26b610dd414c884c4dbb24e71ce3', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a24fb45e2af120c253c8b61c0085f7a', N'402860816bff91c0016bff91cda80003', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a2f97fde739720e86fbcd3ce311c037', N'09fd28e4b7184c1a9668496a5c496450', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a6440c447ca97b1ceac40fa8576044e', N'3b5e18da618247539481816995b6bf9f', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a9d6bbbe45fd3539a8cb3ba2cee470a', N'402881e6760269a201760269a2af0000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ac8a0c0087469a4e7579229ff17f273', N'e5464aa8fa7b47c580e91593cf9b46dc', N'jifen', N'合计积分', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8b0d9ecfe8d44282b973cd56bd99f1a8', N'553a4172fde446419cb602dc70f9ee67', N'xiala', N'字典下拉', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8bd4deadc9e96c1a6d7abd77033105f6', N'e67d26b610dd414c884c4dbb24e71ce3', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c10f1728f8aa4f0a650af5a6856ccaa', N'f9fb8bee1a64472889d077c757b9acc7', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c1b6fff73650b8650947c2a29c63492', N'402881e6760269a201760269a2af0000', N'sex', N'下拉框', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c4f4e151639f85bdf4a53f988588dc9', N'402881fd812267500181226787d90001', N'contents', N'请假原因', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'markdown', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c6518fec11fc4769ba4eb770c9e00f7', N'4028839a6de2ebd3016de2ebd3870000', N'integral_val', N'积分值', N'integral_val', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'11', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ca56210938fbe649f840e505eb9fd41', N'56870166aba54ebfacb20ba6c770bd73', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e080f4ded1e3b2a1daa5b11eca4a0ff', N'4adec929a6594108bef5b35ee9966e9f', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e1212df6a94ed8f5102a327564e5af6', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'name', N'分类名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e131d4a438c907b3272474780be7603', N'402880eb71d52dc30171d52dc3a10000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e1e4cb5c41ba685c48ebabf0aacc469', N'402880eb71d61d3d0171d61d3de30000', N'name', N'名称', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserName}', N'0', N'1', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ea43fd1e4ce82becee61b2f1e2e843f', N'32feeb502544416c9bf41329c10a88f4', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8f1d302868640b72cef52171a023a203', N'e9faf717024b4aae95cff224ae9b6d97', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8f3e6fb68179c690f748f3c541fb50f1', N'7ea60a25fa27470e9080d6a921aabbd1', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8f6810b315b5101bea9d3de4d2400edd', N'553a4172fde446419cb602dc70f9ee67', N'zddtjdx', N'字典表带条件单选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'radio', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'43', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8fc0be84bed1216635c69af918e097ff', N'402860816aa5921f016aa5dedcb90009', N'name', N'并行会签标题', N'name', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'903c33f7d18175a269b783cd4288216f', N'402881e6760269a20176026d25650002', N'update_time', N'修改时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'15', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'909b3de0c8a48a21ef8cf98eb4831689', N'56efb74326e74064b60933f6f8af30ea', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'90a822b8a63bbbc1e9575c9f4e21e021', N'd35109c3632c4952a19ecc094943dd71', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'90f39a6e29dae2e1fbb59d7d605f7c09', N'1acb6f81a1d9439da6cc4e868617b565', N'iz_valid', N'启用状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'air_china_valid', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'918b8d661e480624713ddcff1bdda4f4', N'402881e6760269a20176026d25650002', N'birthday', N'生日', N'birthday', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'91be98b96dea1528abc943f9f131fd16', N'402880e570a5d7000170a5d700f50000', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'91f639f35ef9175d5925e05a6cda03ca', N'250b367a342a451e9d9baeaebf8394e2', N'order_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'ceshi_main001', N'id', N'9', NULL, NULL, N'2022-10-14 15:40:00.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'91f7cd9b59c0da033363f8a09b02ec96', N'3d447fa919b64f6883a834036c14aa67', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'921cc5a92a79e1e21e9e631a1b7f3fbd', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2020-05-07 22:46:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9341a3b2a734d8c73455c136e1cac8ad', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'8', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9370c9304af30b8d29defe0a5ada6e5b', N'62e29cdb81ac44d1a2d8ff89851b853d', N'DC_DDSA', N'DD', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9371f61d39c5d57ddb0a2db96b2e2412', N'402860816bff91c0016bffa220a9000b', N'speciality', N'专业', N'speciality', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'15', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'93e8065f4379e896d820ee31954c41bf', N'250b367a342a451e9d9baeaebf8394e2', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-14 15:40:00.0000000', N'2022-10-14 15:39:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'941ef1bddbf91fcd3a437a7a7dd347e7', N'feea98637c2144caae7c5d56a815a245', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'947174892512ea97fafde899d427ea7e', N'402860816bff91c0016bff91c0cb0000', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'94b8bf435175cc545366e11992280757', N'32f75e4043ef4070919dbd4337186a3d', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'94e682cb802777fe4205536888f69353', N'402860816bff91c0016bff91d2810005', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'951c51699d728072d88196d30f7aad10', N'4adec929a6594108bef5b35ee9966e9f', N'address', N'地址', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'{{ demoFieldDefVal_getAddress() }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'957386b500be42a200d6a56d54345392', N'deea5a8ec619460c9245ba85dbc59e80', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'960d2847922b61dadeb3518ef55fb0c1', N'1acb6f81a1d9439da6cc4e868617b565', N'wl_name', N'物料名称', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9665f02764774fdd77c19923d3ff3c3e', N'4028318169e81b970169e81b97650000', N'cost_time', N'耗时', N'cost_time', N'0', N'1', N'1', N'string', N'19', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'12', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'966a4988298d5cb0be47848735ce8cb7', N'4028839a6de2ebd3016de2ebd3870000', N'xg_shangxian', N'选购上限', N'xg_shangxian', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'12', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9698964a9e06edf12fc88df976080984', N'09fd28e4b7184c1a9668496a5c496450', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'96c585a4f71e5c38ed25b9741366365b', N'402860816bff91c0016bff91c7010001', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9765efa2cafde6d0ede2215848c9e80b', N'32f75e4043ef4070919dbd4337186a3d', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9874c79ce2e8663867d20ba4a5058ebd', N'553a4172fde446419cb602dc70f9ee67', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'1', NULL, NULL, N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'0', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'98e82cb1595609a3b42fa75c60ac1229', N'402860816bff91c0016bff91d2810005', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9914a0c84805e72c4b6075e36edb13f9', N'402860816aa5921f016aa5921f480000', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'9', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9920ecec9c9109fc6b93e86f8fdfa03b', N'402860816bff91c0016bffa220a9000b', N'depart_name', N'所在部门', N'depart_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'2', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'99b43bbb23237815ebb74b12b4d7ea2f', N'62e29cdb81ac44d1a2d8ff89851b853d', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a462d83210cad30f0e12b98e8a172a7', N'3b5e18da618247539481816995b6bf9f', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a4dc8718000c30953a3923eb7db5096', N'402880eb71d52dc30171d52dc3a10000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-05-02 19:37:59.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a579c506f75f75baf88352a5eb2c249', N'1acb6f81a1d9439da6cc4e868617b565', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'1', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-05-07 16:54:43.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a9516645cbc8147b23333fea76aa2bb', N'b81de38db24047b497d476516f8a0865', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9aa6738443d3d8a67cf50506199d15ad', N'cb2d8534a2f544bc9c618dd49da66336', N'aaae', N'aae', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2020-02-24 17:22:43.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9b66c6501baaef67b35bd41ba7a6a781', N'402881fd812267500181226750e90000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9bd056786694d67666f6924cc225b1a0', N'3d447fa919b64f6883a834036c14aa67', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'0', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9c40fb4db8afed3c682c6b8a732fd69d', N'e2faf977fdaf4b25a524f58c2441a51c', N'post', N'用户岗位', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'post_code', N'air_china_post_materiel_main', N'post_name', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9cc60be30026301b9eafb8c310387f54', N'402880e570a5d7000170a5d700f50000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9ceff249ef81ca6fa145456667c89051', N'4adec929a6594108bef5b35ee9966e9f', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'8', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9d85bafa399f28a40e1de1eeef747223', N'4028318169e81b970169e81b97650000', N'ip', N'IP', N'ip', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'7', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9d88e0661ed4b0969b7f0608a714b14a', N'402881e6760269a20176026d25650002', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'13', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9d89ff1a019f41d80307652041490944', N'32feeb502544416c9bf41329c10a88f4', N'name', N'请假人', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9e50680eb4e79b3af352a5933d239dff', N'dbf4675875e14676a3f9a8b2b8941140', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9f5e10f4b047aa8b2672285c2a80b9c9', N'971d999a5bbd401483aa15f0b548f82c', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a01a7fe5660206e6f407ed98b6c732d6', N'402860816bff91c0016bff91cfea0004', N'phone', N'联系方式', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a029ecf9b943773bdf30a490e9922e45', N'553a4172fde446419cb602dc70f9ee67', N'zdbxldx', N'字典表下拉多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'list_multi', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'41', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a047f542fc3f1eb833593dfffdee5d5d', N'553a4172fde446419cb602dc70f9ee67', N'popback', N'popback', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'22', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a1a2d49b35c185df9f9e149b290aa277', N'56efb74326e74064b60933f6f8af30ea', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a1f5daba36f536e7acf6a939826183b0', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a232d608434d15fcecd8a3f31a9044b2', N'86bf17839a904636b7ed96201b2fa6ea', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a252bbb41322e2d6f0dba3d6af3a26ca', N'f41141ce64c74db6a58d60e7864edee6', N'ccc', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a2baa3a18062f28e3d8a81178027f171', N'402881fd812267500181226750e90000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a3dea64c8009780e213d16c69704c030', N'53a3e82b54b946c2b904f605875a275c', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a3f944e72aae4897f58d453b333a3d0f', N'd0c0871f48f64288bb5683145b1572a7', N'name', N'名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a45eba33810c485b9d8e6f70818a1dfa', N'402860816aa5921f016aa5921f480000', N'bpm_status', N'流程状态', N'bpm_status', N'0', N'1', N'1', N'string', N'50', N'0', N'1', N'bpm_status', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a49126643acde263c484f59fdb38b158', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a4e83c528933fc7d3a4230d4141a5a20', N'553a4172fde446419cb602dc70f9ee67', N'dhwb', N'多行文本框', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'18', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a580da2ed71670c4763a048a3cbd8b53', N'402885e9812f585201812f5852920000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a6471d4fb3dbffef01dab1f7d452bb30', N'27fc5f91274344afa7673a732b279939', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a6722b498602d7d7b5177b16789d8cc1', N'e5464aa8fa7b47c580e91593cf9b46dc', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-24 17:09:48.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a6c428d67bbad26f220794ddfc7c637d', N'b493c5fd4fa64a3a84e74ee171763e37', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a73c0c778af0d398760c67786df451ee', N'402885e9812f585201812f5852920000', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7444c8c7be4fa4a0e18c65d9ea3de37', N'553a4172fde446419cb602dc70f9ee67', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7554b3bcef752f18cb613c9cad11aee', N'f41141ce64c74db6a58d60e7864edee6', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a76f561057ac9e43a8ca09e478a1eab8', N'402860816bff91c0016bff91ca7e0002', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7822f6e4cffb37fc0729cbd4cfd8655', N'32f75e4043ef4070919dbd4337186a3d', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7b6ae09441ce36a14c7ce95f17a218e', N'86bf17839a904636b7ed96201b2fa6ea', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a82ca42a76e9d2b8dae6d57dbb5edb54', N'deea5a8ec619460c9245ba85dbc59e80', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a82d98ba51cecb70b15f68a19953fe7c', N'f41141ce64c74db6a58d60e7864edee6', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a83acbadb64ad5ba87a384dd6eea3117', N'f9fb8bee1a64472889d077c757b9acc7', N'ddd', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a911f8fb8c3004c4573344b9a318b2fa', N'402885e9812f585201812f5852920000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a940adc4585fa3b5bd2114ea9abe8491', N'402860816bff91c0016bff91ca7e0002', N'cert_level', N'证书级别', N'cert_level', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a94f1d7da64f3aa35c32155ea00ccb2f', N'402860816bff91c0016bffa220a9000b', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a9780eace237a15f26931dd6a9ec02e9', N'758334cb1e7445e2822b60e807aec4a3', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a97fec2610584bebe5fda2ba538e3881', N'402881fd812267500181226750e90000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa07931514727913413880b7a2b76dcb', N'd3ae1c692b9640e0a091f8c46e17bb01', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa3c3a780050fac9ffec224c1407f382', N'f41141ce64c74db6a58d60e7864edee6', N'name', N'用户名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa4780601419c21dabb6c42fc511e71c', N'402860816bff91c0016bffa220a9000b', N'have_children', N'有无子女', N'have_children', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'25', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa687ad6911c7797951276271bf9a85b', N'5517e93b148a42a7b82d5f3f94542dcf', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa69456ddf99844f04596514be9df3c4', N'd0c0871f48f64288bb5683145b1572a7', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab10e0aa029ded2f4420a33420de225d', N'1acb6f81a1d9439da6cc4e868617b565', N'wl_code', N'物料编码', NULL, N'0', N'1', N'1', N'string', N'60', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab1f880ba593f3757dac70e003945aa2', N'402860816bff91c0016bff91c0cb0000', N'depart_id', N'部门ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 19:38:45.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab58f43f853fd1f65f83c22966883afb', N'beee191324fd40c1afec4fda18bd9d47', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab7e46d1a9bd6fe87e6cd82140ce997b', N'5517e93b148a42a7b82d5f3f94542dcf', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab8e6f1cca421c5ce395a2c1fdfd2100', N'32feeb502544416c9bf41329c10a88f4', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'abe61a8ddf966a979457b763329a537b', N'e5464aa8fa7b47c580e91593cf9b46dc', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ac91565da5fb8fe43a4da3dec660b25f', N'402860816bff91c0016bff91c7010001', N'award_place', N'获奖地点', N'award_place', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'acff5c8aef3b6288b87fd91215012206', N'e5464aa8fa7b47c580e91593cf9b46dc', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ad061417d5b53c67975eb83657505218', N'73162c3b8161413e8ecdca7eb288d0c9', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ad1ce04b7a384705b088ddf2044563ef', N'971d999a5bbd401483aa15f0b548f82c', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ad93762c6c4a1dd8331e5fa11215b568', N'e2faf977fdaf4b25a524f58c2441a51c', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae31da96f38fc2941cb93d1bb1ab9431', N'deea5a8ec619460c9245ba85dbc59e80', N'product_name', N'产品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae77bb317366622698c8ab9bf2325833', N'deea5a8ec619460c9245ba85dbc59e80', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae9e686072c3c7f9b36bbc4be0fe1384', N'402881e6760269a201760269a2af0000', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserCode}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aee804d5d92922378cac6d4ae9257680', N'402881fd812267500181226750e90000', N'price', N'价格', NULL, N'0', N'1', N'1', N'BigDecimal', N'10', N'5', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'af0fe0df8b626129de62e22212732517', N'402860816bff91c0016bff91cda80003', N'speciality', N'专业', N'speciality', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'af6c582b902e2f2bf9930eba61ae7938', N'73162c3b8161413e8ecdca7eb288d0c9', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'af7c5ec3c49673562319bd29d6ac169b', N'553a4172fde446419cb602dc70f9ee67', N'duoxuan', N'字典多选', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'urgent_level', N'', N'', N'checkbox', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'afd3ef1d494a9b69d2c7a3cdde937f6f', N'402860816bff91c0016bffa220a9000b', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'39', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b01304904babd7479de2acfe8a77157f', N'402860816aa5921f016aa5921f480000', N'id', N'ID', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b05b4cbb74f389a7376f51ed9fd97030', N'402860816bff91c0016bff91d8830007', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0a06bdbefd304d81a1838d8d94deda9', N'4b556f0168f64976a3d20bfb932bc798', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0a2c8d21782830ec6a2d16cc1231328', N'402881e6760269a20176026d25650002', N'punch_time', N'打卡时间', N'punch_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0b1cf271dd6b221a902da2d2f8f889a', N'e9faf717024b4aae95cff224ae9b6d97', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0dfd0f0c36ee46ef483c0c225956ac5', N'402881e6760269a201760269a2af0000', N'checkbox', N'checkbox', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'checkbox', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b1876bcf1f48cb697b378d3d43ff06a4', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-14 12:11:45.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b18f96f96d979daa7336e81086ea2bc1', N'cb2d8534a2f544bc9c618dd49da66336', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b1fc6e2ca671b19e57b08a4f57fc2454', N'fb7125a344a649b990c12949945cb6c1', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b22694cf34ffb967b8717647816ad5df', N'e5464aa8fa7b47c580e91593cf9b46dc', N'fk_id', N'外键', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'air_china_post_materiel_main', N'id', N'15', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b276facab025f9750b0aff391693cc4b', N'402860816bff91c0016bff91c7010001', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b2b0cb30159639bb1190e150322b7541', N'4028839a6de2ebd3016de2ebd3870000', N'wl_unit', N'计量单位', N'wl_unit', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'14', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b3542d3e7908ed885ecc4ba9e7300705', N'4b556f0168f64976a3d20bfb932bc798', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b3b61f9386eb2262919e0835e3c82eb9', N'86bf17839a904636b7ed96201b2fa6ea', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b47af4d937e55c6208939bac5378bfad', N'62e29cdb81ac44d1a2d8ff89851b853d', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b4e4fe6774e9d7b5f72d2056b47d18ac', N'5517e93b148a42a7b82d5f3f94542dcf', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b53203fc52d067bb4730dbcb7e496bd3', N'56870166aba54ebfacb20ba6c770bd73', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'0', N'admin', N'2022-07-26 22:50:10.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b5cfd3c9691a884430f3d9cd5ecb211f', N'e2faf977fdaf4b25a524f58c2441a51c', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b6874a05734cad8bd96ffd2f31f1ebca', N'402860816bff91c0016bff91c7010001', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b733fa73519603b22d401fabbf9e9781', N'402860816bff91c0016bff91c0cb0000', N'hiredate', N'入职时间', N'hiredate', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7938e4518f9062ce62702cf45986e06', N'e2faf977fdaf4b25a524f58c2441a51c', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7a1243aaa712e2c152c0c7a46f88683', N'402860816bff91c0016bff91d8830007', N'age', N'年龄', N'age', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7b311cf4483bd10a93a40891cc39a77', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'yn', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'11', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7f0f1592147c3eb952b68447cead910', N'd0c0871f48f64288bb5683145b1572a7', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b881a457f1d7de309a6009c0235f3bcf', N'd0c0871f48f64288bb5683145b1572a7', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b91258e3dc15b28c2e3f0d934e6e27e8', N'fb7125a344a649b990c12949945cb6c1', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', NULL, NULL, N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b92572ae142f8dd5f2ac02fb45e6b2c1', N'e2faf977fdaf4b25a524f58c2441a51c', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'realname,username', N'report_user', N'name,account', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9280db8eff6098287747f1c99ef170e', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'age', N'age', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9a1e25a5636f5e61cd07a852a4d7770', N'402881fd812267500181226750e90000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9fbace24688c9c9a8c9be72c1d014e7', N'402860816bff91c0016bffa220a9000b', N'phone', N'电话', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'18', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ba17414716b12b51c85f9d1f6f1e5787', N'd35109c3632c4952a19ecc094943dd71', N'chegnshi', N'城市', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'pca', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2021-08-18 15:53:31.0000000', N'2020-11-26 16:54:45.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ba5f4b2affa94f36eda7f6f133db7ae3', N'402860816bff91c0016bff91d2810005', N'workplace', N'工作单位', N'workplace', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ba6f3e762d6e3ea1068a085ec2f7e501', N'56efb74326e74064b60933f6f8af30ea', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bad02e68ea37bf387337516af84a1ddb', N'73162c3b8161413e8ecdca7eb288d0c9', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bb44475e1d1738a19745bf9f3ebf9e40', N'402860816bff91c0016bff91cfea0004', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bbbb38347b1a5340a1d293e455c632ce', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'3', N'4', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bc648624ad14c826bbc6e9b23a2b9858', N'402860816bff91c0016bff91ca7e0002', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bc793fdbef9f6474425456c4eb9d197a', N'402860816bff91c0016bff91cfea0004', N'witness', N'证明人', N'references', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bc7df6f3cf49f670c36a3de25e25e715', N'402860816bff91c0016bff91d2810005', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bcc1f7cfabd386311a3c21e588022338', N'553a4172fde446419cb602dc70f9ee67', N'fwb', N'富文本', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', NULL, N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'26', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bcf2f5d1390227cf0d9ddfbd6121161f', N'402880eb71d61d3d0171d61d3de30000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bd39cb237049ac60218b3f4dd844f30c', N'402860816bff91c0016bffa220a9000b', N'current_address', N'现居住地', N'current_address', N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'30', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bde81809057b1a4c974fa0f090501fdd', N'402860816aa5921f016aa5dedcb90009', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'4', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bdea5b776a15897265c43e6ee44af2e1', N'997ee931515a4620bc30a9c1246429a9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'be3f8c157d8a1b40e6f7b836552a8095', N'8994f2817b5a45d9890aa04497a317c5', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'be5eeda7d51dace73d3818bd8467b53b', N'402860816bff91c0016bff91c0cb0000', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'15', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'be868eed386da3cfcf49ea9afcdadf11', N'd35109c3632c4952a19ecc094943dd71', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bec3082fc5f0f194be5cd72cc2866ff4', N'e5464aa8fa7b47c580e91593cf9b46dc', N'wl_name', N'物料名字', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'wl_code', N'air_china_materiel', N'wl_name', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bed0bc67f570613eaa6a1bd8bcaaddcc', N'4b556f0168f64976a3d20bfb932bc798', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bed95ca6dd6bb4b4f7cfd787313a0a4b', N'402880e570a5d7000170a5d700f50000', N'product_name', N'产品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bef85fd2846dd7ffc42d747095557d14', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'date', N'日期', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{date}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bf61aa04c5ca77ad54c764f8f8b2bdec', N'402860816bff91c0016bff91d8830007', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bfc2f19fae367f885adb8bd82a344391', N'4028318169e81b970169e81b97650000', N'userid', N'操作用户账号', N'userid', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'5', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bff39a86bd05656ee156b685e5187211', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c047ed2cead5bab0307967435f370936', N'53a3e82b54b946c2b904f605875a275c', N'chuc_date', N'出厂时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-13 20:07:47.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c08da9dc0325c441d89ae7378bcbf599', N'553a4172fde446419cb602dc70f9ee67', N'zdbduoxuan', N'字典表多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'checkbox', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'40', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c0c80f370e1d400fe670d8702c3b84da', N'4adec929a6594108bef5b35ee9966e9f', N'address_param', N'地址(传参)', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'{{ demoFieldDefVal_getAddress("昌平区") }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:40:53.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c0d66c95773774e7ac1f2a88df307e7a', N'402860816aa5921f016aa5921f480000', N'reason', N'请假原因', N'reason', N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c29216d975fee50af175bca8c664a475', N'e67d26b610dd414c884c4dbb24e71ce3', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c2b9eae184afe56d59ea7940d77cfced', N'4adec929a6594108bef5b35ee9966e9f', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:57.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c311cca084580e5fd4b5a2e5b81c4cc5', N'402881e6760269a20176026d25650002', N'email', N'邮箱', N'email', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c382877700a9987f4bcc2deea9ee9daf', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c3d5f211ff18ff241fac97d31254173a', N'402881fd812267500181226787d90001', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c43d87b6340c29c0c354aa9c579f387f', N'32feeb502544416c9bf41329c10a88f4', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c456753a9c83e55fa241c4ec72c00f86', N'402880eb71d52dc30171d52dc3a10000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c4d71528f3f45661b1a87841b7256204', N'402880e5721355dd01721355dd390000', N'order_main_id', N'订单ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c52711856d2e81ad1074265833f44328', N'b81de38db24047b497d476516f8a0865', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2020-02-24 14:56:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c596f7f9035c71f9d2d0206d14b0eee8', N'402881e6760269a201760269a2af0000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c59f39e7b3bb877398f16796b2cd7962', N'997ee931515a4620bc30a9c1246429a9', N'pid', N'父级节点', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c5a61724b3b1fdfd0eb39c361f22bafd', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c5dd2fc34ae825ebfced2ec74948654c', N'402860816aa5921f016aa5921f480000', N'end_date', N'请假结束时间', N'end_date', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c5f6ea01a6523a60df153cc61dc92f4d', N'fbc35f067da94a70adb622ddba259352', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c6024742fbc62f2fc39992e6b59ac13d', N'05a3a30dada7411c9109306aa4117068', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c65bab702b58070c1b2f0aafdbc0ce6b', N'f41141ce64c74db6a58d60e7864edee6', N'pid', N'父级节点', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'15', NULL, NULL, N'2022-10-14 15:35:08.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c6730e00df5efd77fedf181df29102de', N'402860816bff91c0016bff91c7010001', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c75a7cb0a21958aa7ca5442f66019669', N'e9faf717024b4aae95cff224ae9b6d97', N'depart', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c772ed9cbe2d1dc69e9ffa73d3487021', N'4b556f0168f64976a3d20bfb932bc798', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c78cff7900496d917729787b5c704a5b', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'name', N'名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c7e0a5c6e23e99ac9af5d3fcc33323f7', N'b493c5fd4fa64a3a84e74ee171763e37', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c7f1907e8e7aa373c6829263ca6322d0', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c8027cf4f2483042445c89ba86c4e51f', N'402880e5721355dd01721355dd390000', N'zong_price', N'单品总价', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c826b0134a719ca69b7cc93f4445b628', N'971d999a5bbd401483aa15f0b548f82c', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-14 15:38:30.0000000', N'2022-10-14 15:38:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c91b697b1bcd2be943fc746e2660bc9e', N'402860816bff91c0016bff91d2810005', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c962b89c893e2b8cf1a12c678ba12962', N'553a4172fde446419cb602dc70f9ee67', N'zdbdx', N'字典表单选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'radio', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'39', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c988bd2b6125c01ceb3579a207dd8784', N'3d447fa919b64f6883a834036c14aa67', N'city', N'市', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c9b698d3f75aa780ee1eb67ef090b15b', N'73162c3b8161413e8ecdca7eb288d0c9', N'wl_code', N'物料编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ca68d935c875ba92c998a20fca314bed', N'402881fd812267500181226787d90001', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'0', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'caf5a071f2299c0f9ff2f3038d6d0fc6', N'402860816bff91c0016bff91ca7e0002', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb33a708b95e19085f8c9001d2d5c64c', N'e9faf717024b4aae95cff224ae9b6d97', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb50a5991ca29e617aa32e49e92c01e7', N'09fd28e4b7184c1a9668496a5c496450', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb7da49a981a1b0acc5f7e8a0130bdcd', N'd35109c3632c4952a19ecc094943dd71', N'user_code', N'用户编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'0', N'0', N'single', N'', N'', N'11', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-05-11 16:26:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb871284e845e26e88242a96fac9c576', N'402860816bff91c0016bff91c7010001', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb883a4932f0fd3a80fcf27efd7d1f2d', N'f9fb8bee1a64472889d077c757b9acc7', N'sdf', N'sdf', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:58:02.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cc1ddc1304d3eb5d9a189da0a509ccd0', N'32f75e4043ef4070919dbd4337186a3d', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ccda49a8cea079c34f0034361d058c08', N'09fd28e4b7184c1a9668496a5c496450', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ccf2f331af46ddc411b8039dd187621b', N'4028839a6de2ebd3016de2ebd3870000', N'price', N'单价', N'price', N'0', N'1', N'1', N'double', N'10', N'2', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'10', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cee3c1dbf67b4a7d9626b8032897a4c7', N'402860816bff91c0016bff91d8830007', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cefb82e2168ab7e3aa57a7e9c3ca950e', N'09fd28e4b7184c1a9668496a5c496450', N'order_main_id', N'订单ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'ces_order_main', N'id', N'12', N'admin', N'2022-05-07 19:05:57.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cf4c5a4c06ae6bac701edfeedfcd16aa', N'd3ae1c692b9640e0a091f8c46e17bb01', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cfeb6491427aec2b4db9694af867da23', N'e9faf717024b4aae95cff224ae9b6d97', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd04f619a5834ad212cc436a1c183f706', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd0559db07f05c870860f98313eb0f857', N'cb2d8534a2f544bc9c618dd49da66336', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd0d1be336726df9c41f2173f8886ba35', N'997ee931515a4620bc30a9c1246429a9', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'yn', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd14e47befe47925b1440d584f4ca56fc', N'09fd28e4b7184c1a9668496a5c496450', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd202af16d171259c128c29792dfc4794', N'f41141ce64c74db6a58d60e7864edee6', N'dep_suo', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'sel_depart', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd2551b70dc96a45a73b304bf755a996f', N'402860816bff91c0016bff91d8830007', N'workplace', N'工作单位', N'workplace', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd29dcdba14ea61808391fff2d927efea', N'402860816bff91c0016bff91c0cb0000', N'work_summary', N'工作总结', N'work_summary', N'0', N'1', N'1', N'Text', N'65535', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd30caa06a9692a434fc738f2cd69f12d', N'f41141ce64c74db6a58d60e7864edee6', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd3a701472d27ca8435d6a781a597038d', N'deea5a8ec619460c9245ba85dbc59e80', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd3ba5f990e14f9a1a0bbf6aa4cfa26dc', N'56efb74326e74064b60933f6f8af30ea', N'xd_date', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd44b89cc5f1828f7ceb9be196d549665', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd48bfd2a840f9b1d00bd3b5599dca0f0', N'402860816bff91c0016bff91cda80003', N'post', N'职务', N'post', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd4d8cae3cd9ea93e378fc14303eee105', N'd35109c3632c4952a19ecc094943dd71', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd4dea775487aef5a7aea41791d3a65db', N'e5464aa8fa7b47c580e91593cf9b46dc', N'cycle_time', N'发放周期(年)', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 14:09:06.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd51f87c2e770c374157329c73dff6708', N'f41141ce64c74db6a58d60e7864edee6', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd525e93aca3f1ec6c20a7ab058724e82', N'553a4172fde446419cb602dc70f9ee67', N'danxuan', N'字典单选', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'sex', N'', N'', N'radio', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd52c79620e21128fb69b4e8628cf25cc', N'dbf4675875e14676a3f9a8b2b8941140', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd530ab1bc3c51e8249a506a25d1003c7', N'79091e8277c744158530321513119c68', N'start_time', N'会签发起时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd53e70411c206efecb8dcd00174e907c', N'62e29cdb81ac44d1a2d8ff89851b853d', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd5df0a35352ee960053686e959e9084b', N'1acb6f81a1d9439da6cc4e868617b565', N'wl_unit', N'计量单位', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'air_china_unit', N'', N'', N'list_multi', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd6fad89f4f26d733291863c2dfbc5945', N'27fc5f91274344afa7673a732b279939', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd7082454dac60103fdda3e00b6557d39', N'402880eb71d52dc30171d52dc3a10000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd766ea5809e2ec9ff2cdbcb18f610ab3', N'7ea60a25fa27470e9080d6a921aabbd1', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd7c3b107f004cbc99dfe1fe6c79894d8', N'402860816bff91c0016bffa220a9000b', N'social_insurance_type', N'参加社保类型', N'social_insurance_type', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'35', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd8234b56acea1a752271a6c911dd91a0', N'7ea60a25fa27470e9080d6a921aabbd1', N'age', N'年龄', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd86909d794b01ad7fbb5e61d28b6603b', N'73162c3b8161413e8ecdca7eb288d0c9', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd949d9157831c2fb7ba9f175081fe036', N'402860816bff91c0016bff91cda80003', N'school', N'学校', N'school', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9d308feb95968dbb322c9bff0c18452', N'32feeb502544416c9bf41329c10a88f4', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9dde2f59bb148c6b7e95256acad8972', N'e67d26b610dd414c884c4dbb24e71ce3', N'post_name', N'岗位名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9e1ea7f448c5fbe7a4a7a5109a87138', N'402881fd812267500181226750e90000', N'name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9f5a0b9f32f87c52634cdf2bd41abd6', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-14 12:11:44.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9f9ae6986cb85019a3a4030f62f4d1a', N'402860816bff91c0016bff91cfea0004', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'da397534e84567b4f94cca10b70b2d52', N'553a4172fde446419cb602dc70f9ee67', N'zddtjxl', N'字典表带条件下拉', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'list', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'42', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'db11e7fe2a76680e502007ad82fc08b9', N'402881e6760269a20176026d25650002', N'name', N'姓名', N'name', N'0', N'1', N'1', N'string', N'30', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'db1fb3e12385cb967b63420cfe97cde6', N'402860816bff91c0016bff91cda80003', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'db518071f3d42832d13a5132f82af9c2', N'553a4172fde446419cb602dc70f9ee67', N'zddtjduox', N'字典表带条件多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'checkbox', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'44', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dbfc8f23823c4091f516635a464b3cc5', N'402881e6760269a20176026d25650002', N'content', N'个人简介', N'content', N'0', N'1', N'1', N'string', N'1000', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dc2bec862a4f0d600751c632d246f0ed', N'4028839a6de2ebd3016de2ebd3870000', N'update_time', N'更新日期', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'5', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dd3e1e13d7429807b83a00a090e060b7', N'402860816bff91c0016bffa220a9000b', N'join_party_info', N'入党(团)时间地点', N'join_party_info', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'26', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ddc302f84c75a5f056855c664b82202a', N'402860816aa5921f016aa5921f480000', N'days', N'请假天数', N'days', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ddcc14a2105588982b4ae657f2893d81', N'32feeb502544416c9bf41329c10a88f4', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'de34e46a66def956437635585db427b7', N'cb2d8534a2f544bc9c618dd49da66336', N'dde', N'ee', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', NULL, NULL, N'2020-02-24 17:22:43.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'de3a8a6b042b1821b3dcbd236fd82174', N'402881e6760269a201760269a2af0000', N'pic', N'图片', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'14', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'de8f510d358f499dcd966e97708f82d4', N'997ee931515a4620bc30a9c1246429a9', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dec74e7fe09a525cda36efd37e6c4dca', N'553a4172fde446419cb602dc70f9ee67', N'zddtjxldx', N'字典表带条件下拉多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'list_multi', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'45', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dedb920a5e876e27eb144464209ebe1e', N'27fc5f91274344afa7673a732b279939', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'df489194c6008f3bd21b2c1c11fde337', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'df4c5e8411c102f02a6fe6727e858d55', N'997ee931515a4620bc30a9c1246429a9', N'pic', N'分类图片', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'df58a7b1c3ed8f58a1994c0c0855db16', N'4adec929a6594108bef5b35ee9966e9f', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'11', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dff586dae2bf4587a0b438cdbba0a5b9', N'b493c5fd4fa64a3a84e74ee171763e37', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e09b191e3c37f9c89ae2192c75220b89', N'b81de38db24047b497d476516f8a0865', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e0c5d6e483897d5c4e7894dc66dd1aff', N'32feeb502544416c9bf41329c10a88f4', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e24de426223dc0271a55eccc1d5457d0', N'73162c3b8161413e8ecdca7eb288d0c9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e26049cfca3941005e4a2ade0f06186d', N'402885e9812f585201812f5852920000', N'rel_filed', N'他表字段', NULL, N'0', N'1', N'0', N'string', N'32', N'0', N'', N'', N'rel_user', N'price', N'link_table_field', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', NULL, NULL, N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e268078ba97f9853b4e0d745c4a7e0b9', N'402885e9812f585201812f5852920000', N'rel_user', N'关联记录', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'id', N'ces_shop_goods$1', N'name,price,chuc_date', N'link_table', N'', N'120', N'', N'0', N'{"showType":"card","multiSelect":false}', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', NULL, NULL, N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e2d73ccda7f10f5a1ccce3c48b1e699e', N'402860816bff91c0016bffa220a9000b', N'residence_street', N'户口所在街道', N'residence_street', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'27', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e350986acb670f247df30fe4a44e73df', N'09fd28e4b7184c1a9668496a5c496450', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e461b46a91d2f856d417fa32f4c4d887', N'f9fb8bee1a64472889d077c757b9acc7', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e48ebd15c6110e9eb753bdfc88c04683', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e4914fdff68ac72486ada105e6e9fa36', N'e9faf717024b4aae95cff224ae9b6d97', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e4a4c1d50b7b46678bc14fd5b90ee082', N'73162c3b8161413e8ecdca7eb288d0c9', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e4d7f95340e73a54e8ff3f66b0613513', N'56efb74326e74064b60933f6f8af30ea', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e50b4398731e06572c247993a0dcc38d', N'd35109c3632c4952a19ecc094943dd71', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'*', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2021-08-18 15:53:31.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'1') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e51ae57d57efd49c3ec0e6fbcb37cb1d', N'd0c0871f48f64288bb5683145b1572a7', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-13 18:46:29.0000000', N'2022-06-02 15:39:09.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e53f53766d1f7718b3ee5eabe105b969', N'402860816bff91c0016bffa220a9000b', N'social_insurance_time', N'五险一金日期', N'social_insurance_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'38', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e60a8e496b0f7081dbfe4253b3218546', N'402880eb71d61d3d0171d61d3de30000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e672d5974a06d5c37b3b4c94a6f29f96', N'4028318169e81b970169e81b97650000', N'request_url', N'请求路径', N'request_url', N'0', N'1', N'1', N'string', N'255', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'9', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e72ee3a352143281ccc3a823b25401c7', N'402881fd812267500181226787d90001', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', NULL, NULL, N'8', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e7aade12ca722b59c1ec681d14247ff8', N'402860816bff91c0016bff91d8830007', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e7c367221181aa9d1fc395e09796be8d', N'402880eb71d52dc30171d52dc3a10000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e7ec6838aad8d2dd2e175886a7c6e14e', N'402881e6760269a201760269a2af0000', N'sel_search', N'下拉搜索', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'sys_user', N'username', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'12', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e824c44d26034ad8eed32e22a3f69043', N'402881e6760269a201760269a2af0000', N'ddd', N'DD类型', NULL, N'0', N'1', N'1', N'double', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'20', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e845925368919482df6dac58e6ed708d', N'402860816bff91c0016bff91d8830007', N'phone', N'联系方式', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e85295979d84bde27615a008d8bbadf1', N'3b5e18da618247539481816995b6bf9f', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e878e70574d0d6180c2f6f0d281c9262', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'pid', N'父级节点', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'10', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e88d328af34dd8a17f51437c52b68a2d', N'402860816bff91c0016bff91cfea0004', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e99cc08f4d88dd8f788399db8d448ee8', N'62e29cdb81ac44d1a2d8ff89851b853d', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e9a45935d69f5fd91f0c6880e5e6cfa4', N'402881e6760269a20176026d25650002', N'age', N'年龄', N'age', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e9b782461fc66dbc77df0400600868f7', N'553a4172fde446419cb602dc70f9ee67', N'riqi', N'日期', NULL, N'0', N'1', N'1', N'Date', N'50', N'0', NULL, N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e9fb150adabaaacdd804b1953e6bad24', N'05a3a30dada7411c9109306aa4117068', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea309f9cd81ede7b9b36a1377a3a40d8', N'997ee931515a4620bc30a9c1246429a9', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea644c4c208739640933ba6e568045c1', N'e2faf977fdaf4b25a524f58c2441a51c', N'ruz_date', N'入职时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea749346b5eb9e70df2058ade2b0bbfa', N'402881e6760269a201760269a2af0000', N'fuwenb', N'富文本', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'17', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea96d1c33f0f0d7245045e70a5793257', N'402860816bff91c0016bffa220a9000b', N'current_postcode', N'现居住地邮编', N'current_postcode', N'0', N'1', N'1', N'string', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'31', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ebc41362681919cc680fcc58bf87fdcb', N'1acb6f81a1d9439da6cc4e868617b565', N'price', N'单价', NULL, N'0', N'1', N'1', N'double', N'10', N'2', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ec20e66d5eb9b8b7f58de9edc0f7630b', N'1acb6f81a1d9439da6cc4e868617b565', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ec5e9cb5809b2f8ce1446df4a27693f0', N'27fc5f91274344afa7673a732b279939', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ed16f23d08e7bcda11a1383fda68057e', N'402860816bff91c0016bff91c7010001', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ed782e05f8646e0c1874663e48a76c34', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-14 12:11:45.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edaa8951735cedf29d6114354faaae67', N'402881e6760269a201760269a2af0000', N'radio', N'radio', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edda30c64e1dccee510d40b77a8ca094', N'fb7125a344a649b990c12949945cb6c1', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ee09e0e21fa350b9346b70292dcfca00', N'79091e8277c744158530321513119c68', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ee4ffe04a25fcf556e78183f1f521546', N'402860816aa5921f016aa5921f480000', N'create_by', N'创建人id', N'create_by', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'8', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ee5803611f63643059b6375166d71567', N'402860816bff91c0016bff91c7010001', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'eec5bc01720642ccc635c7fc2e9b1eb8', N'86bf17839a904636b7ed96201b2fa6ea', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'eee9edf9f4a525d9dd809e33f8effb3c', N'402885e9812f585201812f5852920000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ef81373c5fd7130d7e23859d90c9eb3e', N'402860816bff91c0016bff91cda80003', N'from_time', N'开始日期', N'from_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'efd1b955a75b5046e9857e00fe94ae2c', N'fbc35f067da94a70adb622ddba259352', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f015cc2ffdcc2c4be1e9b3622eb69b52', N'fbc35f067da94a70adb622ddba259352', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f06b2bb01ea1fae487b7e3c3eb521d5b', N'd3ae1c692b9640e0a091f8c46e17bb01', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f0967fd139b440f79f21248bf4e4a209', N'd3ae1c692b9640e0a091f8c46e17bb01', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f0a453930aa16ca32f2e3be860bfe542', N'402860816bff91c0016bffa220a9000b', N'education', N'学历', N'education', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f12753b4a3815697a72017a7436fe733', N'e2faf977fdaf4b25a524f58c2441a51c', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f1ab7d3b55ade57eeac6c55b32ce813a', N'1acb6f81a1d9439da6cc4e868617b565', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f1c7fde21f26c7ed64a0ef1095900c52', N'4028318169e81b970169e81b97650000', N'request_type', N'请求类型', N'request_type', N'0', N'1', N'1', N'string', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'11', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f25ddb9fdccb695b54543862a581e845', N'f41141ce64c74db6a58d60e7864edee6', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-14 15:35:08.0000000', N'2022-10-14 15:01:30.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3284a1ce6da9b887dce89091eaa0f6b', N'402880e570a5d7000170a5d700f50000', N'pro_type', N'产品类型', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f38319e2add8da6a7223d77359144a22', N'402880e5721355dd01721355dd390000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3a82b0b74e8feb37b423571c443357c', N'553a4172fde446419cb602dc70f9ee67', N'kaiguan', N'开关', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'switch', N'', N'120', N'', N'0', N'[1,2]', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3c17d679978f0d375adde046536faa8', N'553a4172fde446419cb602dc70f9ee67', N'popup', N'popup弹窗', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'username,realname', N'report_user', N'popup,popback', N'popup', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'21', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3e667a8ce3a81fc6bb658fc27ab24ff', N'402885e9812f585201812f5852920000', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f4647a91a4ac5d6d32bb0692b800bffe', N'402860816bff91c0016bff91c0cb0000', N'probation_post', N'试用期职位', N'probation_post', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f4b0bc7f3d6562e28d7c5e2d56510ecd', N'e5464aa8fa7b47c580e91593cf9b46dc', N'first_num', N'首次数量', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 14:31:31.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f4df140776be0d014d768a3cabf13dbe', N'553a4172fde446419cb602dc70f9ee67', N'zdbxl', N'字典表下拉', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'list', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'38', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f558359b06aea79a992c102ce3563a4d', N'4028318169e81b970169e81b97650000', N'username', N'操作用户名称', N'username', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'6', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f56d0d76ec8e3a1e8922b41b864dab73', N'b493c5fd4fa64a3a84e74ee171763e37', N'aa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f5d2475aec4b9016dfc0c8772e1704ea', N'402880eb71d52dc30171d52dc3a10000', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-05-02 19:37:59.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6076d9c662a0adddb39a91cccb4c993', N'd35109c3632c4952a19ecc094943dd71', N'xiamuti', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2021-08-18 15:53:31.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6431abe33976df2491df14db01591fe', N'402881e6760269a20176026d25650002', N'key_word', N'关键词', N'key_word', N'0', N'1', N'1', N'string', N'255', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6afcb7d8ea81879593ff737b55ddcc0', N'402860816bff91c0016bff91cda80003', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6f8aed87ec73994f6a12abbc079dbb1', N'402860816bff91c0016bffa220a9000b', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'41', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f7332af7586c83c87f7b9ea144a5292d', N'62e29cdb81ac44d1a2d8ff89851b853d', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f76719783433487f4710232e2ae0e521', N'402860816bff91c0016bff91cfea0004', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f7e7eb84ddc34d7e09d10af213ac6667', N'402860816bff91c0016bff91d2810005', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f7f84f3337548e36430f81640b028b41', N'5517e93b148a42a7b82d5f3f94542dcf', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f81d7103c0c857e5c744cda2bc4c000a', N'402860816bff91c0016bff91ca7e0002', N'cert_organizations', N'发证机关', N'cert_organizations', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f82db8edef5babf741914b0fa221329b', N'4028839a6de2ebd3016de2ebd3870000', N'bpm_status', N'流程状态', N'bpm_status', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'16', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f857d4fd2d63c1ad94ed4698f5b173f5', N'05a3a30dada7411c9109306aa4117068', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2021-08-18 15:54:51.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f8a0fd20a1173270afdfed1129d5c669', N'402860816bff91c0016bffa220a9000b', N'depart_id', N'所在部门id', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'44', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-19 15:33:44.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f8cc6be747fec10802eb625ac529c16f', N'402860816bff91c0016bff91cfea0004', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f90bcb38fb89988bd40d1618aa75cea0', N'758334cb1e7445e2822b60e807aec4a3', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f93dcb2aa091b8e1038019d8f07cbd3f', N'402881e6760269a201760269a2af0000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f94db83e41c69f407d3c9a81c5892269', N'402860816bff91c0016bffa220a9000b', N'first_job_time', N'首次工作时间', N'first_job_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'22', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f95d2cbefd25444909c83aaf8c4f72fb', N'402860816bff91c0016bff91ca7e0002', N'memo', N'备注', N'memo', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fa3a12d7abf72b23afe425f8dbd57f86', N'1acb6f81a1d9439da6cc4e868617b565', N'size_type', N'尺码类型', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'air_china_size', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fa8f5a0ba673e0208934567462844eab', N'402860816bff91c0016bff91ca7e0002', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'faaaca21b7b2b16089c885f3224e4dc5', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'main_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'demo_field_def_val_main', N'id', N'5', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:55.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fafb32cf7e63bca93bbd70b0a0ea11fc', N'758334cb1e7445e2822b60e807aec4a3', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fb56aeb6b3a5a0a974ef62f34727eea6', N'402880e5721355dd01721355dd390000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fbf817e3eafd7d8935fc1154640c040c', N'f9fb8bee1a64472889d077c757b9acc7', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fc22e67ed788a1f0b0fe4639ecb6f4c1', N'553a4172fde446419cb602dc70f9ee67', N'ldzje', N'联动组件二', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'30', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fc55d467102c2c782286f546d7820c3d', N'73162c3b8161413e8ecdca7eb288d0c9', N'pid', N'父物料', NULL, N'0', N'1', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fc76a3832d232829852cae6c66e44f67', N'402860816bff91c0016bffa220a9000b', N'identity_no', N'身份证号', N'identity_no', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'21', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fcd519058d68fa4dab192335602b5d24', N'402860816bff91c0016bffa220a9000b', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fd0586cae06685959415d9017b2bdf49', N'758334cb1e7445e2822b60e807aec4a3', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fd80c2874fb71c8fc7cff81fb3dae0fb', N'feea98637c2144caae7c5d56a815a245', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fde00160a5d664effaa4b5552e814e74', N'fb7125a344a649b990c12949945cb6c1', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fde3b676f66c20375136421a11743c3b', N'feea98637c2144caae7c5d56a815a245', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fe05080f0cd87dd11710b83ce77fefb7', N'402881e6760269a20176026d25650002', N'id', N'主键ID', N'id', N'1', N'0', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fed133a00f57245d4cfb02dd3c3ce7c1', N'4adec929a6594108bef5b35ee9966e9f', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fef2add806c5e1ddd01c79c7e84f5a65', N'cb2d8534a2f544bc9c618dd49da66336', N'cc', N'cc', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-02-24 17:22:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff2a099186b13d3ecb0764f7f22b1fbf', N'09fd28e4b7184c1a9668496a5c496450', N'name', N'客户名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'realname,sex,birthday', N'tj_user_report', N'name,sex,birthday', N'popup', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0') GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff49b468e54e137032f7e4d976b83b5a', N'402860816bff91c0016bffa220a9000b', N'politically_status', N'政治面貌', N'politically_status', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff601f75d0e7ced226748eb8fba2c896', N'402860816bff91c0016bff91d8830007', N'relation', N'关系', N'relation', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ffacafee9fa46eb297ca3252f95acef9', N'402860816bff91c0016bffa220a9000b', N'school', N'毕业学校', N'school', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ffcbf379fffabbd13aa2c22ce565ec12', N'79091e8277c744158530321513119c68', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for onl_cgform_head -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_head]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_head] GO CREATE TABLE [dbo].[onl_cgform_head] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [table_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [table_type] int NOT NULL, [table_version] int NULL, [table_txt] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [is_checkbox] nvarchar(5) COLLATE Chinese_PRC_CI_AS NOT NULL, [is_db_synch] nvarchar(20) COLLATE Chinese_PRC_CI_AS NOT NULL, [is_page] nvarchar(5) COLLATE Chinese_PRC_CI_AS NOT NULL, [is_tree] nvarchar(5) COLLATE Chinese_PRC_CI_AS NOT NULL, [id_sequence] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [id_type] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [query_mode] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [relation_type] int NULL, [sub_table_str] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [tab_order_num] int NULL, [tree_parent_id_field] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [tree_id_field] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [tree_fieldname] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [form_category] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [form_template] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [form_template_mobile] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [scroll] int NULL, [copy_version] int NULL, [copy_type] int NULL, [physic_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [ext_config_json] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [theme_template] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [is_des_form] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [des_form_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [low_app_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_cgform_head] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'表名', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'table_name' GO EXEC sp_addextendedproperty 'MS_Description', N'表类型: 0单表、1主表、2附表', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'table_type' GO EXEC sp_addextendedproperty 'MS_Description', N'表版本', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'table_version' GO EXEC sp_addextendedproperty 'MS_Description', N'表说明', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'table_txt' GO EXEC sp_addextendedproperty 'MS_Description', N'是否带checkbox', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'is_checkbox' GO EXEC sp_addextendedproperty 'MS_Description', N'同步数据库状态', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'is_db_synch' GO EXEC sp_addextendedproperty 'MS_Description', N'是否分页', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'is_page' GO EXEC sp_addextendedproperty 'MS_Description', N'是否是树', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'is_tree' GO EXEC sp_addextendedproperty 'MS_Description', N'主键生成序列', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'id_sequence' GO EXEC sp_addextendedproperty 'MS_Description', N'主键类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'id_type' GO EXEC sp_addextendedproperty 'MS_Description', N'查询模式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'query_mode' GO EXEC sp_addextendedproperty 'MS_Description', N'映射关系 0一对多 1一对一', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'relation_type' GO EXEC sp_addextendedproperty 'MS_Description', N'子表', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'sub_table_str' GO EXEC sp_addextendedproperty 'MS_Description', N'附表排序序号', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'tab_order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'树形表单父id', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'tree_parent_id_field' GO EXEC sp_addextendedproperty 'MS_Description', N'树表主键字段', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'tree_id_field' GO EXEC sp_addextendedproperty 'MS_Description', N'树开表单列字段', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'tree_fieldname' GO EXEC sp_addextendedproperty 'MS_Description', N'表单分类', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'form_category' GO EXEC sp_addextendedproperty 'MS_Description', N'PC表单模板', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'form_template' GO EXEC sp_addextendedproperty 'MS_Description', N'表单模板样式(移动端)', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'form_template_mobile' GO EXEC sp_addextendedproperty 'MS_Description', N'是否有横向滚动条', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'scroll' GO EXEC sp_addextendedproperty 'MS_Description', N'复制版本号', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'copy_version' GO EXEC sp_addextendedproperty 'MS_Description', N'复制表类型1为复制表 0为原始表', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'copy_type' GO EXEC sp_addextendedproperty 'MS_Description', N'原始表ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'physic_id' GO EXEC sp_addextendedproperty 'MS_Description', N'扩展JSON', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'ext_config_json' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'主题模板', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'theme_template' GO EXEC sp_addextendedproperty 'MS_Description', N'是否用设计器表单', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'is_des_form' GO EXEC sp_addextendedproperty 'MS_Description', N'设计器表单编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'des_form_code' GO EXEC sp_addextendedproperty 'MS_Description', N'关联的应用ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_head', 'COLUMN', N'low_app_id' GO -- ---------------------------- -- Records of onl_cgform_head -- ---------------------------- INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'05a3a30dada7411c9109306aa4117068', N'test_note', N'1', N'12', N'请假单@JS增强示例', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', N'admin', N'2021-08-18 15:54:55.0000000', N'admin', N'2020-05-06 11:34:31.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'09fd28e4b7184c1a9668496a5c496450', N'ces_order_customer', N'3', N'6', N'订单客户', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', N'1', N'ces_order_customer', N'3', NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', N'admin', N'2022-05-07 19:05:57.0000000', N'admin', N'2020-05-08 23:51:49.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'250b367a342a451e9d9baeaebf8394e2', N'ceshi_sub_01', N'3', N'2', N'商品', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', N'0', NULL, N'1', NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-14 15:40:03.0000000', N'admin', N'2022-10-14 15:39:17.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'3d447fa919b64f6883a834036c14aa67', N'test_enhance_select', N'1', N'6', N'三级联动控件', N'N', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-13 20:58:08.0000000', N'admin', N'2020-02-20 16:19:00.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402880e570a5d7000170a5d700f50000', N'test_order_product$1', N'1', N'11', N'订单产品明细', N'N', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', N'1', N'1', N'deea5a8ec619460c9245ba85dbc59e80', NULL, NULL, NULL, N'admin', N'2020-03-04 21:58:16.0000000', NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402880e5721355dd01721355dd390000', N'ces_order_goods$1', N'1', N'1', N'订单商品', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'1', N'1', N'86bf17839a904636b7ed96201b2fa6ea', NULL, NULL, NULL, N'admin', N'2020-05-14 21:18:14.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402880eb71d61d3d0171d61d3de30000', N'demo_field_def_val_sub$1', N'1', N'2', N'示例:控件默认值(子表)', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'demo', N'1', NULL, N'1', N'1', N'1', N'4fb8e12a697f4d5bbe9b9fb1e9009486', NULL, N'admin', N'2020-05-03 00:54:16.0000000', N'admin', N'2020-05-02 23:59:33.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402881fd812267500181226750e90000', N'ces_shop_goods$1', N'1', N'1', N'商品', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'7', N'1', N'53a3e82b54b946c2b904f605875a275c', NULL, NULL, NULL, N'admin', N'2022-06-02 11:13:25.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402881fd812267500181226787d90001', N'test_note$1', N'1', N'2', N'请假单@JS增强示例', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'12', N'1', N'05a3a30dada7411c9109306aa4117068', N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', N'admin', N'2022-06-02 11:13:48.0000000', N'admin', N'2022-06-02 11:13:39.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402885e9812f585201812f5852920000', N'v3_hello$1', N'1', N'1', N'第一个表单', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'3', N'1', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', NULL, NULL, N'admin', N'2022-06-04 23:32:06.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'4adec929a6594108bef5b35ee9966e9f', N'demo_field_def_val_main', N'2', N'1', N'示例:控件默认值(主表)', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'demo_field_def_val_sub', NULL, NULL, NULL, NULL, N'demo', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-11-26 17:28:14.0000000', N'admin', N'2020-04-10 19:35:57.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'demo_field_def_val_sub', N'3', N'2', N'示例:控件默认值(子表)', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'group', N'0', NULL, N'1', NULL, NULL, NULL, N'demo', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-11-26 17:28:14.0000000', N'admin', N'2020-04-10 19:47:01.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'53a3e82b54b946c2b904f605875a275c', N'ces_shop_goods', N'1', N'10', N'商品11', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-13 20:07:50.0000000', N'admin', N'2020-05-07 22:49:47.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'553a4172fde446419cb602dc70f9ee67', N'ai_control_single', N'1', N'5', N'表单控件@单表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-14 09:31:05.0000000', N'admin', N'2022-10-13 20:59:58.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'56870166aba54ebfacb20ba6c770bd73', N'test_order_main', N'2', N'25', N'测试订单主表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'test_order_product', NULL, NULL, NULL, NULL, N'bdfl_include', N'2', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', N'admin', N'2022-07-26 22:50:10.0000000', N'admin', N'2019-04-20 11:38:39.0000000', N'erp', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'56efb74326e74064b60933f6f8af30ea', N'ces_order_main', N'2', N'9', N'商城订单表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'ces_order_goods,ces_order_customer', NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2022-05-07 19:05:57.0000000', N'admin', N'2020-05-08 23:45:32.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'86bf17839a904636b7ed96201b2fa6ea', N'ces_order_goods', N'3', N'2', N'订单商品', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', N'0', NULL, N'2', NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-05-14 21:18:49.0000000', N'admin', N'2020-05-08 23:48:31.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'ces_shop_type', N'1', N'1', N'商品分类', N'Y', N'Y', N'Y', N'Y', NULL, N'UUID', N'single', NULL, NULL, NULL, N'pid', N'has_child', N'name', N'temp', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-05-07 22:46:40.0000000', N'admin', N'2020-05-07 22:46:31.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'971d999a5bbd401483aa15f0b548f82c', N'ceshi_main001', N'2', N'2', N'钉钉单号', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'ceshi_sub_01', NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-14 15:40:05.0000000', N'admin', N'2022-10-14 15:38:25.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'997ee931515a4620bc30a9c1246429a9', N'test_shoptype_tree', N'1', N'2', N'商品分类', N'Y', N'Y', N'Y', N'Y', NULL, N'UUID', N'single', NULL, NULL, NULL, N'pid', N'has_child', N'type_name', N'temp', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-05-03 00:57:47.0000000', N'admin', N'2020-05-03 00:56:56.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'9ab817fd4c2e4e7ba6652c4fa46af389', N'v3_hello', N'1', N'12', N'第一个表单', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","tableFixedAction":0,"tableFixedActionType":"right","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":1}', N'admin', N'2022-10-14 12:11:45.0000000', N'admin', N'2022-06-04 22:53:38.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'd0c0871f48f64288bb5683145b1572a7', N'v3_demo1', N'1', N'4', N'第一个vue3例子', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-13 18:46:29.0000000', N'admin', N'2022-06-02 15:39:09.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'd35109c3632c4952a19ecc094943dd71', N'test_demo', N'1', N'35', N'测试用户表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'group', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'2', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":1200}', N'admin', N'2021-08-18 15:53:31.0000000', N'admin', N'2019-03-15 14:24:35.0000000', N'normal', N'N', N'', NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'deea5a8ec619460c9245ba85dbc59e80', N'test_order_product', N'3', N'12', N'订单产品明细', N'N', N'Y', N'Y', N'N', NULL, N'UUID', N'single', N'0', NULL, N'1', NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', NULL, N'0', NULL, NULL, N'admin', N'2020-05-03 01:01:18.0000000', N'admin', N'2019-04-20 11:41:19.0000000', N'normal', NULL, NULL, NULL) GO INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'f41141ce64c74db6a58d60e7864edee6', N'ceshi_001', N'1', N'7', N'测试单表,一会删除', N'Y', N'Y', N'Y', N'Y', NULL, N'UUID', N'single', NULL, NULL, NULL, N'pid', N'has_child', N'name', N'temp', N'2', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0,"tableFixedAction":0,"tableFixedActionType":"right"}', N'admin', N'2022-10-14 15:35:11.0000000', N'admin', N'2022-10-14 15:01:30.0000000', N'normal', N'N', N'', NULL) GO -- ---------------------------- -- Table structure for onl_cgform_index -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_index]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgform_index] GO CREATE TABLE [dbo].[onl_cgform_index] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [index_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [index_field] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [index_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [is_db_synch] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [del_flag] int NULL ) GO ALTER TABLE [dbo].[onl_cgform_index] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'主表id', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'cgform_head_id' GO EXEC sp_addextendedproperty 'MS_Description', N'索引名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'index_name' GO EXEC sp_addextendedproperty 'MS_Description', N'索引栏位', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'index_field' GO EXEC sp_addextendedproperty 'MS_Description', N'索引类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'index_type' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'是否同步数据库 N未同步 Y已同步', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'is_db_synch' GO EXEC sp_addextendedproperty 'MS_Description', N'是否删除 0未删除 1删除', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgform_index', 'COLUMN', N'del_flag' GO -- ---------------------------- -- Records of onl_cgform_index -- ---------------------------- INSERT INTO [dbo].[onl_cgform_index] ([id], [cgform_head_id], [index_name], [index_field], [index_type], [create_by], [create_time], [update_by], [update_time], [is_db_synch], [del_flag]) VALUES (N'4731e321163d65e0e2cabf52c4a29937', N'553a4172fde446419cb602dc70f9ee67', N'index_jycs', N'jycs', N'unique', N'admin', N'2022-10-13 20:59:58.0000000', N'admin', N'2022-10-14 09:31:05.0000000', N'Y', N'0') GO -- ---------------------------- -- Table structure for onl_cgreport_head -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgreport_head]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgreport_head] GO CREATE TABLE [dbo].[onl_cgreport_head] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgr_sql] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NOT NULL, [return_val_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [return_txt_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [return_type] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [db_source] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [low_app_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[onl_cgreport_head] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'报表编码', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'报表名字', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'报表SQL', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'cgr_sql' GO EXEC sp_addextendedproperty 'MS_Description', N'返回值字段', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'return_val_field' GO EXEC sp_addextendedproperty 'MS_Description', N'返回文本字段', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'return_txt_field' GO EXEC sp_addextendedproperty 'MS_Description', N'返回类型,单选或多选', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'return_type' GO EXEC sp_addextendedproperty 'MS_Description', N'动态数据源', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'db_source' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'关联的应用ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'low_app_id' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人id', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人id', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_head', 'COLUMN', N'create_by' GO -- ---------------------------- -- Records of onl_cgreport_head -- ---------------------------- INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'1256627801873821698', N'report002', N'统计登录每日登录次数', N'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, N'1', NULL, NULL, NULL, N'2022-10-13 16:47:57.0000000', N'admin', N'2020-05-03 00:53:10.0000000', N'admin') GO INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'1260179852088135681', N'tj_user_report', N'统一有效系统用户', N'select id,realname,username,sex,birthday,avatar,phone,email from sys_user', NULL, NULL, N'1', NULL, NULL, NULL, N'2022-09-22 10:34:54.0000000', N'admin', N'2020-05-12 20:07:44.0000000', N'admin') GO INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'6c7f59741c814347905a938f06ee003c', N'report_user', N'统计在线用户', N'select realname,username,sex,birthday,avatar,phone,email from sys_user', NULL, NULL, N'1', N'', NULL, NULL, N'2022-06-02 15:09:58.0000000', N'admin', N'2019-03-25 11:20:45.0000000', N'admin') GO INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'87b55a515d3441b6b98e48e5b35474a6', N'demo', N'Report Demo', N'select * from demo', NULL, NULL, N'1', N'', NULL, NULL, N'2020-05-03 01:14:35.0000000', N'admin', N'2019-03-12 11:25:16.0000000', N'admin') GO -- ---------------------------- -- Table structure for onl_cgreport_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgreport_item]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgreport_item] GO CREATE TABLE [dbo].[onl_cgreport_item] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgrhead_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [field_name] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [field_txt] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL, [field_width] int NULL, [field_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [search_mode] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [is_order] int NULL, [is_search] int NULL, [dict_code] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [field_href] nvarchar(120) COLLATE Chinese_PRC_CI_AS NULL, [is_show] int NULL, [order_num] int NULL, [replace_val] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [is_total] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [group_title] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[onl_cgreport_item] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'报表ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'cgrhead_id' GO EXEC sp_addextendedproperty 'MS_Description', N'字段名字', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'field_name' GO EXEC sp_addextendedproperty 'MS_Description', N'字段文本', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'field_txt' GO EXEC sp_addextendedproperty 'MS_Description', N'字段类型', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'field_type' GO EXEC sp_addextendedproperty 'MS_Description', N'查询模式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'search_mode' GO EXEC sp_addextendedproperty 'MS_Description', N'是否排序 0否,1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'is_order' GO EXEC sp_addextendedproperty 'MS_Description', N'是否查询 0否,1是', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'is_search' GO EXEC sp_addextendedproperty 'MS_Description', N'字典CODE', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'dict_code' GO EXEC sp_addextendedproperty 'MS_Description', N'字段跳转URL', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'field_href' GO EXEC sp_addextendedproperty 'MS_Description', N'是否显示 0否,1显示', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'is_show' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'取值表达式', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'replace_val' GO EXEC sp_addextendedproperty 'MS_Description', N'是否合计 0否,1是(仅对数值有效)', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'is_total' GO EXEC sp_addextendedproperty 'MS_Description', N'分组标题', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'group_title' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_item', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of onl_cgreport_item -- ---------------------------- INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256627802020622337', N'1256627801873821698', N'date', N'日期', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'0', N'', NULL, NULL, N'admin', N'2020-09-11 14:50:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256627802075148289', N'1256627801873821698', N'num', N'登录次数', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'1', N'', N'1', NULL, N'admin', N'2020-09-11 14:50:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496577', N'1260179852088135681', N'id', N'ID', NULL, N'String', NULL, N'0', N'0', N'', N'', N'0', N'0', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496578', N'1260179852088135681', N'username', N'账号', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'1', N'', NULL, N'用户信息', N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496579', N'1260179852088135681', N'realname', N'用户名字', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'2', N'', NULL, N'用户信息', N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496584', N'1260179852088135681', N'sex', N'性别', NULL, N'String', NULL, N'0', N'1', N'sex', N'', N'1', N'3', N'', NULL, N'用户信息', N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496585', N'1260179852088135681', N'email', N'邮箱', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'4', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496586', N'1260179852088135681', N'phone', N'电话', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'5', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15884396588465896672', N'87b55a515d3441b6b98e48e5b35474a6', N'id', N'ID', NULL, N'String', NULL, N'0', N'0', N'', N'', N'0', N'1', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15892858611256977947', N'1260179852088135681', N'birthday', N'生日', NULL, N'Date', NULL, N'0', N'0', N'', N'', N'1', N'6', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1740bb02519db90c44cb2cba8b755136', N'6c7f59741c814347905a938f06ee003c', N'realname', N'用户名称', NULL, N'String', NULL, N'0', N'0', N'', N'https://www.baidu.com', N'1', N'0', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1b181e6d2813bcb263adc39737f9df46', N'87b55a515d3441b6b98e48e5b35474a6', N'name', N'用户名', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'2', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'61ef5b323134938fdd07ad5e3ea16cd3', N'87b55a515d3441b6b98e48e5b35474a6', N'key_word', N'关键词', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'3', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'627768efd9ba2c41e905579048f21000', N'6c7f59741c814347905a938f06ee003c', N'username', N'用户账号', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'1', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8bb087a9aa2000bcae17a1b3f5768435', N'6c7f59741c814347905a938f06ee003c', N'sex', N'性别', NULL, N'String', N'single', N'0', N'1', N'sex', N'', N'1', N'2', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'90d4fa57d301801abb26a9b86b6b94c4', N'6c7f59741c814347905a938f06ee003c', N'birthday', N'生日', NULL, N'Date', N'single', N'0', N'0', N'', N'', N'1', N'3', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a4ac355f07a05218854e5f23e2930163', N'6c7f59741c814347905a938f06ee003c', N'avatar', N'头像', NULL, N'String', NULL, N'0', N'0', N'', N'', N'0', N'4', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd6e86b5ffd096ddcc445c0f320a45004', N'6c7f59741c814347905a938f06ee003c', N'phone', N'手机号', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'5', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df365cd357699eea96c29763d1dd7f9d', N'6c7f59741c814347905a938f06ee003c', N'email', N'邮箱', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'6', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'edf9932912b81ad01dd557d3d593a559', N'87b55a515d3441b6b98e48e5b35474a6', N'age', N'年龄', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'4', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f985883e509a6faaaf62ca07fd24a73c', N'87b55a515d3441b6b98e48e5b35474a6', N'birthday', N'生日', NULL, N'Date', N'single', N'0', N'1', N'', N'', N'1', N'5', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fce83e4258de3e2f114ab3116397670c', N'87b55a515d3441b6b98e48e5b35474a6', N'punch_time', N'发布时间', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'6', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for onl_cgreport_param -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgreport_param]') AND type IN ('U')) DROP TABLE [dbo].[onl_cgreport_param] GO CREATE TABLE [dbo].[onl_cgreport_param] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [cgrhead_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [param_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [param_txt] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [param_value] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [order_num] int NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[onl_cgreport_param] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'动态报表ID', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'cgrhead_id' GO EXEC sp_addextendedproperty 'MS_Description', N'参数字段', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'param_name' GO EXEC sp_addextendedproperty 'MS_Description', N'参数文本', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'param_txt' GO EXEC sp_addextendedproperty 'MS_Description', N'参数默认值', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'param_value' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'order_num' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'onl_cgreport_param', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of onl_cgreport_param -- ---------------------------- -- ---------------------------- -- Table structure for oss_file -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[oss_file]') AND type IN ('U')) DROP TABLE [dbo].[oss_file] GO CREATE TABLE [dbo].[oss_file] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [file_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[oss_file] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'文件名称', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'file_name' GO EXEC sp_addextendedproperty 'MS_Description', N'文件地址', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'url' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'oss_file', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'Oss File', 'SCHEMA', N'dbo', 'TABLE', N'oss_file' GO -- ---------------------------- -- Records of oss_file -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_BLOB_TRIGGERS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_BLOB_TRIGGERS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_BLOB_TRIGGERS] GO CREATE TABLE [dbo].[QRTZ_BLOB_TRIGGERS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [BLOB_DATA] image NULL ) GO ALTER TABLE [dbo].[QRTZ_BLOB_TRIGGERS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_BLOB_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_CALENDARS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_CALENDARS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_CALENDARS] GO CREATE TABLE [dbo].[QRTZ_CALENDARS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [CALENDAR_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [CALENDAR] image NOT NULL ) GO ALTER TABLE [dbo].[QRTZ_CALENDARS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_CALENDARS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_CRON_TRIGGERS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_CRON_TRIGGERS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_CRON_TRIGGERS] GO CREATE TABLE [dbo].[QRTZ_CRON_TRIGGERS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [CRON_EXPRESSION] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TIME_ZONE_ID] varchar(80) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_CRON_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_FIRED_TRIGGERS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_FIRED_TRIGGERS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_FIRED_TRIGGERS] GO CREATE TABLE [dbo].[QRTZ_FIRED_TRIGGERS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [ENTRY_ID] varchar(95) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [INSTANCE_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [FIRED_TIME] bigint NOT NULL, [SCHED_TIME] bigint NOT NULL, [PRIORITY] int NOT NULL, [STATE] varchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [JOB_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NULL, [JOB_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NULL, [IS_NONCONCURRENT] varchar(1) COLLATE Chinese_PRC_CI_AS NULL, [REQUESTS_RECOVERY] varchar(1) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[QRTZ_FIRED_TRIGGERS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_FIRED_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_JOB_DETAILS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_JOB_DETAILS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_JOB_DETAILS] GO CREATE TABLE [dbo].[QRTZ_JOB_DETAILS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [JOB_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [JOB_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [DESCRIPTION] varchar(250) COLLATE Chinese_PRC_CI_AS NULL, [JOB_CLASS_NAME] varchar(250) COLLATE Chinese_PRC_CI_AS NOT NULL, [IS_DURABLE] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL, [IS_NONCONCURRENT] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL, [IS_UPDATE_DATA] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL, [REQUESTS_RECOVERY] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL, [JOB_DATA] image NULL ) GO ALTER TABLE [dbo].[QRTZ_JOB_DETAILS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_JOB_DETAILS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_LOCKS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_LOCKS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_LOCKS] GO CREATE TABLE [dbo].[QRTZ_LOCKS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [LOCK_NAME] varchar(40) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[QRTZ_LOCKS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_LOCKS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_PAUSED_TRIGGER_GRPS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_PAUSED_TRIGGER_GRPS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] GO CREATE TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_PAUSED_TRIGGER_GRPS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_SCHEDULER_STATE -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_SCHEDULER_STATE]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_SCHEDULER_STATE] GO CREATE TABLE [dbo].[QRTZ_SCHEDULER_STATE] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [INSTANCE_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [LAST_CHECKIN_TIME] bigint NOT NULL, [CHECKIN_INTERVAL] bigint NOT NULL ) GO ALTER TABLE [dbo].[QRTZ_SCHEDULER_STATE] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_SCHEDULER_STATE -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_SIMPLE_TRIGGERS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_SIMPLE_TRIGGERS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] GO CREATE TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [REPEAT_COUNT] bigint NOT NULL, [REPEAT_INTERVAL] bigint NOT NULL, [TIMES_TRIGGERED] bigint NOT NULL ) GO ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_SIMPLE_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_SIMPROP_TRIGGERS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_SIMPROP_TRIGGERS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] GO CREATE TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [STR_PROP_1] varchar(512) COLLATE Chinese_PRC_CI_AS NULL, [STR_PROP_2] varchar(512) COLLATE Chinese_PRC_CI_AS NULL, [STR_PROP_3] varchar(512) COLLATE Chinese_PRC_CI_AS NULL, [INT_PROP_1] int NULL, [INT_PROP_2] int NULL, [LONG_PROP_1] bigint NULL, [LONG_PROP_2] bigint NULL, [DEC_PROP_1] numeric(13,4) NULL, [DEC_PROP_2] numeric(13,4) NULL, [BOOL_PROP_1] varchar(1) COLLATE Chinese_PRC_CI_AS NULL, [BOOL_PROP_2] varchar(1) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_SIMPROP_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QRTZ_TRIGGERS -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_TRIGGERS]') AND type IN ('U')) DROP TABLE [dbo].[QRTZ_TRIGGERS] GO CREATE TABLE [dbo].[QRTZ_TRIGGERS] ( [SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [JOB_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [JOB_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [DESCRIPTION] varchar(250) COLLATE Chinese_PRC_CI_AS NULL, [NEXT_FIRE_TIME] bigint NULL, [PREV_FIRE_TIME] bigint NULL, [PRIORITY] int NULL, [TRIGGER_STATE] varchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [TRIGGER_TYPE] varchar(8) COLLATE Chinese_PRC_CI_AS NOT NULL, [START_TIME] bigint NOT NULL, [END_TIME] bigint NULL, [CALENDAR_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NULL, [MISFIRE_INSTR] smallint NULL, [JOB_DATA] image NULL ) GO ALTER TABLE [dbo].[QRTZ_TRIGGERS] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QRTZ_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for rep_demo_dxtj -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_dxtj]') AND type IN ('U')) DROP TABLE [dbo].[rep_demo_dxtj] GO CREATE TABLE [dbo].[rep_demo_dxtj] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [gtime] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [jphone] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, [birth] datetime2(7) NULL, [hukou] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [laddress] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL, [jperson] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[rep_demo_dxtj] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'姓名', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'雇佣日期', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'gtime' GO EXEC sp_addextendedproperty 'MS_Description', N'职务', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'家庭电话', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'jphone' GO EXEC sp_addextendedproperty 'MS_Description', N'出生日期', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'birth' GO EXEC sp_addextendedproperty 'MS_Description', N'户口所在地', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'hukou' GO EXEC sp_addextendedproperty 'MS_Description', N'联系地址', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'laddress' GO EXEC sp_addextendedproperty 'MS_Description', N'紧急联系人', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'jperson' GO EXEC sp_addextendedproperty 'MS_Description', N'xingbie', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_dxtj', 'COLUMN', N'sex' GO -- ---------------------------- -- Records of rep_demo_dxtj -- ---------------------------- INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338808084247613441', N'张三', N'2019-11-06 00:00:00.0000000', N'1', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809169074982920', N'张小哲', N'2019-11-06 00:00:00.0000000', N'2', N'18034596971', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809448658898952', N'闫妮', N'2019-11-06 00:00:00.0000000', N'2', N'18034596972', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809620973490184', N'陌生', N'2019-11-06 00:00:00.0000000', N'2', N'18034596973', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809652606930952', N'贺江', N'2019-11-06 00:00:00.0000000', N'2', N'18034596974', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809685200867336', N'村子明', N'2019-11-06 00:00:00.0000000', N'3', N'18034596975', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809710203113481', N'尚德', N'2019-11-06 00:00:00.0000000', N'4', N'18034596977', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809749470187528', N'郑恺', N'2019-11-06 00:00:00.0000000', N'4', N'18034596978', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809774971555849', N'未名园', N'2019-11-06 00:00:00.0000000', N'4', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809805199904777', N'韩寒', N'2019-11-06 00:00:00.0000000', N'5', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809830017601544', N'迪丽热拉', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809864356368393', N'张一山', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157602480137', N'张三', N'2019-11-06 00:00:00.0000000', N'1', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157602480146', N'张大大', N'2019-11-06 00:00:00.0000000', N'2', N'18034596971', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674439', N'郭美美', N'2019-11-06 00:00:00.0000000', N'2', N'18034596972', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674448', N'莫愁', N'2019-11-06 00:00:00.0000000', N'2', N'18034596973', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674457', N'鲁与', N'2019-11-06 00:00:00.0000000', N'2', N'18034596974', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674466', N'高尚', N'2019-11-06 00:00:00.0000000', N'3', N'18034596975', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674475', N'尚北京', N'2019-11-06 00:00:00.0000000', N'4', N'18034596977', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674484', N'杨颖花', N'2019-11-06 00:00:00.0000000', N'4', N'18034596978', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674493', N'李丽', N'2019-11-06 00:00:00.0000000', N'4', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674502', N'韩露露', N'2019-11-06 00:00:00.0000000', N'5', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674511', N'李凯泽', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674520', N'王明阳', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1') GO -- ---------------------------- -- Table structure for rep_demo_employee -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_employee]') AND type IN ('U')) DROP TABLE [dbo].[rep_demo_employee] GO CREATE TABLE [dbo].[rep_demo_employee] ( [id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL, [num] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [birthday] datetime2(7) NULL, [nation] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [political] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [native_place] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [height] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [weight] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [health] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [id_card] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, [education] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [school] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, [major] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL, [address] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [zip_code] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [email] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [phone] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [foreign_language] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [foreign_language_level] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [computer_level] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [graduation_time] datetime2(7) NULL, [arrival_time] datetime2(7) NULL, [positional_titles] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL, [education_experience] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [work_experience] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [del_flag] tinyint NULL ) GO ALTER TABLE [dbo].[rep_demo_employee] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'编号', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'num' GO EXEC sp_addextendedproperty 'MS_Description', N'姓名', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'出生日期', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'民族', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'nation' GO EXEC sp_addextendedproperty 'MS_Description', N'政治面貌', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'political' GO EXEC sp_addextendedproperty 'MS_Description', N'籍贯', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'native_place' GO EXEC sp_addextendedproperty 'MS_Description', N'身高', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'height' GO EXEC sp_addextendedproperty 'MS_Description', N'体重', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'weight' GO EXEC sp_addextendedproperty 'MS_Description', N'健康状况', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'health' GO EXEC sp_addextendedproperty 'MS_Description', N'身份证号', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'id_card' GO EXEC sp_addextendedproperty 'MS_Description', N'学历', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'education' GO EXEC sp_addextendedproperty 'MS_Description', N'毕业学校', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'school' GO EXEC sp_addextendedproperty 'MS_Description', N'专业', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'major' GO EXEC sp_addextendedproperty 'MS_Description', N'联系地址', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'address' GO EXEC sp_addextendedproperty 'MS_Description', N'邮编', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'zip_code' GO EXEC sp_addextendedproperty 'MS_Description', N'Email', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'email' GO EXEC sp_addextendedproperty 'MS_Description', N'手机号', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'phone' GO EXEC sp_addextendedproperty 'MS_Description', N'外语语种', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'foreign_language' GO EXEC sp_addextendedproperty 'MS_Description', N'外语水平', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'foreign_language_level' GO EXEC sp_addextendedproperty 'MS_Description', N'计算机水平', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'computer_level' GO EXEC sp_addextendedproperty 'MS_Description', N'毕业时间', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'graduation_time' GO EXEC sp_addextendedproperty 'MS_Description', N'到职时间', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'arrival_time' GO EXEC sp_addextendedproperty 'MS_Description', N'职称', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'positional_titles' GO EXEC sp_addextendedproperty 'MS_Description', N'教育经历', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'education_experience' GO EXEC sp_addextendedproperty 'MS_Description', N'工作经历', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'work_experience' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'删除标识0-正常,1-已删除', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_employee', 'COLUMN', N'del_flag' GO -- ---------------------------- -- Records of rep_demo_employee -- ---------------------------- INSERT INTO [dbo].[rep_demo_employee] ([id], [num], [name], [sex], [birthday], [nation], [political], [native_place], [height], [weight], [health], [id_card], [education], [school], [major], [address], [zip_code], [email], [phone], [foreign_language], [foreign_language_level], [computer_level], [graduation_time], [arrival_time], [positional_titles], [education_experience], [work_experience], [create_by], [create_time], [update_by], [update_time], [del_flag]) VALUES (N'1', N'001', N'张三', N'男', N'2000-02-04 13:36:19.0000000', N'汉族', N'团员', N'北京', N'170', N'65', N'良好', N'110101200002044853', N'大专', N'北京科技', N'计算机', N'北京朝阳区', N'1001', N'zhang@163.com', N'18011111111', N'英语', N'三级', N'三级', N'2019-02-04 13:41:17.0000000', N'2020-02-04 13:41:31.0000000', N'项目经理', N'2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', N'2019年5月---至今 XX公司     网络系统工程师   2019年5月---至今 XX公司     网络系统工程师', NULL, N'2020-02-04 15:18:03.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[rep_demo_employee] ([id], [num], [name], [sex], [birthday], [nation], [political], [native_place], [height], [weight], [health], [id_card], [education], [school], [major], [address], [zip_code], [email], [phone], [foreign_language], [foreign_language_level], [computer_level], [graduation_time], [arrival_time], [positional_titles], [education_experience], [work_experience], [create_by], [create_time], [update_by], [update_time], [del_flag]) VALUES (N'2', N'002', N'王红', N'女', N'2000-02-04 13:36:19.0000000', N'汉族', N'团员', N'北京', N'170', N'65', N'良好', N'110101200002044853', N'大专', N'北京科技', N'计算机', N'北京朝阳区', N'1001', N'zhang@163.com', N'18011111111', N'英语', N'三级', N'三级', N'2019-02-04 13:41:17.0000000', N'2020-02-04 13:41:31.0000000', N'项目经理', N'2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', N'2019年5月---至今 XX公司     网络系统工程师   2019年5月---至今 XX公司     网络系统工程师', NULL, N'2020-02-04 18:39:27.0000000', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for rep_demo_gongsi -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_gongsi]') AND type IN ('U')) DROP TABLE [dbo].[rep_demo_gongsi] GO CREATE TABLE [dbo].[rep_demo_gongsi] ( [id] int NOT NULL, [gname] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [gdata] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, [tdata] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [didian] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, [zhaiyao] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, [num] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[rep_demo_gongsi] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'货品名称', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_gongsi', 'COLUMN', N'gname' GO EXEC sp_addextendedproperty 'MS_Description', N'返利', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_gongsi', 'COLUMN', N'gdata' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'rep_demo_gongsi', 'COLUMN', N'tdata' GO -- ---------------------------- -- Records of rep_demo_gongsi -- ---------------------------- INSERT INTO [dbo].[rep_demo_gongsi] ([id], [gname], [gdata], [tdata], [didian], [zhaiyao], [num]) VALUES (N'1', N'北京天山海世界', N'2020-02-30 11:12:25', N'2020-02-25', N'天山大厦', N'1', N'2399845661') GO INSERT INTO [dbo].[rep_demo_gongsi] ([id], [gname], [gdata], [tdata], [didian], [zhaiyao], [num]) VALUES (N'2', N'dd天山海世界', N'2020-02-30 11:12:25', N'2020-02-25', N'天山大厦', N'1', N'2399845661') GO -- ---------------------------- -- Table structure for rep_demo_jianpiao -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_jianpiao]') AND type IN ('U')) DROP TABLE [dbo].[rep_demo_jianpiao] GO CREATE TABLE [dbo].[rep_demo_jianpiao] ( [id] int NOT NULL, [bnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [ftime] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [sfkong] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [kaishi] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [jieshu] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [hezairen] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [jpnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [shihelv] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL, [s_id] int NOT NULL ) GO ALTER TABLE [dbo].[rep_demo_jianpiao] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of rep_demo_jianpiao -- ---------------------------- INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'1', N'K7725', N'21:13', N'否', N'秦皇岛', N'邯郸', N'300', N'258', N'86', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'2', N'k99', N'16:55', N'否', N'包头', N'广州', N'800', N'700', N'88', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'3', N'G6737', N'05:34', N'否', N'北京西', N'邯郸东', N'500', N'256', N'51', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'4', N'K7705', N'07:03', N'否', N'北京', N'邯郸', N'400', N'200', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'5', N'G437', N'06:27', N'否', N'北京西', N'兰州西', N'800', N'586', N'73', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'6', N'G673', N'06:32', N'否', N'北京西', N'邯郸东', N'300', N'289', N'87', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'7', N'G507', N'06:43', N'否', N'北京西', N'邯郸东', N'300', N'200', N'67', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'8', N'G89', N'06:53', N'否', N'北京西', N'成都东', N'800', N'500', N'62', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'9', N'K7712', N'09:43', N'否', N'北京西', N'西安北', N'400', N'200', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'10', N'G405', N'10:05', N'否', N'北京西', N'昆明南', N'300', N'200', N'67', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'11', N'G6701', N'10:38', N'否', N'北京西', N'石家庄', N'300', N'200', N'67', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'12', N'G487', N'10:52', N'否', N'北京西', N'南昌西', N'800', N'700', N'88', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'13', N'G607', N'11:14', N'否', N'北京西', N'太原南', N'400', N'200', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'14', N'G667', N'11:19', N'否', N'北京西', N'西安北', N'400', N'200', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'15', N'Z49', N'11:28', N'否', N'北京西', N'成都', N'400', N'200', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'16', N'Z49', N'11:28', N'否', N'北京西', N'上海', N'300', N'200', N'80', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'17', N'Z49', N'11:56', N'否', N'北京西', N'上海', N'200', N'180', N'95', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'18', N'Z49', N'11:36', N'否', N'北京南', N'大晒', N'200', N'180', N'96', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'19', N'Z123', N'12:00', N'否', N'北京南', N'重庆', N'1000', N'1000', N'100', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'20', N'G78', N'13:56', N'否', N'北京东', N'厦门北', N'800', N'700', N'90', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'21', N'G56', N'18:36', N'否', N'上海西', N'深圳', N'800', N'700', N'90', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'22', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'23', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'24', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'25', N'H78', N'12:00', N'否', N'北京西', N'南昌', N'800', N'700', N'90', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'26', N'G70', N'7:23', N'是', N'北京西', N'厦门', N'500', N'450', N'95', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'27', N'G14', N'9:50', N'是', N'北京西', N'上海', N'800', N'700', N'95', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'28', N'G90', N'8:30', N'是', N'北京南', N'武昌', N'1000', N'1000', N'100', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'29', N'G25', N'7:56', N'是', N'厦门北', N'福州', N'500', N'100', N'20', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'30', N'G50', N'14:23', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'31', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'32', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'33', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'34', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'35', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'36', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'37', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'38', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'39', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'40', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'41', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'42', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'43', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'44', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'45', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'46', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'47', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'48', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'49', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'50', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'51', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'52', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'53', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'54', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'55', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'56', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'57', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'58', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'59', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'60', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'61', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'62', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'63', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'64', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'65', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'66', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'67', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'68', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'69', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'70', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'71', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'72', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'73', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'74', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'75', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'76', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'77', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'78', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'79', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'80', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'81', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'82', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'83', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'84', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'85', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'86', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1') GO -- ---------------------------- -- Table structure for sys_announcement -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_announcement]') AND type IN ('U')) DROP TABLE [dbo].[sys_announcement] GO CREATE TABLE [dbo].[sys_announcement] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [titile] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [msg_content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [start_time] datetime2(7) NULL, [end_time] datetime2(7) NULL, [sender] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [priority] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [msg_category] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL, [msg_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [send_status] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [send_time] datetime2(7) NULL, [cancel_time] datetime2(7) NULL, [del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [bus_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [bus_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [open_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [open_page] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [user_ids] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [msg_abstract] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [dt_task_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_announcement] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'标题', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'titile' GO EXEC sp_addextendedproperty 'MS_Description', N'内容', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'msg_content' GO EXEC sp_addextendedproperty 'MS_Description', N'开始时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'start_time' GO EXEC sp_addextendedproperty 'MS_Description', N'结束时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'end_time' GO EXEC sp_addextendedproperty 'MS_Description', N'发布人', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'sender' GO EXEC sp_addextendedproperty 'MS_Description', N'优先级(L低,M中,H高)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'priority' GO EXEC sp_addextendedproperty 'MS_Description', N'消息类型1:通知公告2:系统消息', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'msg_category' GO EXEC sp_addextendedproperty 'MS_Description', N'通告对象类型(USER:指定用户,ALL:全体用户)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'msg_type' GO EXEC sp_addextendedproperty 'MS_Description', N'发布状态(0未发布,1已发布,2已撤销)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'send_status' GO EXEC sp_addextendedproperty 'MS_Description', N'发布时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'send_time' GO EXEC sp_addextendedproperty 'MS_Description', N'撤销时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'cancel_time' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态(0,正常,1已删除)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'业务类型(email:邮件 bpm:流程)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'bus_type' GO EXEC sp_addextendedproperty 'MS_Description', N'业务id', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'bus_id' GO EXEC sp_addextendedproperty 'MS_Description', N'打开方式(组件:component 路由:url)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'open_type' GO EXEC sp_addextendedproperty 'MS_Description', N'组件/路由 地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'open_page' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'指定用户', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'user_ids' GO EXEC sp_addextendedproperty 'MS_Description', N'摘要', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'msg_abstract' GO EXEC sp_addextendedproperty 'MS_Description', N'钉钉task_id,用于撤回消息', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement', 'COLUMN', N'dt_task_id' GO EXEC sp_addextendedproperty 'MS_Description', N'系统通告表', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement' GO -- ---------------------------- -- Records of sys_announcement -- ---------------------------- INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'1256486502931722242', N'JeecgBoot 2.2.0版本发布', N'
升级不兼容
较大改造
ONLINE升级
Online代码生成器升级

后期重点维护ONLINE模式的代码生成器,GUI模式逐步弃用。

平台基础升级
UI组件升级
Issues处理
', N'2020-05-01 15:30:56.0000000', N'2020-05-30 15:31:00.0000000', N'admin', N'H', N'1', N'ALL', N'1', N'2020-05-02 15:31:44.0000000', NULL, N'0', NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:31:41.0000000', N'admin', N'2020-05-02 15:31:44.0000000', NULL, N'重磅版本发布', NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'1256486817286418434', N'放假通知', N'

放假通知

', N'2020-05-02 15:32:38.0000000', N'2020-05-30 15:32:40.0000000', N'admin', N'M', N'1', N'USER', N'1', N'2020-05-02 15:32:59.0000000', NULL, N'0', NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:32:56.0000000', N'admin', N'2020-05-02 15:32:59.0000000', N'e9ca23d68d884d4ebb19d07889727dae,a75d45a015c44384a04449ee80dc3503,', N'放假通知', NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'1256529336858685441', N'1', N'

22

', N'2020-05-02 18:21:41.0000000', N'2020-05-30 18:21:44.0000000', N'admin', N'M', N'1', N'ALL', N'2', N'2020-05-02 18:21:57.0000000', N'2020-05-02 18:22:07.0000000', N'1', NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 18:21:54.0000000', N'admin', N'2021-08-12 16:05:00.0000000', NULL, N'22', NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'1524265037052194817', N'1231231', NULL, NULL, N'2022-05-14 13:47:54.0000000', N'admin', N'H', N'1', N'ALL', N'2', N'2022-05-11 13:48:04.0000000', N'2022-05-11 14:04:18.0000000', N'1', NULL, NULL, NULL, NULL, N'admin', N'2022-05-11 13:47:59.0000000', N'admin', N'2022-05-11 14:04:21.0000000', N'undefined,', N'23123', NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'1524269214973243394', N'123123', N'

111

', NULL, N'2022-05-12 14:04:24.0000000', N'admin', N'H', N'1', N'ALL', N'1', N'2022-05-11 14:04:37.0000000', NULL, N'0', NULL, NULL, NULL, NULL, N'admin', N'2022-05-11 14:04:35.0000000', N'admin', N'2022-05-11 14:04:37.0000000', N'undefined,', N'123123', NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'1b714f8ebc3cc33f8b4f906103b6a18d', N'5467567', NULL, NULL, NULL, N'admin', NULL, N'2', NULL, N'1', N'2019-03-30 12:40:38.0000000', NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:23:26.0000000', N'admin', N'2020-05-02 15:30:42.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'3d11237ccdf62450d20bb8abdb331178', N'111222', NULL, NULL, NULL, NULL, NULL, N'2', NULL, N'0', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-03-29 17:19:47.0000000', N'admin', N'2019-03-29 17:19:50.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'7ef04e95f8de030b1d5f7a9144090dc6', N'111', NULL, N'2019-02-06 17:28:10.0000000', N'2019-03-08 17:28:11.0000000', NULL, NULL, N'2', NULL, N'0', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:28:17.0000000', N'admin', N'2019-03-26 19:59:49.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'93a9060a1c20e4bf98b3f768a02c2ff9', N'111', N'111', N'2019-02-06 17:20:17.0000000', N'2019-02-21 17:20:20.0000000', N'admin', N'M', N'2', N'ALL', N'1', N'2019-02-26 17:24:29.0000000', NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:16:26.0000000', N'admin', N'2020-05-02 15:30:42.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'de1dc57f31037079e1e55c8347fe6ef7', N'222', N'2222', N'2019-02-06 17:28:26.0000000', N'2019-02-23 17:28:28.0000000', N'admin', N'M', N'2', N'ALL', N'1', N'2019-03-29 17:19:56.0000000', NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:28:36.0000000', N'admin', N'2019-02-26 17:28:40.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id]) VALUES (N'e52f3eb6215f139cb2224c52517af3bd', N'334', N'334', NULL, NULL, NULL, NULL, N'2', NULL, N'0', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-03-30 12:40:28.0000000', N'admin', N'2019-03-30 12:40:32.0000000', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for sys_announcement_send -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_announcement_send]') AND type IN ('U')) DROP TABLE [dbo].[sys_announcement_send] GO CREATE TABLE [dbo].[sys_announcement_send] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [annt_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [read_flag] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [read_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [star_flag] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_announcement_send] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'通告ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'annt_id' GO EXEC sp_addextendedproperty 'MS_Description', N'用户id', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'阅读状态(0未读,1已读)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'read_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'阅读时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'read_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'标星状态( 1为标星 空/0没有标星)', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send', 'COLUMN', N'star_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'用户通告阅读标记表', 'SCHEMA', N'dbo', 'TABLE', N'sys_announcement_send' GO -- ---------------------------- -- Records of sys_announcement_send -- ---------------------------- INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'646c0c405ec643d4dc4160db2446f8ff', N'93a9060a1c20e4bf98b3f768a02c2ff9', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2019-11-21 16:30:01.0000000', N'admin', N'2019-05-17 11:50:56.0000000', N'admin', N'2019-11-21 16:30:01.0000000', NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1197434450981543938', N'93a9060a1c20e4bf98b3f768a02c2ff9', N'a75d45a015c44384a04449ee80dc3503', N'0', NULL, N'jeecg', N'2019-11-21 16:39:55.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1256486817319972866', N'1256486817286418434', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2022-09-22 13:53:48.0000000', N'admin', N'2020-05-02 15:32:56.0000000', N'admin', N'2022-09-22 13:53:48.0000000', NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1256486817349332993', N'1256486817286418434', N'a75d45a015c44384a04449ee80dc3503', N'0', N'2020-05-02 15:32:56.0000000', N'admin', N'2020-05-02 15:32:56.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1256527099214278657', N'1256486502931722242', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2022-09-22 13:53:50.0000000', N'admin', N'2020-05-02 18:12:59.0000000', N'admin', N'2022-09-22 13:53:50.0000000', NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1260927781673484290', N'1256486502931722242', N'a75d45a015c44384a04449ee80dc3503', N'0', NULL, N'jeecg', N'2020-05-14 21:39:45.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1524265883060088833', N'1524265037052194817', N'e9ca23d68d884d4ebb19d07889727dae', N'0', NULL, N'admin', N'2022-05-11 13:51:21.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1524269222510407682', N'1524269214973243394', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2022-09-22 13:53:52.0000000', N'admin', N'2022-05-11 14:04:37.0000000', N'admin', N'2022-09-22 13:53:52.0000000', NULL) GO INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1539164576187887617', N'1524269214973243394', N'a75d45a015c44384a04449ee80dc3503', N'0', NULL, N'jeecg', N'2022-06-21 16:33:26.0000000', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for sys_category -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_category]') AND type IN ('U')) DROP TABLE [dbo].[sys_category] GO CREATE TABLE [dbo].[sys_category] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [pid] nvarchar(36) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [has_child] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_category] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'父级节点', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'pid' GO EXEC sp_addextendedproperty 'MS_Description', N'类型名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'类型编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'是否有子节点', 'SCHEMA', N'dbo', 'TABLE', N'sys_category', 'COLUMN', N'has_child' GO -- ---------------------------- -- Records of sys_category -- ---------------------------- INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1183693424827564034', N'0', N'物料树', N'B02', N'admin', N'2019-10-14 18:37:59.0000000', N'admin', N'2019-10-14 18:38:15.0000000', N'A01', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1183693491043041282', N'1183693424827564034', N'上衣', N'B02A01', N'admin', N'2019-10-14 18:38:15.0000000', N'admin', N'2019-10-14 18:38:43.0000000', N'A01', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1183693534173069314', N'1183693424827564034', N'裤子', N'B02A02', N'admin', N'2019-10-14 18:38:25.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1183693610534567937', N'1183693491043041282', N'秋衣', N'B02A01A01', N'admin', N'2019-10-14 18:38:43.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1183693700254924802', N'1183693491043041282', N'兵装', N'B02A01A02', N'admin', N'2019-10-14 18:39:05.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1183693773974011906', N'1183693491043041282', N'女装', N'B02A01A03', N'admin', N'2019-10-14 18:39:22.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1185039122143719425', N'0', N'电脑产品', N'A01', N'admin', N'2019-10-18 11:45:18.0000000', N'admin', N'2019-10-18 11:45:31.0000000', N'A01', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1185039176799694850', N'1185039122143719425', N'thinkpad', N'A01A01', N'admin', N'2019-10-18 11:45:31.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1185039255115739138', N'1185039122143719425', N'mackbook', N'A01A02', N'admin', N'2019-10-18 11:45:50.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1185039299051073537', N'1185039122143719425', N'华为电脑', N'A01A03', N'admin', N'2019-10-18 11:46:01.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769196661510146', N'0', N'省', NULL, N'admin', N'2020-02-21 16:20:16.0000000', N'admin', N'2020-02-21 16:20:31.0000000', N'A01A03', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769253267836929', N'1230769196661510146', N'安徽省', NULL, N'admin', N'2020-02-21 16:20:31.0000000', N'admin', N'2020-02-21 16:20:53.0000000', N'A01A03', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769290609725441', N'1230769196661510146', N'山东省', NULL, N'admin', N'2020-02-21 16:20:40.0000000', N'admin', N'2020-02-21 16:21:23.0000000', N'A01A03', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769347157331969', N'1230769253267836929', N'合肥市', NULL, N'admin', N'2020-02-21 16:20:53.0000000', N'admin', N'2020-02-21 16:21:08.0000000', N'A01A03', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769407907631106', N'1230769347157331969', N'包河区', NULL, N'admin', N'2020-02-21 16:21:08.0000000', NULL, NULL, N'A01A03', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769470889299970', N'1230769290609725441', N'济南市', NULL, N'admin', N'2020-02-21 16:21:23.0000000', N'admin', N'2020-02-21 16:21:41.0000000', N'A01A03', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769547519234050', N'1230769470889299970', N'A区', NULL, N'admin', N'2020-02-21 16:21:41.0000000', NULL, NULL, N'A01A03', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769620021972993', N'1230769470889299970', N'B区', NULL, N'admin', N'2020-02-21 16:21:58.0000000', NULL, NULL, N'A01A03', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769769930592257', N'1230769253267836929', N'淮南市', NULL, N'admin', N'2020-02-21 16:22:34.0000000', N'admin', N'2020-02-21 16:22:54.0000000', N'A01A03', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'1230769855347593217', N'1230769769930592257', N'C区', NULL, N'admin', N'2020-02-21 16:22:54.0000000', NULL, NULL, N'A01A03', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'22a50b413c5e1ef661fb8aea9469cf52', N'e9ded10fd33e5753face506f4f1564b5', N'MacBook', N'B01-2-1', N'admin', N'2019-06-10 15:43:13.0000000', NULL, NULL, N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'5c8f68845e57f68ab93a2c8d82d26ae1', N'0', N'笔记本', N'B01', N'admin', N'2019-06-10 15:34:11.0000000', N'admin', N'2019-06-10 15:34:24.0000000', N'A01', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'937fd2e9aa13b8bab1da1ca36d3fd344', N'e9ded10fd33e5753face506f4f1564b5', N'台式机', N'B01-2-2', N'admin', N'2019-06-10 15:43:32.0000000', N'admin', N'2019-08-21 12:01:59.0000000', N'A01', NULL) GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'e9ded10fd33e5753face506f4f1564b5', N'5c8f68845e57f68ab93a2c8d82d26ae1', N'苹果电脑', N'B01-2', N'admin', N'2019-06-10 15:41:14.0000000', N'admin', N'2019-06-10 15:43:13.0000000', N'A01', N'1') GO INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child]) VALUES (N'f39a06bf9f390ba4a53d11bc4e0018d7', N'5c8f68845e57f68ab93a2c8d82d26ae1', N'华为', N'B01-1', N'admin', N'2019-06-10 15:34:24.0000000', N'admin', N'2019-08-21 12:01:56.0000000', N'A01', NULL) GO -- ---------------------------- -- Table structure for sys_check_rule -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_check_rule]') AND type IN ('U')) DROP TABLE [dbo].[sys_check_rule] GO CREATE TABLE [dbo].[sys_check_rule] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [rule_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [rule_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [rule_json] nvarchar(1024) COLLATE Chinese_PRC_CI_AS NULL, [rule_description] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_check_rule] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'规则名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'rule_name' GO EXEC sp_addextendedproperty 'MS_Description', N'规则Code', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'rule_code' GO EXEC sp_addextendedproperty 'MS_Description', N'规则JSON', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'rule_json' GO EXEC sp_addextendedproperty 'MS_Description', N'规则描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'rule_description' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_check_rule', 'COLUMN', N'create_time' GO -- ---------------------------- -- Records of sys_check_rule -- ---------------------------- INSERT INTO [dbo].[sys_check_rule] ([id], [rule_name], [rule_code], [rule_json], [rule_description], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1224980593992388610', N'通用编码规则', N'common', N'[{"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位数"}]', N'规则:1、首位只能是字母;2、只能填写数字、大小写字母、下划线;3、最少3位数,最多12位数。', N'admin', N'2020-02-07 11:25:48.0000000', N'admin', N'2020-02-05 16:58:27.0000000') GO INSERT INTO [dbo].[sys_check_rule] ([id], [rule_name], [rule_code], [rule_json], [rule_description], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1225001845524004866', N'负责的功能测试', N'test', N'[{"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":"必须以。结尾"}]', N'包含长度校验、特殊字符校验等', N'admin', N'2020-02-07 11:57:31.0000000', N'admin', N'2020-02-05 18:22:54.0000000') GO -- ---------------------------- -- Table structure for sys_comment -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_comment]') AND type IN ('U')) DROP TABLE [dbo].[sys_comment] GO CREATE TABLE [dbo].[sys_comment] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [table_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [table_data_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [from_user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [to_user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [comment_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [comment_content] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_comment] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'表名', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'table_name' GO EXEC sp_addextendedproperty 'MS_Description', N'数据id', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'table_data_id' GO EXEC sp_addextendedproperty 'MS_Description', N'来源用户id', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'from_user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'发送给用户id(允许为空)', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'to_user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'评论id(允许为空,不为空时,则为回复)', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'comment_id' GO EXEC sp_addextendedproperty 'MS_Description', N'回复内容', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'comment_content' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'系统评论回复表', 'SCHEMA', N'dbo', 'TABLE', N'sys_comment' GO -- ---------------------------- -- Records of sys_comment -- ---------------------------- INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814554312093698', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'1212 :open_mouth:', N'admin', N'2022-10-14 14:55:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814573433925634', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'上传了附件', N'admin', N'2022-10-14 14:55:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814621358043137', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'干啥啊', N'admin', N'2022-10-14 14:55:51.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for sys_data_log -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_data_log]') AND type IN ('U')) DROP TABLE [dbo].[sys_data_log] GO CREATE TABLE [dbo].[sys_data_log] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [data_table] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [data_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [data_content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [data_version] int NULL, [type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_data_log] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'id', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'表名', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'data_table' GO EXEC sp_addextendedproperty 'MS_Description', N'数据ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'data_id' GO EXEC sp_addextendedproperty 'MS_Description', N'数据内容', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'data_content' GO EXEC sp_addextendedproperty 'MS_Description', N'版本号', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'data_version' GO EXEC sp_addextendedproperty 'MS_Description', N'类型', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_log', 'COLUMN', N'type' GO -- ---------------------------- -- Records of sys_data_log -- ---------------------------- INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1523903071766949890', NULL, N'2022-05-10 13:49:40.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{ "mobilePhone":"1872222222", "officePhone":"1222222", "email":"", "createDate":"Jun 23, 2016 12:00:00 PM", "sex":"1", "depId":"402880e447e99cf10147e9a03b320003", "userName":"9001", "status":"1", "content":"111", "id":"4028ef81550c1a7901550c1cd6e70001" }', N'4', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580525580339335170', N'admin', N'2022-10-13 19:47:18.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【名字】的字段内容 易强 修改为 易强1; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580529675481600001', N'admin', N'2022-10-13 20:03:34.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【性别】的字段内容 2 修改为 1; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580529718888452098', N'admin', N'2022-10-13 20:03:44.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580534551057936386', N'admin', N'2022-10-13 20:22:57.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500; 将名称为【关联记录】的字段内容 空 修改为 1258783909887422466; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580534592426356738', N'admin', N'2022-10-13 20:23:06.0000000', NULL, NULL, N'ces_shop_goods', N'1258783909887422466', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580534607228055553', N'admin', N'2022-10-13 20:23:10.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580537951120142338', N'admin', N'2022-10-13 20:36:27.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580538174827540481', N'admin', N'2022-10-13 20:37:21.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 5000; 将名称为【关联记录】的字段内容 空 修改为 1258408897326149634; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580541919602814978', N'admin', N'2022-10-13 20:52:13.0000000', NULL, NULL, N'ces_shop_type', N'1258408044439597058', N' 将名称为【图片】的字段内容 jeewxshop测试号_1588862831749.jpg 修改为 temp/4afbfbedab64034f9015f1bca8c379310b551dab_1665665531949.jpg; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580542958913597442', N'admin', N'2022-10-13 20:56:21.0000000', NULL, NULL, N'v3_demo1', N'1532265688470265858', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543047069478914', N'admin', N'2022-10-13 20:56:42.0000000', NULL, NULL, N'test_note', N'1580543046964621313', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543149787983873', N'admin', N'2022-10-13 20:57:07.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769290609725441 修改为 1230769253267836929; 将名称为【区】的字段内容 1230769620021972993 修改为 1230769855347593217; 将名称为【市】的字段内容 1230769470889299970 修改为 1230769769930592257; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543461865172994', N'admin', N'2022-10-13 20:58:21.0000000', NULL, NULL, N'demo_field_def_val_main', N'1580543461659652098', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543527321481217', N'admin', N'2022-10-13 20:58:37.0000000', NULL, NULL, N'demo_field_def_val_main', N'1580543461659652098', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580544512626405378', N'admin', N'2022-10-13 21:02:32.0000000', NULL, NULL, N'ai_control_single', N'1580544512563490817', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580544763290595329', N'admin', N'2022-10-13 21:03:31.0000000', NULL, NULL, N'ai_control_single', N'1580544512563490817', N' 将名称为【自定义树】的字段内容 空 修改为 1185039122143719425; 将名称为【部门选择】的字段内容 空 修改为 c6d7cb4deeac411cb3384b1b31278596; 将名称为【用户选择】的字段内容 空 修改为 zhangsan; 将名称为【省市区】的字段内容 空 修改为 140303; 将名称为【分类字典树】的字段内容 空 修改为 1183693534173069314; 将名称为【年月日时分秒】的字段内容 空 修改为 2022-10-13 03:00:05; 将名称为【时间】的字段内容 空 修改为 00:00:02; 将名称为【字典表带条件下拉搜索】的字段内容 空 修改为 admin; 将名称为【图片】的字段内容 空 修改为 temp/appdev_1665666175437.png; 将名称为【字典表带条件单选】的字段内容 空 修改为 zhagnxiao; 将名称为【字典表下拉多选】的字段内容 空 修改为 57197590443c44f083d42ae24ef26a2c; 将名称为【popback】的字段内容 空 修改为 张三; 将名称为【字典多选】的字段内容 空 修改为 2; 将名称为【字典表多选】的字段内容 空 修改为 63775228b7b041a99825f79760590b7d; 将名称为【字典表单选】的字段内容 空 修改为 63775228b7b041a99825f79760590b7d; 将名称为【字典单选】的字段内容 空 修改为 2; 将名称为【字典表带条件多选】的字段内容 空 修改为 zhagnxiao; 将名称为【字典表带条件下拉多选】的字段内容 空 修改为 admin; 将名称为【日期】的字段内容 空 修改为 2022-10-06; 将名称为【开关】的字段内容 2 修改为 1; 将名称为【popup弹窗】的字段内容 空 修改为 zhangsan; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580545002412060674', N'admin', N'2022-10-13 21:04:28.0000000', NULL, NULL, N'ai_control_single', N'1580544512563490817', N' 将名称为【密码】的字段内容 空 修改为 33333; 将名称为【文本】的字段内容 22 修改为 22333; 将名称为【多行文本框】的字段内容 商品名称:22,单价:22 修改为 商品名称:22333,单价:22; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580562545419890690', N'admin', N'2022-10-13 22:14:11.0000000', NULL, NULL, N'ai_control_single', N'1580562545285672961', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580563072203501569', N'admin', N'2022-10-13 22:16:17.0000000', NULL, NULL, N'ai_control_single', N'1580563072002174977', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580733477480443906', N'admin', N'2022-10-14 09:33:24.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【备注】的字段内容 2333 修改为 233322; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580749419480494081', N'admin', N'2022-10-14 10:36:45.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769253267836929 修改为 1230769290609725441; 将名称为【区】的字段内容 1230769855347593217 修改为 1230769620021972993; 将名称为【市】的字段内容 1230769769930592257 修改为 1230769470889299970; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580761292670119938', N'admin', N'2022-10-14 11:23:56.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580772922195849218', N'admin', N'2022-10-14 12:10:09.0000000', NULL, NULL, N'ces_shop_goods', N'1258408897326149634', N' 将名称为【商品分类】的字段内容 1258408044439597058 修改为 1258408003595464706; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580814471130656770', N'admin', N'2022-10-14 14:55:15.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【备注】的字段内容 233322 修改为 23332290; 将名称为【生日】的字段内容 2022-09-29 修改为 2022-09-03; 将名称为【名字】的字段内容 易强1 修改为 易强10; 将名称为【性别】的字段内容 1 修改为 2; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580814505297457154', N'admin', N'2022-10-14 14:55:23.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【名字】的字段内容 11 修改为 刘艳; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580814578701971457', N'admin', N'2022-10-14 14:55:40.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816176350113793', N'admin', N'2022-10-14 15:02:01.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816198277935106', N'admin', N'2022-10-14 15:02:06.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【备注】的字段内容

2222

修改为

2222

; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816241374408705', N'admin', N'2022-10-14 15:02:17.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【所属部门】的字段内容 空 修改为 57197590443c44f083d42ae24ef26a2c,67fc001af12a4f9b8458005d3f19934a; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816274597490690', N'admin', N'2022-10-14 15:02:25.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【所属部门】的字段内容 空 修改为 57197590443c44f083d42ae24ef26a2c; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816614608744450', N'admin', N'2022-10-14 15:03:46.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【备注】的字段内容

2222

修改为

222290

; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816727792037890', N'admin', N'2022-10-14 15:04:13.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【备注】的字段内容

222290

修改为

222290

; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824196471730178', N'admin', N'2022-10-14 15:33:53.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【弹窗】的字段内容 空 修改为 小红帽4——prod; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824545664315394', N'admin', N'2022-10-14 15:35:17.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824562823213058', N'admin', N'2022-10-14 15:35:21.0000000', NULL, NULL, N'ceshi_001', N'1580824562693189634', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824645950124033', N'admin', N'2022-10-14 15:35:41.0000000', NULL, NULL, N'ceshi_001', N'1580824562693189634', N' 将名称为【弹窗】的字段内容 空 修改为 aaa; 将名称为【打卡时间】的字段内容 空 修改为 2022-10-07 15:35:25; 将名称为【薪资】的字段内容 空 修改为 33.00; 将名称为【备注】的字段内容 空 修改为

333

; 将名称为【生日】的字段内容 空 修改为 2022-10-06; 将名称为【性别】的字段内容 空 修改为 1; 将名称为【所属部门】的字段内容 空 修改为 6d35e179cd814e3299bd588ea7daed3f; 将名称为【年龄】的字段内容 空 修改为 22; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580825874562428930', N'admin', N'2022-10-14 15:40:33.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N' 创建了记录', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580825931193921538', N'admin', N'2022-10-14 15:40:47.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580825997833023490', N'admin', N'2022-10-14 15:41:03.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580826120168288258', N'admin', N'2022-10-14 15:41:32.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580826171309436929', N'admin', N'2022-10-14 15:41:44.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580826404688900097', N'admin', N'2022-10-14 15:42:40.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580827034358788098', N'admin', N'2022-10-14 15:45:10.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N' 将名称为【打卡时间】的字段内容 空 修改为 2022-10-07 15:45:05; 将名称为【生日】的字段内容 空 修改为 2022-10-13; 将名称为【性别】的字段内容 空 修改为 1; 将名称为【年龄】的字段内容 空 修改为 78; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580836377393258497', N'admin', N'2022-10-14 16:22:18.0000000', NULL, NULL, N'test_demo', N'4028810c6b02cba2016b02cba21f0000', N'', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580842495075049473', N'admin', N'2022-10-14 16:46:36.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N' 将名称为【备注】的字段内容 空 修改为

222

; ', N'1', N'comment') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab0d198015ab12274bf0006', N'admin', N'2017-03-09 11:35:09.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'3', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab700bead0009', N'admin', N'2017-03-10 14:56:03.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab700be8d0008', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 2:56:03 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"111","status":"0","id":"402880f05ab6d12b015ab700be8d0008"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab705a23f000d', N'admin', N'2017-03-10 15:01:24.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab705a233000c', N'{"mobilePhone":"","officePhone":"11","email":"","createDate":"Mar 10, 2017 3:01:24 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"11","status":"0","id":"402880f05ab6d12b015ab705a233000c"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab712a6420013', N'admin', N'2017-03-10 15:15:37.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"小王","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab712d0510015', N'admin', N'2017-03-10 15:15:47.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"18611788525","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 AM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"小王","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'2', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab71308240018', N'admin', N'2017-03-10 15:16:02.0000000', NULL, NULL, N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"13111111111","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"小明","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab72806c3001b', N'admin', N'2017-03-10 15:38:58.0000000', NULL, NULL, N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"18611788888","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"小明","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'2', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef815318148a0153181567690001', N'admin', N'2016-02-25 18:59:29.0000000', NULL, NULL, N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13423423423","officePhone":"1","email":"","age":1,"salary":1,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 PM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef815318148a01531815ec5c0003', N'admin', N'2016-02-25 19:00:03.0000000', NULL, NULL, N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13426498659","officePhone":"1","email":"","age":1,"salary":1.00,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 AM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'2', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c0502e6b0003', N'admin', N'2016-03-29 10:59:53.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"18455477548","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c0509aa40006', N'admin', N'2016-03-29 11:00:21.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c051c4a70008', N'admin', N'2016-03-29 11:01:37.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'2', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c051d4b5000a', N'admin', N'2016-03-29 11:01:41.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'2', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c07033d8000d', N'admin', N'2016-03-29 11:34:52.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","age":23,"createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'3', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c070492e000f', N'admin', N'2016-03-29 11:34:57.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","age":22,"createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'3', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef81550c1a7901550c1cd7850002', N'admin', N'2016-06-01 21:17:44.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 1, 2016 9:17:44 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"121221","status":"0","id":"4028ef81550c1a7901550c1cd6e70001"}', N'1', N'json') GO INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef81568c31ec01568c3307080004', N'admin', N'2016-08-15 11:16:09.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'2', N'json') GO -- ---------------------------- -- Table structure for sys_data_source -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_data_source]') AND type IN ('U')) DROP TABLE [dbo].[sys_data_source] GO CREATE TABLE [dbo].[sys_data_source] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [remark] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [db_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [db_driver] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [db_url] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [db_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [db_username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [db_password] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_data_source] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'数据源编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'remark' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库类型', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'db_type' GO EXEC sp_addextendedproperty 'MS_Description', N'驱动类', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'db_driver' GO EXEC sp_addextendedproperty 'MS_Description', N'数据源地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'db_url' GO EXEC sp_addextendedproperty 'MS_Description', N'数据库名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'db_name' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'db_username' GO EXEC sp_addextendedproperty 'MS_Description', N'密码', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'db_password' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_data_source', 'COLUMN', N'sys_org_code' GO -- ---------------------------- -- Records of sys_data_source -- ---------------------------- INSERT INTO [dbo].[sys_data_source] ([id], [code], [name], [remark], [db_type], [db_driver], [db_url], [db_name], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1209779538310004737', N'local_mysql', N'MySQL5.7', N'本地数据库MySQL5.7', N'1', N'com.mysql.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false', N'jeecg-boot', N'root', N'f5b6775e8d1749483f2320627de0e706', N'admin', N'2019-12-25 18:14:53.0000000', N'admin', N'2020-07-10 16:54:42.0000000', N'A01') GO -- ---------------------------- -- Table structure for sys_depart -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart]') AND type IN ('U')) DROP TABLE [dbo].[sys_depart] GO CREATE TABLE [dbo].[sys_depart] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [depart_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [depart_name_en] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [depart_name_abbr] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [depart_order] int NULL, [description] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [org_category] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL, [org_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NOT NULL, [mobile] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [fax] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [address] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [memo] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [qywx_identifier] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_depart] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'父机构ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'parent_id' GO EXEC sp_addextendedproperty 'MS_Description', N'机构/部门名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'depart_name' GO EXEC sp_addextendedproperty 'MS_Description', N'英文名', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'depart_name_en' GO EXEC sp_addextendedproperty 'MS_Description', N'缩写', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'depart_name_abbr' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'depart_order' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'机构类别 1公司,2组织机构,2岗位', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'org_category' GO EXEC sp_addextendedproperty 'MS_Description', N'机构类型 1一级部门 2子部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'org_type' GO EXEC sp_addextendedproperty 'MS_Description', N'机构编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'手机号', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'mobile' GO EXEC sp_addextendedproperty 'MS_Description', N'传真', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'fax' GO EXEC sp_addextendedproperty 'MS_Description', N'地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'address' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'memo' GO EXEC sp_addextendedproperty 'MS_Description', N'状态(1启用,0不启用)', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态(0,正常,1已删除)', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'对接企业微信的ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'qywx_identifier' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'组织机构表', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart' GO -- ---------------------------- -- Records of sys_depart -- ---------------------------- INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f1765520d6346f9bd9c79e2479e5b12', N'c6d7cb4deeac411cb3384b1b31278596', N'市场部', NULL, NULL, N'0', NULL, N'1', N'2', N'A01A03', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-20 17:15:34.0000000', N'admin', N'2019-02-26 16:36:18.0000000') GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5159cde220114246b045e574adceafe9', N'6d35e179cd814e3299bd588ea7daed3f', N'研发部', NULL, NULL, N'0', NULL, N'1', N'2', N'A02A02', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-26 16:44:38.0000000', N'admin', N'2019-03-07 09:36:53.0000000') GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'57197590443c44f083d42ae24ef26a2c', N'c6d7cb4deeac411cb3384b1b31278596', N'研发部', NULL, NULL, N'0', NULL, N'1', N'2', N'A01A05', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-21 16:14:41.0000000', N'admin', N'2019-03-27 19:05:49.0000000') GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'63775228b7b041a99825f79760590b7d', N'57197590443c44f083d42ae24ef26a2c', N'研发经理', NULL, NULL, N'0', NULL, N'3', N'3', N'A01A05A01', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2020-05-02 15:29:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'67fc001af12a4f9b8458005d3f19934a', N'c6d7cb4deeac411cb3384b1b31278596', N'财务部', NULL, NULL, N'0', NULL, N'1', N'2', N'A01A04', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-21 16:14:35.0000000', N'admin', N'2019-02-25 12:49:41.0000000') GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d35e179cd814e3299bd588ea7daed3f', N'', N'北京卓尔互动', NULL, NULL, N'0', NULL, N'1', N'1', N'A02', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-26 16:36:39.0000000', N'admin', N'2020-05-02 18:21:22.0000000') GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a7d7e77e06c84325a40932163adcdaa6', N'6d35e179cd814e3299bd588ea7daed3f', N'财务部', NULL, NULL, N'0', NULL, N'1', N'2', N'A02A01', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-26 16:36:47.0000000', N'admin', N'2022-10-14 18:57:56.0000000') GO INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c6d7cb4deeac411cb3384b1b31278596', N'', N'北京国炬软件', NULL, NULL, N'0', NULL, N'1', N'1', N'A01', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-11 14:21:51.0000000', N'admin', N'2020-05-02 18:21:27.0000000') GO -- ---------------------------- -- Table structure for sys_depart_permission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_permission]') AND type IN ('U')) DROP TABLE [dbo].[sys_depart_permission] GO CREATE TABLE [dbo].[sys_depart_permission] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [depart_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [data_rule_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_depart_permission] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'部门id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_permission', 'COLUMN', N'depart_id' GO EXEC sp_addextendedproperty 'MS_Description', N'权限id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_permission', 'COLUMN', N'permission_id' GO EXEC sp_addextendedproperty 'MS_Description', N'数据规则id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_permission', 'COLUMN', N'data_rule_ids' GO EXEC sp_addextendedproperty 'MS_Description', N'部门权限表', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_permission' GO -- ---------------------------- -- Records of sys_depart_permission -- ---------------------------- INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131934519297', N'6d35e179cd814e3299bd588ea7daed3f', N'f0675b52d89100ee88472b6800754a08', NULL) GO INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131947102209', N'6d35e179cd814e3299bd588ea7daed3f', N'2aeddae571695cd6380f6d6d334d6e7d', NULL) GO INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131955490818', N'6d35e179cd814e3299bd588ea7daed3f', N'020b06793e4de2eee0007f603000c769', NULL) GO INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131959685121', N'6d35e179cd814e3299bd588ea7daed3f', N'1232123780958064642', NULL) GO -- ---------------------------- -- Table structure for sys_depart_role -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_role]') AND type IN ('U')) DROP TABLE [dbo].[sys_depart_role] GO CREATE TABLE [dbo].[sys_depart_role] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [depart_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [role_name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [role_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_depart_role] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'部门id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'depart_id' GO EXEC sp_addextendedproperty 'MS_Description', N'部门角色名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'role_name' GO EXEC sp_addextendedproperty 'MS_Description', N'部门角色编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'role_code' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'部门角色表', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role' GO -- ---------------------------- -- Records of sys_depart_role -- ---------------------------- INSERT INTO [dbo].[sys_depart_role] ([id], [depart_id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925293226479618', N'6d35e179cd814e3299bd588ea7daed3f', N'roless', N'ssss', NULL, N'admin', N'2020-05-14 21:29:51.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for sys_depart_role_permission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_role_permission]') AND type IN ('U')) DROP TABLE [dbo].[sys_depart_role_permission] GO CREATE TABLE [dbo].[sys_depart_role_permission] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [depart_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [data_rule_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [operate_date] datetime2(7) NULL, [operate_ip] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_depart_role_permission] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'部门id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission', 'COLUMN', N'depart_id' GO EXEC sp_addextendedproperty 'MS_Description', N'角色id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission', 'COLUMN', N'role_id' GO EXEC sp_addextendedproperty 'MS_Description', N'权限id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission', 'COLUMN', N'permission_id' GO EXEC sp_addextendedproperty 'MS_Description', N'数据权限ids', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission', 'COLUMN', N'data_rule_ids' GO EXEC sp_addextendedproperty 'MS_Description', N'操作时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission', 'COLUMN', N'operate_date' GO EXEC sp_addextendedproperty 'MS_Description', N'操作ip', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission', 'COLUMN', N'operate_ip' GO EXEC sp_addextendedproperty 'MS_Description', N'部门角色权限表', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_permission' GO -- ---------------------------- -- Records of sys_depart_role_permission -- ---------------------------- INSERT INTO [dbo].[sys_depart_role_permission] ([id], [depart_id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260925328689319938', NULL, N'1260925293226479618', N'2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_depart_role_permission] ([id], [depart_id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260925328706097153', NULL, N'1260925293226479618', N'020b06793e4de2eee0007f603000c769', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for sys_depart_role_user -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_role_user]') AND type IN ('U')) DROP TABLE [dbo].[sys_depart_role_user] GO CREATE TABLE [dbo].[sys_depart_role_user] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [drole_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_depart_role_user] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_user', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'用户id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_user', 'COLUMN', N'user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'角色id', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_user', 'COLUMN', N'drole_id' GO EXEC sp_addextendedproperty 'MS_Description', N'部门角色用户表', 'SCHEMA', N'dbo', 'TABLE', N'sys_depart_role_user' GO -- ---------------------------- -- Records of sys_depart_role_user -- ---------------------------- -- ---------------------------- -- Table structure for sys_dict -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_dict]') AND type IN ('U')) DROP TABLE [dbo].[sys_dict] GO CREATE TABLE [dbo].[sys_dict] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [dict_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [dict_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [del_flag] int NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [type] int NULL ) GO ALTER TABLE [dbo].[sys_dict] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'字典名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'dict_name' GO EXEC sp_addextendedproperty 'MS_Description', N'字典编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'dict_code' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'字典类型0为string,1为number', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict', 'COLUMN', N'type' GO -- ---------------------------- -- Records of sys_dict -- ---------------------------- INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通告类型', N'msg_category', N'消息类型1:通知公告2:系统消息', N'0', N'admin', N'2019-04-22 18:01:35.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1174509082208395266', N'职务职级', N'position_rank', N'职务表职级字典', N'0', N'admin', N'2019-09-19 10:22:41.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1174511106530525185', N'机构类型', N'org_category', N'机构类型 1公司,2部门 3岗位', N'0', N'admin', N'2019-09-19 10:30:43.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1178295274528845826', N'表单权限策略', N'form_perms_type', N'', N'0', N'admin', N'2019-09-29 21:07:39.0000000', N'admin', N'2019-09-29 21:08:26.0000000', NULL) GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1199517671259906049', N'紧急程度', N'urgent_level', N'日程计划紧急程度', N'0', N'admin', N'2019-11-27 10:37:53.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1199518099888414722', N'日程计划类型', N'eoa_plan_type', N'', N'0', N'admin', N'2019-11-27 10:39:36.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1199520177767587841', N'分类栏目类型', N'eoa_cms_menu_type', N'', N'0', N'admin', N'2019-11-27 10:47:51.0000000', N'admin', N'2019-11-27 10:49:35.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1199525215290306561', N'日程计划状态', N'eoa_plan_status', N'', N'0', N'admin', N'2019-11-27 11:07:52.0000000', N'admin', N'2019-11-27 11:10:11.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1209733563293962241', N'数据库类型', N'database_type', N'', N'0', N'admin', N'2019-12-25 15:12:12.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1232913193820581889', N'Online表单业务分类', N'ol_form_biz_type', N'', N'0', N'admin', N'2020-02-27 14:19:46.0000000', N'admin', N'2020-02-27 14:20:23.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1242298510024429569', N'提醒方式', N'remindMode', N'', N'0', N'admin', N'2020-03-24 11:53:40.0000000', N'admin', N'2020-03-24 12:03:22.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1250687930947620866', N'定时任务状态', N'quartz_status', N'', N'0', N'admin', N'2020-04-16 15:30:14.0000000', N'', NULL, NULL) GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1280401766745718786', N'租户状态', N'tenant_status', N'租户状态', N'0', N'admin', N'2020-07-07 15:22:25.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1356445645198135298', N'开关', N'is_open', N'', N'0', N'admin', N'2021-02-02 11:33:38.0000000', N'admin', N'2021-02-02 15:28:12.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'236e8a4baff0db8c62c00dd95632834f', N'同步工作流引擎', N'activiti_sync', N'同步工作流引擎', N'0', N'admin', N'2019-05-15 15:27:33.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'2e02df51611a4b9632828ab7e5338f00', N'权限策略', N'perms_type', N'权限策略', N'0', N'admin', N'2019-04-26 18:26:55.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'2f0320997ade5dd147c90130f7218c3e', N'推送类别', N'msg_type', N'', N'0', N'admin', N'2019-03-17 21:21:32.0000000', N'admin', N'2019-03-26 19:57:45.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'3486f32803bb953e7155dab3513dc68b', N'删除状态', N'del_flag', NULL, N'0', N'admin', N'2019-01-18 21:46:26.0000000', N'admin', N'2019-03-30 11:17:11.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'3d9a351be3436fbefb1307d4cfb49bf2', N'性别', N'sex', NULL, N'0', NULL, N'2019-01-04 14:56:32.0000000', N'admin', N'2019-03-30 11:28:27.0000000', N'1') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'4274efc2292239b6f000b153f50823ff', N'全局权限策略', N'global_perms_type', N'全局权限策略', N'0', N'admin', N'2019-05-10 17:54:05.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'4c03fca6bf1f0299c381213961566349', N'Online图表展示模板', N'online_graph_display_template', N'Online图表展示模板', N'0', N'admin', N'2019-04-12 17:28:50.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'4c753b5293304e7a445fd2741b46529d', N'字典状态', N'dict_item_status', NULL, N'0', N'admin', N'2020-06-18 23:18:42.0000000', N'admin', N'2019-03-30 19:33:52.0000000', N'1') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'4d7fec1a7799a436d26d02325eff295e', N'优先级', N'priority', N'优先级', N'0', N'admin', N'2019-03-16 17:03:34.0000000', N'admin', N'2019-04-16 17:39:23.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'4e4602b3e3686f0911384e188dc7efb4', N'条件规则', N'rule_conditions', N'', N'0', N'admin', N'2019-04-01 10:15:03.0000000', N'admin', N'2019-04-01 10:30:47.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'4f69be5f507accea8d5df5f11346181a', N'发送消息类型', N'msgType', NULL, N'0', N'admin', N'2019-04-11 14:27:09.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'68168534ff5065a152bfab275c2136f8', N'有效无效状态', N'valid_status', N'有效无效状态', N'0', N'admin', N'2020-09-26 19:21:14.0000000', N'admin', N'2019-04-26 19:21:23.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'6b78e3f59faec1a4750acff08030a79b', N'用户类型', N'user_type', NULL, N'0', NULL, N'2019-01-04 14:59:01.0000000', N'admin', N'2019-03-18 23:28:18.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'72cce0989df68887546746d8f09811aa', N'Online表单类型', N'cgform_table_type', N'', N'0', N'admin', N'2019-01-27 10:13:02.0000000', N'admin', N'2019-03-30 11:37:36.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'78bda155fe380b1b3f175f1e88c284c6', N'流程状态', N'bpm_status', N'流程状态', N'0', N'admin', N'2019-05-09 16:31:52.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'83bfb33147013cc81640d5fd9eda030c', N'日志类型', N'log_type', NULL, N'0', N'admin', N'2019-03-18 23:22:19.0000000', NULL, NULL, N'1') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'845da5006c97754728bf48b6a10f79cc', N'状态', N'status', NULL, N'0', N'admin', N'2019-03-18 21:45:25.0000000', N'admin', N'2019-03-18 21:58:25.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'880a895c98afeca9d9ac39f29e67c13e', N'操作类型', N'operate_type', N'操作类型', N'0', N'admin', N'2019-07-22 10:54:29.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'8dfe32e2d29ea9430a988b3b558bf233', N'发布状态', N'send_status', N'发布状态', N'0', N'admin', N'2019-04-16 17:40:42.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'1是0否', N'yn', N'', N'0', N'admin', N'2019-05-22 19:29:29.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'a9d9942bd0eccb6e89de92d130ec4c4a', N'消息发送状态', N'msgSendStatus', NULL, N'0', N'admin', N'2019-04-12 18:18:17.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'菜单类型', N'menu_type', NULL, N'0', N'admin', N'2020-12-18 23:24:32.0000000', N'admin', N'2019-04-01 15:27:06.0000000', N'1') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'onlineT类型', N'ceshi_online', NULL, N'0', N'admin', N'2019-03-22 16:31:49.0000000', N'admin', N'2019-03-22 16:34:16.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'Online图表数据类型', N'online_graph_data_type', N'Online图表数据类型', N'0', N'admin', N'2019-04-12 17:24:24.0000000', N'admin', N'2019-04-12 17:24:57.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'c36169beb12de8a71c8683ee7c28a503', N'部门状态', N'depart_status', NULL, N'0', N'admin', N'2019-03-18 21:59:51.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'c5a14c75172783d72cbee6ee7f5df5d1', N'Online图表类型', N'online_graph_type', N'Online图表类型', N'0', N'admin', N'2019-04-12 17:04:06.0000000', NULL, NULL, N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'd6e1152968b02d69ff358c75b48a6ee1', N'流程类型', N'bpm_process_type', NULL, N'0', N'admin', N'2021-02-22 19:26:54.0000000', N'admin', N'2019-03-30 18:14:44.0000000', N'0') GO INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'fc6cd58fde2e8481db10d3a1e68ce70c', N'用户状态', N'user_status', NULL, N'0', N'admin', N'2019-03-18 21:57:25.0000000', N'admin', N'2019-03-18 23:11:58.0000000', N'1') GO -- ---------------------------- -- Table structure for sys_dict_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_dict_item]') AND type IN ('U')) DROP TABLE [dbo].[sys_dict_item] GO CREATE TABLE [dbo].[sys_dict_item] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [dict_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [item_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [item_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [sort_order] int NULL, [status] int NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_dict_item] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'字典id', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict_item', 'COLUMN', N'dict_id' GO EXEC sp_addextendedproperty 'MS_Description', N'字典项文本', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict_item', 'COLUMN', N'item_text' GO EXEC sp_addextendedproperty 'MS_Description', N'字典项值', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict_item', 'COLUMN', N'item_value' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict_item', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'排序', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict_item', 'COLUMN', N'sort_order' GO EXEC sp_addextendedproperty 'MS_Description', N'状态(1启用 0不启用)', 'SCHEMA', N'dbo', 'TABLE', N'sys_dict_item', 'COLUMN', N'status' GO -- ---------------------------- -- Records of sys_dict_item -- ---------------------------- INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0072d115e07c875d76c9b022e2179128', N'4d7fec1a7799a436d26d02325eff295e', N'低', N'L', N'低', N'3', N'1', N'admin', N'2019-04-16 17:04:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'05a2e732ce7b00aa52141ecc3e330b4e', N'3486f32803bb953e7155dab3513dc68b', N'已删除', N'1', NULL, NULL, N'1', N'admin', N'2025-10-18 21:46:56.0000000', N'admin', N'2019-03-28 22:23:20.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'096c2e758d823def3855f6376bc736fb', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'SQL', N'sql', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0c9532916f5cd722017b46bc4d953e41', N'2f0320997ade5dd147c90130f7218c3e', N'指定用户', N'USER', NULL, NULL, N'1', N'admin', N'2019-03-17 21:22:19.0000000', N'admin', N'2019-03-17 21:22:28.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ca4beba9efc4f9dd54af0911a946d5c', N'72cce0989df68887546746d8f09811aa', N'附表', N'3', NULL, N'3', N'1', N'admin', N'2019-03-27 10:13:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1030a2652608f5eac3b49d70458b8532', N'2e02df51611a4b9632828ab7e5338f00', N'禁用', N'2', N'禁用', N'2', N'1', N'admin', N'2021-03-26 18:27:28.0000000', N'admin', N'2019-04-26 18:39:11.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509082208395266', N'1174511106530525185', N'岗位', N'3', N'岗位', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', N'', NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509601047994369', N'1174509082208395266', N'员级', N'1', N'', N'1', N'1', N'admin', N'2019-09-19 10:24:45.0000000', N'admin', N'2019-09-23 11:46:39.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509667297026049', N'1174509082208395266', N'助级', N'2', N'', N'2', N'1', N'admin', N'2019-09-19 10:25:01.0000000', N'admin', N'2019-09-23 11:46:47.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509713568587777', N'1174509082208395266', N'中级', N'3', N'', N'3', N'1', N'admin', N'2019-09-19 10:25:12.0000000', N'admin', N'2019-09-23 11:46:56.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509788361416705', N'1174509082208395266', N'副高级', N'4', N'', N'4', N'1', N'admin', N'2019-09-19 10:25:30.0000000', N'admin', N'2019-09-23 11:47:06.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509835803189250', N'1174509082208395266', N'正高级', N'5', N'', N'5', N'1', N'admin', N'2019-09-19 10:25:41.0000000', N'admin', N'2019-09-23 11:47:12.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511197735665665', N'1174511106530525185', N'公司', N'1', N'公司', N'1', N'1', N'admin', N'2019-09-19 10:31:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511244036587521', N'1174511106530525185', N'部门', N'2', N'部门', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295553450061826', N'1178295274528845826', N'可编辑(未授权禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-09-29 21:08:46.0000000', N'admin', N'2019-09-29 21:09:18.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295639554928641', N'1178295274528845826', N'可见(未授权不可见)', N'1', N'', N'1', N'1', N'admin', N'2019-09-29 21:09:06.0000000', N'admin', N'2019-09-29 21:09:24.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517884758368257', N'1199517671259906049', N'一般', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517914017832962', N'1199517671259906049', N'重要', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517941339529217', N'1199517671259906049', N'紧急', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518186144276482', N'1199518099888414722', N'日常记录', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518214858481666', N'1199518099888414722', N'本周工作', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518235943247874', N'1199518099888414722', N'下周计划', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520817285701634', N'1199520177767587841', N'列表', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520835035996161', N'1199520177767587841', N'链接', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525468672405505', N'1199525215290306561', N'未开始', N'0', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525490575060993', N'1199525215290306561', N'进行中', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525506429530114', N'1199525215290306561', N'已完成', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 11:09:02.0000000', N'admin', N'2019-11-27 11:10:02.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733775114702850', N'1209733563293962241', N'MySQL5.5', N'1', N'', N'1', N'1', N'admin', N'2019-12-25 15:13:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733839933476865', N'1209733563293962241', N'Oracle', N'2', N'', N'3', N'1', N'admin', N'2019-12-25 15:13:18.0000000', N'admin', N'2021-07-15 13:44:08.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733903020003330', N'1209733563293962241', N'SQLServer', N'3', N'', N'4', N'1', N'admin', N'2019-12-25 15:13:33.0000000', N'admin', N'2021-07-15 13:44:11.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913424813486081', N'1232913193820581889', N'官方示例', N'demo', N'', N'1', N'1', N'admin', N'2020-02-27 14:20:42.0000000', N'admin', N'2020-02-27 14:21:37.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913493717512194', N'1232913193820581889', N'流程表单', N'bpm', N'', N'2', N'1', N'admin', N'2020-02-27 14:20:58.0000000', N'admin', N'2020-02-27 14:22:20.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913605382467585', N'1232913193820581889', N'测试表单', N'temp', N'', N'4', N'1', N'admin', N'2020-02-27 14:21:25.0000000', N'admin', N'2020-02-27 14:22:16.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232914232372195330', N'1232913193820581889', N'导入表单', N'bdfl_include', N'', N'5', N'1', N'admin', N'2020-02-27 14:23:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371726545010689', N'4e4602b3e3686f0911384e188dc7efb4', N'左模糊', N'LEFT_LIKE', N'左模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371809495760898', N'4e4602b3e3686f0911384e188dc7efb4', N'右模糊', N'RIGHT_LIKE', N'右模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300779390357505', N'1242298510024429569', N'短信提醒', N'2', N'', N'2', N'1', N'admin', N'2020-03-24 12:02:41.0000000', N'admin', N'2020-03-30 18:21:33.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300814383435777', N'1242298510024429569', N'邮件提醒', N'1', N'', N'1', N'1', N'admin', N'2020-03-24 12:02:49.0000000', N'admin', N'2020-03-30 18:21:26.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300887343353857', N'1242298510024429569', N'系统消息', N'4', N'', N'4', N'1', N'admin', N'2020-03-24 12:03:07.0000000', N'admin', N'2020-03-30 18:21:43.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688147579228161', N'1250687930947620866', N'正常', N'0', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:05.0000000', N'', NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688201064992770', N'1250687930947620866', N'停止', N'-1', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:18.0000000', N'', NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401815068295170', N'1280401766745718786', N'正常', N'1', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401847607705602', N'1280401766745718786', N'冻结', N'0', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1305827309355302914', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'API', N'api', N'', N'3', N'1', N'admin', N'2020-09-15 19:14:26.0000000', N'admin', N'2020-09-15 19:14:41.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1334440962954936321', N'1209733563293962241', N'MYSQL5.7+', N'4', N'', N'2', N'1', N'admin', N'2020-12-03 18:16:02.0000000', N'admin', N'2021-07-15 13:44:29.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445705549975553', N'1356445645198135298', N'是', N'Y', N'', N'1', N'1', N'admin', N'2021-02-02 11:33:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445754212290561', N'1356445645198135298', N'否', N'N', N'', N'1', N'1', N'admin', N'2021-02-02 11:34:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1414837074500976641', N'1209733563293962241', N'postgresql', N'6', N'', N'5', N'1', N'admin', N'2021-07-13 14:40:20.0000000', N'admin', N'2021-07-15 13:44:15.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1415547541091504129', N'1209733563293962241', N'marialDB', N'5', N'', N'6', N'1', N'admin', N'2021-07-15 13:43:28.0000000', N'admin', N'2021-07-15 13:44:23.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418049969003089922', N'1209733563293962241', N'达梦', N'7', N'', N'7', N'1', N'admin', N'2021-07-22 11:27:13.0000000', N'admin', N'2021-07-22 11:27:30.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050017053036545', N'1209733563293962241', N'人大金仓', N'8', N'', N'8', N'1', N'admin', N'2021-07-22 11:27:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050075555188737', N'1209733563293962241', N'神通', N'9', N'', N'9', N'1', N'admin', N'2021-07-22 11:27:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050110669901826', N'1209733563293962241', N'SQLite', N'10', N'', N'10', N'1', N'admin', N'2021-07-22 11:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050149475602434', N'1209733563293962241', N'DB2', N'11', N'', N'11', N'1', N'admin', N'2021-07-22 11:27:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050209823248385', N'1209733563293962241', N'Hsqldb', N'12', N'', N'12', N'1', N'admin', N'2021-07-22 11:28:11.0000000', N'admin', N'2021-07-22 11:28:27.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050323111399425', N'1209733563293962241', N'Derby', N'13', N'', N'13', N'1', N'admin', N'2021-07-22 11:28:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418117316707590146', N'1209733563293962241', N'H2', N'14', N'', N'14', N'1', N'admin', N'2021-07-22 15:54:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418491604048449537', N'1209733563293962241', N'其他数据库', N'15', N'', N'15', N'1', N'admin', N'2021-07-23 16:42:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'147c48ff4b51545032a9119d13f3222a', N'd6e1152968b02d69ff358c75b48a6ee1', N'测试流程', N'test', NULL, N'1', N'1', N'admin', N'2019-03-22 19:27:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1543fe7e5e26fb97cdafe4981bedc0c8', N'4c03fca6bf1f0299c381213961566349', N'单排布局', N'single', NULL, N'2', N'1', N'admin', N'2022-07-12 17:43:39.0000000', N'admin', N'2019-04-12 17:43:57.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1ce390c52453891f93514c1bd2795d44', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'000', N'00', NULL, N'1', N'1', N'admin', N'2019-03-22 16:34:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1db531bcff19649fa82a644c8a939dc4', N'4c03fca6bf1f0299c381213961566349', N'组合布局', N'combination', N'', N'4', N'1', N'admin', N'2019-05-11 16:07:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'222705e11ef0264d4214affff1fb4ff9', N'4f69be5f507accea8d5df5f11346181a', N'文本', N'1', N'', N'1', N'1', N'admin', N'2023-02-28 10:50:36.0000000', N'admin', N'2022-07-04 16:29:21.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23a5bb76004ed0e39414e928c4cde155', N'4e4602b3e3686f0911384e188dc7efb4', N'不等于', N'!=', N'不等于', N'3', N'1', N'admin', N'2019-04-01 16:46:15.0000000', N'admin', N'2019-04-01 17:48:40.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25847e9cb661a7c711f9998452dc09e6', N'4e4602b3e3686f0911384e188dc7efb4', N'小于等于', N'<=', N'小于等于', N'6', N'1', N'admin', N'2019-04-01 16:44:34.0000000', N'admin', N'2019-04-01 17:49:10.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d51376643f220afdeb6d216a8ac2c01', N'68168534ff5065a152bfab275c2136f8', N'有效', N'1', N'有效', N'2', N'1', N'admin', N'2019-04-26 19:22:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'308c8aadf0c37ecdde188b97ca9833f5', N'8dfe32e2d29ea9430a988b3b558bf233', N'已发布', N'1', N'已发布', N'2', N'1', N'admin', N'2019-04-16 17:41:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'333e6b2196e01ef9a5f76d74e86a6e33', N'8dfe32e2d29ea9430a988b3b558bf233', N'未发布', N'0', N'未发布', N'1', N'1', N'admin', N'2019-04-16 17:41:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'337ea1e401bda7233f6258c284ce4f50', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'JSON', N'json', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'33bc9d9f753cf7dc40e70461e50fdc54', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送失败', N'2', NULL, N'3', N'1', N'admin', N'2019-04-12 18:20:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3fbc03d6c994ae06d083751248037c0e', N'78bda155fe380b1b3f175f1e88c284c6', N'已完成', N'3', N'已完成', N'3', N'1', N'admin', N'2019-05-09 16:33:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41d7aaa40c9b61756ffb1f28da5ead8e', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通知公告', N'1', NULL, N'1', N'1', N'admin', N'2019-04-22 18:01:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41fa1e9571505d643aea87aeb83d4d76', N'4e4602b3e3686f0911384e188dc7efb4', N'等于', N'=', N'等于', N'4', N'1', N'admin', N'2019-04-01 16:45:24.0000000', N'admin', N'2019-04-01 17:49:00.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43d2295b8610adce9510ff196a49c6e9', N'845da5006c97754728bf48b6a10f79cc', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 21:45:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f05fb5376f4c61502c5105f52e4dd2b', N'83bfb33147013cc81640d5fd9eda030c', N'操作日志', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'50223341bfb5ba30bf6319789d8d17fe', N'd6e1152968b02d69ff358c75b48a6ee1', N'业务办理', N'business', NULL, N'3', N'1', N'admin', N'2023-04-22 19:28:05.0000000', N'admin', N'2019-03-22 23:24:39.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'51222413e5906cdaf160bb5c86fb827c', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'是', N'1', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'538fca35afe004972c5f3947c039e766', N'2e02df51611a4b9632828ab7e5338f00', N'显示', N'1', N'显示', N'1', N'1', N'admin', N'2025-03-26 18:27:13.0000000', N'admin', N'2019-04-26 18:39:07.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5584c21993bde231bbde2b966f2633ac', N'4e4602b3e3686f0911384e188dc7efb4', N'自定义SQL表达式', N'USE_SQL_RULES', N'自定义SQL表达式', N'9', N'1', N'admin', N'2019-04-01 10:45:24.0000000', N'admin', N'2019-04-01 17:49:27.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'58b73b344305c99b9d8db0fc056bbc0a', N'72cce0989df68887546746d8f09811aa', N'主表', N'2', NULL, N'2', N'1', N'admin', N'2019-03-27 10:13:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5b65a88f076b32e8e69d19bbaadb52d5', N'2f0320997ade5dd147c90130f7218c3e', N'全体用户', N'ALL', NULL, NULL, N'1', N'admin', N'2020-10-17 21:22:43.0000000', N'admin', N'2019-03-28 22:17:09.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d833f69296f691843ccdd0c91212b6b', N'880a895c98afeca9d9ac39f29e67c13e', N'修改', N'3', N'', N'3', N'1', N'admin', N'2019-07-22 10:55:07.0000000', N'admin', N'2019-07-22 10:55:41.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d84a8634c8fdfe96275385075b105c9', N'3d9a351be3436fbefb1307d4cfb49bf2', N'女', N'2', NULL, N'2', N'1', NULL, N'2019-01-04 14:56:56.0000000', NULL, N'2019-01-04 17:38:12.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'66c952ae2c3701a993e7db58f3baf55e', N'4e4602b3e3686f0911384e188dc7efb4', N'大于', N'>', N'大于', N'1', N'1', N'admin', N'2019-04-01 10:45:46.0000000', N'admin', N'2019-04-01 17:48:29.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6937c5dde8f92e9a00d4e2ded9198694', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'easyui', N'3', NULL, N'1', N'1', N'admin', N'2019-03-22 16:32:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69cacf64e244100289ddd4aa9fa3b915', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'未发送', N'0', NULL, N'1', N'1', N'admin', N'2019-04-12 18:19:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a7a9e1403a7943aba69e54ebeff9762', N'4f69be5f507accea8d5df5f11346181a', N'富文本', N'2', N'', N'2', N'1', N'admin', N'2031-02-28 10:50:44.0000000', N'admin', N'2022-07-04 16:29:30.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c682d78ddf1715baf79a1d52d2aa8c2', N'72cce0989df68887546746d8f09811aa', N'单表', N'1', NULL, N'1', N'1', N'admin', N'2019-03-27 10:13:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d404fd2d82311fbc87722cd302a28bc', N'4e4602b3e3686f0911384e188dc7efb4', N'模糊', N'LIKE', N'模糊', N'7', N'1', N'admin', N'2019-04-01 16:46:02.0000000', N'admin', N'2019-04-01 17:49:20.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d4e26e78e1a09699182e08516c49fc4', N'4d7fec1a7799a436d26d02325eff295e', N'高', N'H', N'高', N'1', N'1', N'admin', N'2019-04-16 17:04:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'700e9f030654f3f90e9ba76ab0713551', N'6b78e3f59faec1a4750acff08030a79b', N'333', N'333', NULL, NULL, N'1', N'admin', N'2019-02-21 19:59:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7050c1522702bac3be40e3b7d2e1dfd8', N'c5a14c75172783d72cbee6ee7f5df5d1', N'柱状图', N'bar', NULL, N'1', N'1', N'admin', N'2019-04-12 17:05:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'71b924faa93805c5c1579f12e001c809', N'd6e1152968b02d69ff358c75b48a6ee1', N'OA办公', N'oa', NULL, N'2', N'1', N'admin', N'2021-03-22 19:27:17.0000000', N'admin', N'2019-03-22 23:24:36.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'75b260d7db45a39fc7f21badeabdb0ed', N'c36169beb12de8a71c8683ee7c28a503', N'不启用', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:41.0000000', N'admin', N'2019-03-18 23:29:54.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7688469db4a3eba61e6e35578dc7c2e5', N'c36169beb12de8a71c8683ee7c28a503', N'启用', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78ea6cadac457967a4b1c4eb7aaa418c', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ccf7b80c70ee002eceb3116854b75cb', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'按钮权限', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81fb2bb0e838dc68b43f96cc309f8257', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'83250269359855501ec4e9c0b7e21596', N'4274efc2292239b6f000b153f50823ff', N'可见/可访问(授权后可见/可访问)', N'1', N'', N'1', N'1', N'admin', N'2019-05-10 17:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84778d7e928bc843ad4756db1322301f', N'4e4602b3e3686f0911384e188dc7efb4', N'大于等于', N'>=', N'大于等于', N'5', N'1', N'admin', N'2019-04-01 10:46:02.0000000', N'admin', N'2019-04-01 17:49:05.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'848d4da35ebd93782029c57b103e5b36', N'c5a14c75172783d72cbee6ee7f5df5d1', N'饼图', N'pie', NULL, N'3', N'1', N'admin', N'2019-04-12 17:05:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84dfc178dd61b95a72900fcdd624c471', N'78bda155fe380b1b3f175f1e88c284c6', N'处理中', N'2', N'处理中', N'2', N'1', N'admin', N'2019-05-09 16:33:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'86f19c7e0a73a0bae451021ac05b99dd', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'子菜单', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8c618902365ca681ebbbe1e28f11a548', N'4c753b5293304e7a445fd2741b46529d', N'启用', N'1', N'', N'0', N'1', N'admin', N'2020-07-18 23:19:27.0000000', N'admin', N'2019-05-17 14:51:18.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cdf08045056671efd10677b8456c999', N'4274efc2292239b6f000b153f50823ff', N'可编辑(未授权时禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-05-10 17:55:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ff48e657a7c5090d4f2a59b37d1b878', N'4d7fec1a7799a436d26d02325eff295e', N'中', N'M', N'中', N'2', N'1', N'admin', N'2019-04-16 17:04:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'948923658baa330319e59b2213cda97c', N'880a895c98afeca9d9ac39f29e67c13e', N'添加', N'2', N'', N'2', N'1', N'admin', N'2019-07-22 10:54:59.0000000', N'admin', N'2019-07-22 10:55:36.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', N'4c753b5293304e7a445fd2741b46529d', N'不启用', N'0', NULL, N'1', N'1', N'admin', N'2019-03-18 23:19:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a1e7d1ca507cff4a480c8caba7c1339e', N'880a895c98afeca9d9ac39f29e67c13e', N'导出', N'6', N'', N'6', N'1', N'admin', N'2019-07-22 12:06:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2be752dd4ec980afaec1efd1fb589af', N'8dfe32e2d29ea9430a988b3b558bf233', N'已撤销', N'2', N'已撤销', N'3', N'1', N'admin', N'2019-04-16 17:41:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa0d8a8042a18715a17f0a888d360aa4', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'一级菜单', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:24:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'adcf2a1fe93bb99a84833043f475fe0b', N'4e4602b3e3686f0911384e188dc7efb4', N'包含', N'IN', N'包含', N'8', N'1', N'admin', N'2019-04-01 16:45:47.0000000', N'admin', N'2019-04-01 17:49:24.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b029a41a851465332ee4ee69dcf0a4c2', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'系统消息', N'2', NULL, N'1', N'1', N'admin', N'2019-02-22 18:02:08.0000000', N'admin', N'2019-04-22 18:02:13.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b2a8b4bb2c8e66c2c4b1bb086337f393', N'3486f32803bb953e7155dab3513dc68b', N'正常', N'0', NULL, NULL, N'1', N'admin', N'2022-10-18 21:46:48.0000000', N'admin', N'2019-03-28 22:22:20.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b57f98b88363188daf38d42f25991956', N'6b78e3f59faec1a4750acff08030a79b', N'22', N'222', NULL, NULL, N'0', N'admin', N'2019-02-21 19:59:43.0000000', N'admin', N'2019-03-11 21:23:27.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5f3bd5f66bb9a83fecd89228c0d93d1', N'68168534ff5065a152bfab275c2136f8', N'无效', N'0', N'无效', N'1', N'1', N'admin', N'2019-04-26 19:21:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b9fbe2a3602d4a27b45c100ac5328484', N'78bda155fe380b1b3f175f1e88c284c6', N'待提交', N'1', N'待提交', N'1', N'1', N'admin', N'2019-05-09 16:32:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba27737829c6e0e582e334832703d75e', N'236e8a4baff0db8c62c00dd95632834f', N'同步', N'1', N'同步', N'1', N'1', N'admin', N'2019-05-15 15:28:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcec04526b04307e24a005d6dcd27fd6', N'880a895c98afeca9d9ac39f29e67c13e', N'导入', N'5', N'', N'5', N'1', N'admin', N'2019-07-22 12:06:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c53da022b9912e0aed691bbec3c78473', N'880a895c98afeca9d9ac39f29e67c13e', N'查询', N'1', N'', N'1', N'1', N'admin', N'2019-07-22 10:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5700a71ad08994d18ad1dacc37a71a9', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'否', N'0', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbfcc5b88fc3a90975df23ffc8cbe29c', N'c5a14c75172783d72cbee6ee7f5df5d1', N'曲线图', N'line', NULL, N'2', N'1', N'admin', N'2019-05-12 17:05:30.0000000', N'admin', N'2019-04-12 17:06:06.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd217592908ea3e00ff986ce97f24fb98', N'c5a14c75172783d72cbee6ee7f5df5d1', N'数据列表', N'table', NULL, N'4', N'1', N'admin', N'2019-04-12 17:05:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df168368dcef46cade2aadd80100d8aa', N'3d9a351be3436fbefb1307d4cfb49bf2', N'男', N'1', NULL, N'1', N'1', NULL, N'2027-08-04 14:56:49.0000000', N'admin', N'2019-03-23 22:44:44.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e6329e3a66a003819e2eb830b0ca2ea0', N'4e4602b3e3686f0911384e188dc7efb4', N'小于', N'<', N'小于', N'2', N'1', N'admin', N'2019-04-01 16:44:15.0000000', N'admin', N'2019-04-01 17:48:34.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e94eb7af89f1dbfa0d823580a7a6e66a', N'236e8a4baff0db8c62c00dd95632834f', N'不同步', N'0', N'不同步', N'2', N'1', N'admin', N'2019-05-15 15:28:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f0162f4cc572c9273f3e26b2b4d8c082', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'booostrap', N'1', NULL, N'1', N'1', N'admin', N'2021-08-22 16:32:04.0000000', N'admin', N'2019-03-22 16:33:57.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f16c5706f3ae05c57a53850c64ce7c45', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送成功', N'1', NULL, N'2', N'1', N'admin', N'2019-04-12 18:19:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2a7920421f3335afdf6ad2b342f6b5d', N'845da5006c97754728bf48b6a10f79cc', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 21:46:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f37f90c496ec9841c4c326b065e00bb2', N'83bfb33147013cc81640d5fd9eda030c', N'登录日志', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f753aff60ff3931c0ecb4812d8b5e643', N'4c03fca6bf1f0299c381213961566349', N'双排布局', N'double', NULL, N'3', N'1', N'admin', N'2019-04-12 17:43:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f80a8f6838215753b05e1a5ba3346d22', N'880a895c98afeca9d9ac39f29e67c13e', N'删除', N'4', N'', N'4', N'1', N'admin', N'2019-07-22 10:55:14.0000000', N'admin', N'2019-07-22 10:55:30.0000000') GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fcec03570f68a175e1964808dc3f1c91', N'4c03fca6bf1f0299c381213961566349', N'Tab风格', N'tab', NULL, N'1', N'1', N'admin', N'2019-04-12 17:43:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fe50b23ae5e68434def76f67cef35d2d', N'78bda155fe380b1b3f175f1e88c284c6', N'已作废', N'4', N'已作废', N'4', N'1', N'admin', N'2021-09-09 16:33:43.0000000', N'admin', N'2019-05-09 16:34:40.0000000') GO -- ---------------------------- -- Table structure for sys_files -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_files]') AND type IN ('U')) DROP TABLE [dbo].[sys_files] GO CREATE TABLE [dbo].[sys_files] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [file_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [file_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [store_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [tenant_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [file_size] float(53) NULL, [iz_folder] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [iz_root_folder] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [iz_star] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [down_count] int NULL, [read_count] int NULL, [share_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [share_perms] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [enable_down] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [enable_updat] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [del_flag] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_files] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'文件名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'file_name' GO EXEC sp_addextendedproperty 'MS_Description', N'文件地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'url' GO EXEC sp_addextendedproperty 'MS_Description', N'文档类型(folder:文件夹 excel:excel doc:word ppt:ppt image:图片 archive:其他文档 video:视频 pdf:pdf)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'file_type' GO EXEC sp_addextendedproperty 'MS_Description', N'文件上传类型(temp/本地上传(临时文件) manage/知识库)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'store_type' GO EXEC sp_addextendedproperty 'MS_Description', N'父级id', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'parent_id' GO EXEC sp_addextendedproperty 'MS_Description', N'租户id', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'tenant_id' GO EXEC sp_addextendedproperty 'MS_Description', N'文件大小(kb)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'file_size' GO EXEC sp_addextendedproperty 'MS_Description', N'是否文件夹(1:是 0:否)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'iz_folder' GO EXEC sp_addextendedproperty 'MS_Description', N'是否为1级文件夹,允许为空 (1:是 )', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'iz_root_folder' GO EXEC sp_addextendedproperty 'MS_Description', N'是否标星(1:是 0:否)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'iz_star' GO EXEC sp_addextendedproperty 'MS_Description', N'下载次数', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'down_count' GO EXEC sp_addextendedproperty 'MS_Description', N'阅读次数', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'read_count' GO EXEC sp_addextendedproperty 'MS_Description', N'分享链接', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'share_url' GO EXEC sp_addextendedproperty 'MS_Description', N'分享权限(1.关闭分享 2.允许所有联系人查看 3.允许任何人查看)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'share_perms' GO EXEC sp_addextendedproperty 'MS_Description', N'是否允许下载(1:是 0:否)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'enable_down' GO EXEC sp_addextendedproperty 'MS_Description', N'是否允许修改(1:是 0:否)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'enable_updat' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态(0-正常,1-删除至回收站)', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_files', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'知识库-文档管理', 'SCHEMA', N'dbo', 'TABLE', N'sys_files' GO -- ---------------------------- -- Records of sys_files -- ---------------------------- INSERT INTO [dbo].[sys_files] ([id], [file_name], [url], [file_type], [store_type], [parent_id], [tenant_id], [file_size], [iz_folder], [iz_root_folder], [iz_star], [down_count], [read_count], [share_url], [share_perms], [enable_down], [enable_updat], [del_flag], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814573568143361', N'11.jpg', N'comment/11_1665730539114.jpg', N'image', N'temp', NULL, NULL, N'10956', N'0', N'0', N'0', NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'admin', N'2022-10-14 14:55:39.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for sys_fill_rule -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_fill_rule]') AND type IN ('U')) DROP TABLE [dbo].[sys_fill_rule] GO CREATE TABLE [dbo].[sys_fill_rule] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [rule_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [rule_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [rule_class] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [rule_params] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_fill_rule] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'规则名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'rule_name' GO EXEC sp_addextendedproperty 'MS_Description', N'规则Code', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'rule_code' GO EXEC sp_addextendedproperty 'MS_Description', N'规则实现类', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'rule_class' GO EXEC sp_addextendedproperty 'MS_Description', N'规则参数', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'rule_params' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_fill_rule', 'COLUMN', N'create_time' GO -- ---------------------------- -- Records of sys_fill_rule -- ---------------------------- INSERT INTO [dbo].[sys_fill_rule] ([id], [rule_name], [rule_code], [rule_class], [rule_params], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1202551334738382850', N'机构编码生成', N'org_num_role', N'org.jeecg.modules.system.rule.OrgCodeRule', N'{"parentId":"c6d7cb4deeac411cb3384b1b31278596"}', N'admin', N'2019-12-09 10:37:06.0000000', N'admin', N'2019-12-05 19:32:35.0000000') GO INSERT INTO [dbo].[sys_fill_rule] ([id], [rule_name], [rule_code], [rule_class], [rule_params], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1202787623203065858', N'分类字典编码生成', N'category_code_rule', N'org.jeecg.modules.system.rule.CategoryCodeRule', N'{"pid":""}', N'admin', N'2022-10-13 16:47:52.0000000', N'admin', N'2019-12-06 11:11:31.0000000') GO INSERT INTO [dbo].[sys_fill_rule] ([id], [rule_name], [rule_code], [rule_class], [rule_params], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1260134137920090113', N'订单流水号', N'shop_order_num', N'org.jeecg.modules.online.cgform.rule.OrderNumberRule', N'{}', N'admin', N'2020-12-07 18:29:50.0000000', N'admin', N'2020-05-12 17:06:05.0000000') GO -- ---------------------------- -- Table structure for sys_form_file -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_form_file]') AND type IN ('U')) DROP TABLE [dbo].[sys_form_file] GO CREATE TABLE [dbo].[sys_form_file] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [table_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [table_data_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [file_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [file_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_form_file] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'表名', 'SCHEMA', N'dbo', 'TABLE', N'sys_form_file', 'COLUMN', N'table_name' GO EXEC sp_addextendedproperty 'MS_Description', N'数据id', 'SCHEMA', N'dbo', 'TABLE', N'sys_form_file', 'COLUMN', N'table_data_id' GO EXEC sp_addextendedproperty 'MS_Description', N'关联文件id', 'SCHEMA', N'dbo', 'TABLE', N'sys_form_file', 'COLUMN', N'file_id' GO EXEC sp_addextendedproperty 'MS_Description', N'文件类型(text:文本, excel:excel doc:word ppt:ppt image:图片 archive:其他文档 video:视频 pdf:pdf))', 'SCHEMA', N'dbo', 'TABLE', N'sys_form_file', 'COLUMN', N'file_type' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_form_file', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_form_file', 'COLUMN', N'create_time' GO -- ---------------------------- -- Records of sys_form_file -- ---------------------------- INSERT INTO [dbo].[sys_form_file] ([id], [table_name], [table_data_id], [file_id], [file_type], [create_by], [create_time]) VALUES (N'1580814573635252225', N'sys_comment', N'1580814573433925634', N'1580814573568143361', N'image', N'admin', N'2022-10-14 14:55:39.0000000') GO -- ---------------------------- -- Table structure for sys_gateway_route -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_gateway_route]') AND type IN ('U')) DROP TABLE [dbo].[sys_gateway_route] GO CREATE TABLE [dbo].[sys_gateway_route] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [router_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [uri] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [predicates] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [filters] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [retryable] int NULL, [strip_prefix] int NULL, [persistable] int NULL, [show_api] int NULL, [status] int NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_gateway_route] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'路由ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'router_id' GO EXEC sp_addextendedproperty 'MS_Description', N'服务名', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'服务地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'uri' GO EXEC sp_addextendedproperty 'MS_Description', N'断言', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'predicates' GO EXEC sp_addextendedproperty 'MS_Description', N'过滤器', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'filters' GO EXEC sp_addextendedproperty 'MS_Description', N'是否重试:0-否 1-是', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'retryable' GO EXEC sp_addextendedproperty 'MS_Description', N'是否忽略前缀0-否 1-是', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'strip_prefix' GO EXEC sp_addextendedproperty 'MS_Description', N'是否为保留数据:0-否 1-是', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'persistable' GO EXEC sp_addextendedproperty 'MS_Description', N'是否在接口文档中展示:0-否 1-是', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'show_api' GO EXEC sp_addextendedproperty 'MS_Description', N'状态:0-无效 1-有效', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_gateway_route', 'COLUMN', N'sys_org_code' GO -- ---------------------------- -- Records of sys_gateway_route -- ---------------------------- INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1331051599401857026', N'jeecg-demo-websocket', N'jeecg-demo-websocket', N'lb:ws://jeecg-demo', N'[{"args":["/vxeSocket/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-24 09:46:46.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'jeecg-cloud-websocket', N'jeecg-system-websocket', N'jeecg-system-websocket', N'lb:ws://jeecg-system', N'[{"args":["/websocket/**","/eoaSocket/**","/newsWebsocket/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-16 19:41:51.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'jeecg-demo', N'jeecg-demo', N'jeecg-demo', N'lb://jeecg-demo', N'[{"args":["/mock/**","/bigscreen/template1/**","/bigscreen/template2/**","/test/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-16 19:41:51.0000000', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'jeecg-system', N'jeecg-system', N'jeecg-system', N'lb://jeecg-system', N'[{"args":["/sys/**","/online/**","/bigscreen/**","/jmreport/**","/druid/**","/generic/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-16 19:41:51.0000000', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for sys_log -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_log]') AND type IN ('U')) DROP TABLE [dbo].[sys_log] GO CREATE TABLE [dbo].[sys_log] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [log_type] int NULL, [log_content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [operate_type] int NULL, [userid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [ip] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [method] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [request_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [request_param] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [request_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [cost_time] bigint NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_log] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'日志类型(1登录日志,2操作日志)', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'log_type' GO EXEC sp_addextendedproperty 'MS_Description', N'日志内容', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'log_content' GO EXEC sp_addextendedproperty 'MS_Description', N'操作类型', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'operate_type' GO EXEC sp_addextendedproperty 'MS_Description', N'操作用户账号', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'userid' GO EXEC sp_addextendedproperty 'MS_Description', N'操作用户名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'username' GO EXEC sp_addextendedproperty 'MS_Description', N'IP', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'ip' GO EXEC sp_addextendedproperty 'MS_Description', N'请求java方法', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'method' GO EXEC sp_addextendedproperty 'MS_Description', N'请求路径', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'request_url' GO EXEC sp_addextendedproperty 'MS_Description', N'请求参数', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'request_param' GO EXEC sp_addextendedproperty 'MS_Description', N'请求类型', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'request_type' GO EXEC sp_addextendedproperty 'MS_Description', N'耗时', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'cost_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_log', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'系统日志表', 'SCHEMA', N'dbo', 'TABLE', N'sys_log' GO -- ---------------------------- -- Records of sys_log -- ---------------------------- INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'002b7112a147edeb6149a891494577d0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:52:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'00f763e007e5a6bddf4cb8e562a53005', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 15:41:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'01075aa535274735e0df0a8bc44f62f9', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-09 16:56:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'016510fc662d9bb24d0186c5478df268', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 20:27:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0169622dcd4e89b177a0917778ac7f9c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 11:17:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'017e9596f489951f1cc7d978085adc00', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 10:58:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'018fe8d3f049a32fb8b541c893058713', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 15:17:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'01ebe1cbeae916a9228770f63130fdac', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-09 16:56:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'02026841bf8a9204db2c500c86a4a9be', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 20:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'024a4c5ba78538d05373dac650b227d1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 15:59:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0251bbee51c28f83459f4a57eeb61777', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 22:14:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'02d4447c9d97ac4fc1c3a9a4c789c2a8', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-28 18:24:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'03c0ab177bd7d840b778713b37daf86f', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 10:04:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'03ec66b6b6d17c007ec2f918efe5b898', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:16:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0473dedf4aa653b253b008dacff2937c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 13:04:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0475b4445d5f58f29212258c1644f339', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-01 20:20:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'04f97d7f906c1e97384a94f3728606a4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 12:08:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'055cf35c8865761b479c7f289dc36616', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1547912238787,"email":"zhangdaiscott@163.com","id":"c2c0d49e3c01913067cf8d1fb3c971d2","name":"zhang daihao"}]', NULL, N'16', N'admin', N'2019-01-19 23:37:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'056dd4466f4ed51de26c535fd9864828', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 19:47:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0571e5730ee624d0dd1b095ad7101738', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 16:10:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'059bac84373e9dae94363ea18802d70f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 10:06:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'060d541a9571ca2b0d24790a98d170a6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 19:28:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'063baad688535096d2ed906ae6f3a128', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-18 22:09:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0643f3ad4394de9fb3c491080c6a7a03', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 10:18:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'06fbb85b34f518cd211b948552de72f8', N'1', N'登录失败,用户名:null不存在!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 20:08:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'07132c1228b1c165f62ea35f4ff1cbe9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 18:15:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'07a0b3f8b4140a7a586305c2f40a2310', N'2', N'删除测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N'["7eac655877842eb39dc2f0469f3964ec"]', NULL, N'14', N'admin', N'2019-01-19 15:38:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0819ea9729ddf70f64ace59370a62cf1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 18:59:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0913bb0e92715892c470cf538726dfbc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 16:17:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'097be3e8fdf77a245f5c85884e97b88c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-05 22:52:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0a24b1f04f79a2bcb83c4cd12d077cbc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 17:34:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0a634ed086442afa7a5fc9aa000b898a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:10:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0a6eb1fa998b749012216542a2447ae7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 11:29:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0aa792eadeae39a1ed2a98ea5d2f6d27', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-16 09:11:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0aa9272c0581e1d7f62b1293375b4574', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-16 17:26:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ad51ba59da2c8763a4e6ed6e0a292b2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 17:37:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0b42292a532c796495a34d8d9c633afa', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 12:58:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0b9940fc5487026a3f16cade73efead5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:28:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ba24c5f61ff53f93134cf932dd486db', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-31 21:06:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0bc44e2d682c9f28525d203589a90b43', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 20:31:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0d4582c6b7719b0bfc0260939d97274f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 21:48:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0d6cd835072c83f46d1d2a3cf13225d3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-01 12:04:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0d85728028ed67da696137c0e82ab2f6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-16 12:58:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0dc22e52c9173e4e880728bc7734ff65', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 11:14:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0dc6d04b99e76ad400eef1ded2d3d97c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 09:59:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0e365a21c60e4460813bdc4e3cb320a3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 23:01:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0e41fe3a34d5715bf4c88e220663583a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 17:04:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0e754ee377033067f7b2f10b56b8784c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 17:17:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0e9c0d0d26ddc652a7277912e0784d11', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 12:27:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ef3e7ae8c073a7e3bdd736068f86c84', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0efc9df0d52c65ec318e7b46db21655f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:42:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0f173ec7e8819358819aa14aafc724c0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:15:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'10922e0d030960e6b026c67c6179247b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 20:07:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'10a434c326e39b1d046defddc8c57f4a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 21:18:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'111156480d4d18ebf40427083f25830f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 19:48:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'11695a9dcf44859cda97a4226bebe21b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-17 18:30:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'11802c7a3644af411bc4e085553cfd4f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 14:46:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185035214331654145', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-18 11:29:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185035238713143298', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-18 11:29:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185035239463923713', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-18 11:29:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185037047527714817', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-18 11:37:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185037216109375490', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'133', N'admin', N'2019-10-18 11:37:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185037734533738497', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'24', N'admin', N'2019-10-18 11:39:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185037756142792705', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-10-18 11:39:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185037829144653825', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'12', N'admin', N'2019-10-18 11:40:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185039907581669377', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'6', N'admin', N'2019-10-18 11:48:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185039947956039681', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'5', N'admin', N'2019-10-18 11:48:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185040064834514945', N'2', N'职务表-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.add()', NULL, N'[{"code":"devleader","createBy":"admin","createTime":1571370543072,"id":"1185040064792571906","name":"研发部经理","rank":"3","sysOrgCode":"A01"}]', NULL, N'22', N'admin', N'2019-10-18 11:49:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185040066562568193', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'26', N'admin', N'2019-10-18 11:49:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185129808478158850', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-18 17:45:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185452151318528001', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-19 15:06:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1185452231589117953', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-10-19 15:06:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197430985244905474', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 16:26:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197431068325679105', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 16:26:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197431850395602945', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'41', N'admin', N'2019-11-21 16:29:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197431872520556545', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'65', N'admin', N'2019-11-21 16:29:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197431893076840450', N'2', N'职务表-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.edit()', NULL, N'[{"code":"devleader","createBy":"admin","createTime":1571370543000,"id":"1185040064792571906","name":"研发部经理","postRank":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1574324985161}]', NULL, N'19', N'admin', N'2019-11-21 16:29:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197431893756317697', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'42', N'admin', N'2019-11-21 16:29:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197433172830294018', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'22', N'admin', N'2019-11-21 16:34:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197433546278539266', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'16', N'admin', N'2019-11-21 16:36:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197433566151151618', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 16:36:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434320656130049', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 16:39:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434360204222466', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'240', N'admin', N'2019-11-21 16:39:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434364826345474', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-11-21 16:39:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434403829178369', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 16:39:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434443708620802', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 16:39:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434470036267009', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'45', N'jeecg', N'2019-11-21 16:40:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197434579583098881', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'46', N'jeecg', N'2019-11-21 16:40:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197448449475338242', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 17:35:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197448475219976193', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-21 17:35:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197448491221245953', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'98', N'admin', N'2019-11-21 17:35:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197449269478547458', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'43', N'admin', N'2019-11-21 17:38:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197450304582443009', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'27', N'admin', N'2019-11-21 17:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197453216322797569', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'526', N'admin', N'2019-11-21 17:54:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197454357987155969', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'329', N'admin', N'2019-11-21 17:59:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197792320302452738', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-22 16:21:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197792369866543106', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-11-22 16:22:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1197793164787802113', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'381', N'admin', N'2019-11-22 16:25:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'11f511eeeb2e91af86b9d5e05132fc89', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 15:13:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209402348671193089', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2019-12-24 17:16:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209402408473579521', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2019-12-24 17:16:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209402471128092673', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'472', N'admin', N'2019-12-24 17:16:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209417003212853250', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'42', N'admin', N'2019-12-24 18:14:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209646296664756226', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2019-12-25 09:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209646643298816001', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2019-12-25 09:26:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209648067323744257', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'28', N'admin', N'2019-12-25 09:32:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209648217823760385', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'21', N'admin', N'2019-12-25 09:33:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209648344894394369', N'2', N'填值规则-批量删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.deleteBatch()', NULL, N'["1192350056519323649,1192349918153428994,"]', NULL, N'23', N'admin', N'2019-12-25 09:33:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209648345854889985', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'17', N'admin', N'2019-12-25 09:33:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209648456588709890', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'122', N'admin', N'2019-12-25 09:34:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209648997351936002', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'24', N'admin', N'2019-12-25 09:36:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209649005795069954', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'25', N'admin', N'2019-12-25 09:36:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209649012203966466', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'17', N'admin', N'2019-12-25 09:36:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209653324963500034', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'19', N'admin', N'2019-12-25 09:53:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209653453917376513', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'15', N'admin', N'2019-12-25 09:53:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209660332378755073', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'126', N'admin', N'2019-12-25 10:21:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209660342411530241', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'26', N'admin', N'2019-12-25 10:21:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209672160353783810', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'170', N'admin', N'2019-12-25 11:08:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209672431796555778', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'42', N'admin', N'2019-12-25 11:09:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209847153045913602', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2019-12-25 22:43:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'122edcafd54dd06e12838f41123d9d5d', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"age":28,"birthday":1546617600000,"createBy":"admin","createTime":1547901234989,"id":"42c08b1a2e5b2a96ffa4cc88383d4b11","name":"秦500","punchTime":1546691611000}]', NULL, N'21387', N'admin', N'2019-01-19 20:34:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231582569151074306', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 22:12:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231582603032662018', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 22:12:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231582605322752002', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 22:12:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231586195961556994', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 22:26:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231586370448797697', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'540', N'admin', N'2020-02-23 22:27:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231589034586804226', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'37', N'admin', N'2020-02-23 22:38:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231589059643576321', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-02-23 22:38:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590342991548417', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'26', N'admin', N'2020-02-23 22:43:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590348280565761', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, NULL, NULL, N'27', N'admin', N'2020-02-23 22:43:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590455747022850', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'6', N'admin', N'2020-02-23 22:43:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590510293946370', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'15', N'admin', N'2020-02-23 22:43:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590533404561410', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-02-23 22:44:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590588148617218', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'45', N'admin', N'2020-02-23 22:44:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590598588239874', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'8', N'admin', N'2020-02-23 22:44:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590600106577921', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'11', N'admin', N'2020-02-23 22:44:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231590978101448705', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'17', N'admin', N'2020-02-23 22:45:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231591017582432257', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, NULL, NULL, N'41', N'admin', N'2020-02-23 22:45:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231593459988566017', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'22', N'admin', N'2020-02-23 22:55:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231593466594594817', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'13', N'admin', N'2020-02-23 22:55:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231593479697600513', N'2', N'职务表-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.edit()', NULL, N'[{"code":"devleader","createBy":"admin","createTime":1571370543000,"id":"1185040064792571906","name":"研发部经理","postRank":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1582469742105}]', NULL, N'16', N'admin', N'2020-02-23 22:55:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231593480725204994', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'16', N'admin', N'2020-02-23 22:55:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231596465543032834', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:07:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231596468936224769', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:07:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231596595327381506', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:08:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231596596799582209', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:08:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231596742199324674', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:08:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231596743692496897', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:08:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231597287962157057', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:10:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231597290327744513', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:10:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231598580457857025', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-23 23:15:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231599446049009666', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'62', N'admin', N'2020-02-23 23:19:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231599453611339778', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'17', N'admin', N'2020-02-23 23:19:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231599534171336706', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'25', N'admin', N'2020-02-23 23:19:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231599542991958018', N'2', N'部门角色-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.queryPageList()', NULL, NULL, NULL, N'23', N'admin', N'2020-02-23 23:19:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231615277050998786', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 00:22:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231615300820119553', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 00:22:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231645918777962498', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 02:24:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231660660535951362', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 03:22:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231772559046967297', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 10:47:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231772634972258306', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 10:47:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231872139147202561', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, NULL, NULL, N'294', N'admin', N'2020-02-24 17:23:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231872145841311746', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, NULL, NULL, N'98', N'admin', N'2020-02-24 17:23:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231872154540298242', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, NULL, NULL, N'334', N'admin', N'2020-02-24 17:23:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1231888100260655106', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-24 18:26:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232120592192311297', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 09:50:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232121930921873409', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 09:55:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232123986592206850', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, NULL, NULL, N'48', N'admin', N'2020-02-25 10:03:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232124039033589761', N'2', N'编辑用户,id: a75d45a015c44384a04449ee80dc3503', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-02-25 10:03:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232124050710532098', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:04:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232124114992435202', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:04:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232124523609919489', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:05:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232124588416110593', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:06:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125009155133442', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:07:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125087760584706', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:08:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125284058206209', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:08:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125346289094658', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:09:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125555614224385', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:09:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125615475331073', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:10:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232125831045779457', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 10:11:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232230001392308226', N'1', N'用户名: jeecg测试,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 17:05:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232230077393096705', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 17:05:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232231182843883522', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 17:09:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232231223797067777', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-02-25 17:09:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1235143593301209090', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-03-04 18:02:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1235170990046130178', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-03-04 19:51:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1235202803376402433', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-03-04 21:57:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1235202873094123522', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-03-04 21:58:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1241cf8e9fd0e28478a07bf755f528c5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:51:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256482167137071106', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 15:14:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256483667833794561', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 15:20:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256484419314659330', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38dd4fee', NULL, N'55', N'admin', N'2020-05-02 15:23:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256484434414153729', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1edaf52d', NULL, N'25', N'admin', N'2020-05-02 15:23:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485080102170625', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20123ff4', NULL, N'53', N'admin', N'2020-05-02 15:26:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485085294718978', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:26:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485469157421057', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:27:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485494486822914', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3773cfae', NULL, N'25', N'admin', N'2020-05-02 15:27:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485574329593858', N'2', N'职务表-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.add()', NULL, N'[{"code":"总经理","createBy":"admin","createTime":1588404479920,"id":"1256485574212153345","name":"laozong","postRank":"5","sysOrgCode":"北京国炬公司"}]', NULL, N'12', N'admin', N'2020-05-02 15:28:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485574790967298', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4df33d14', NULL, N'59', N'admin', N'2020-05-02 15:28:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485587097055234', N'2', N'职务表-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.edit()', NULL, N'[{"code":"总经理","createBy":"admin","createTime":1588404480000,"id":"1256485574212153345","name":"laozong","postRank":"5","sysOrgCode":"北京国炬公司","updateBy":"admin","updateTime":1588404482983}]', NULL, N'17', N'admin', N'2020-05-02 15:28:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485587436793858', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34437d6a', NULL, N'20', N'admin', N'2020-05-02 15:28:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485616851447809', N'2', N'职务表-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.add()', NULL, N'[{"code":"1","createBy":"admin","createTime":1588404490080,"id":"1256485616817893378","name":"1","postRank":"1","sysOrgCode":"北京国炬公司"}]', NULL, N'8', N'admin', N'2020-05-02 15:28:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485617317015554', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65ab758f', NULL, N'34', N'admin', N'2020-05-02 15:28:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485628339646465', N'2', N'职务表-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.delete()', NULL, N' id: 1256485616817893378', NULL, N'8', N'admin', N'2020-05-02 15:28:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485628721328129', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@63ed8b8', NULL, N'19', N'admin', N'2020-05-02 15:28:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485878894784514', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5eee71e7', NULL, N'25', N'admin', N'2020-05-02 15:29:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256485915808854017', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55d170fd', NULL, N'21', N'admin', N'2020-05-02 15:29:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256487060673490946', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70eaa8bc', NULL, N'20', N'admin', N'2020-05-02 15:33:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256487125404184577', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bc7b343', NULL, N'14', N'admin', N'2020-05-02 15:34:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256487161898823682', N'2', N'编辑用户,id: a75d45a015c44384a04449ee80dc3503', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:34:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256487210473058305', N'2', N'编辑用户,id: a75d45a015c44384a04449ee80dc3503', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:34:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256487242727256066', N'2', N'删除用户,id: 42d153bffeea74f72a9c1697874fa4a7', N'3', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:34:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256487299895619585', N'2', N'编辑用户,id: f0019fdebedb443c98dcb17d88222c38', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:34:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256488477320638466', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a60531e', NULL, N'25', N'admin', N'2020-05-02 15:39:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256488490658525186', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d83211b', NULL, N'17', N'admin', N'2020-05-02 15:39:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256489011385561089', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c2899e6', NULL, N'13', N'admin', N'2020-05-02 15:41:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256489680158945281', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e1ab519', NULL, N'24', N'admin', N'2020-05-02 15:44:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256489882299232258', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4694c325', NULL, N'13', N'admin', N'2020-05-02 15:45:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490012620451841', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@612705a8', NULL, N'16', N'admin', N'2020-05-02 15:45:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490056123772929', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57f572e8', NULL, N'14', N'admin', N'2020-05-02 15:45:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490157718204417', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@534d6ebf', NULL, N'16', N'admin', N'2020-05-02 15:46:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490172926750722', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@351222f2', NULL, N'19', N'admin', N'2020-05-02 15:46:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490193340428289', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52a9a2e6', NULL, N'20', N'admin', N'2020-05-02 15:46:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490829935112194', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d54e7ee', NULL, N'12', N'admin', N'2020-05-02 15:48:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490944309587970', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62629cc6', NULL, N'16', N'admin', N'2020-05-02 15:49:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256490967088852994', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8c9d2b1', NULL, N'11', N'admin', N'2020-05-02 15:49:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256491122944995330', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3732988a', NULL, N'15', N'admin', N'2020-05-02 15:50:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256491834928099329', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@431d17a8', NULL, N'13', N'admin', N'2020-05-02 15:52:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256491996039704578', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f5721f1', NULL, N'12', N'admin', N'2020-05-02 15:53:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256492339301543938', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2dd65164', NULL, N'22', N'admin', N'2020-05-02 15:54:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256492360629579778', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@739b8264', NULL, N'25', N'admin', N'2020-05-02 15:54:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256492389415088130', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16b523ad', NULL, N'18', N'admin', N'2020-05-02 15:55:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256493213293834242', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4467f24e', NULL, N'15', N'admin', N'2020-05-02 15:58:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256493329329254401', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e0ddd58', NULL, N'18', N'admin', N'2020-05-02 15:58:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256493354331500545', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@441b74f0', NULL, N'15', N'admin', N'2020-05-02 15:58:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256493373541412866', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57c50dd7', NULL, N'12', N'admin', N'2020-05-02 15:58:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527132428972033', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e667652', NULL, N'541', N'admin', N'2020-05-02 18:13:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527391850868737', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"createBy":"jeecg-boot","createTime":1553768199000,"id":"73bc58611012617ca446d8999379e4ac","keyWord":"777","name":"郭靖","punchTime":1544112000000,"updateBy":"admin","updateTime":1588414449977}]', NULL, N'11', N'admin', N'2020-05-02 18:14:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527408170905601', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"createBy":"jeecg-boot","createTime":1553768199000,"id":"73bc58611012617ca446d8999379e4ac","keyWord":"777","name":"郭靖","punchTime":1544112000000,"sex":"1","updateBy":"admin","updateTime":1588414453907}]', NULL, N'7', N'admin', N'2020-05-02 18:14:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527447572197378', N'2', N'删除测试DEMO', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N' id: c0b7c3de7c62a295ab715943de8a315d', NULL, N'7', N'admin', N'2020-05-02 18:14:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527487334199297', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"createBy":"scott","createTime":1547873698000,"id":"94420c5d8fc4420dde1e7196154b3a24","name":"秦风","sex":"2","updateBy":"admin","updateTime":1588414472782}]', NULL, N'6', N'admin', N'2020-05-02 18:14:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256528708895879170', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ec5357c', NULL, N'24', N'admin', N'2020-05-02 18:19:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256528740931973122', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20a782a2', NULL, N'16', N'admin', N'2020-05-02 18:19:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256528778097700866', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 18:19:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256529143853592577', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53b67601', NULL, N'15', N'admin', N'2020-05-02 18:21:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256529179186409473', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4034ff3d', NULL, N'14', N'admin', N'2020-05-02 18:21:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256529242847555585', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@300c18c2', NULL, N'15', N'admin', N'2020-05-02 18:21:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256529251169054721', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cbc1ed0', NULL, N'14', N'admin', N'2020-05-02 18:21:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256538346588590082', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 18:57:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256538366448619522', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 18:57:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256538504642547713', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e768567', NULL, N'73', N'admin', N'2020-05-02 18:58:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256538902770077698', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@74d2b870', NULL, N'17', N'admin', N'2020-05-02 18:59:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256548329908609025', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e32c585', NULL, N'181', N'admin', N'2020-05-02 19:37:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256548333775757314', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f008a7d', NULL, N'41', N'admin', N'2020-05-02 19:37:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256548338318188545', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7827b492', NULL, N'31', N'admin', N'2020-05-02 19:37:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256548342671876097', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25cfa316', NULL, N'27', N'admin', N'2020-05-02 19:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256548345805021186', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39541cd2', NULL, N'26', N'admin', N'2020-05-02 19:37:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256548524465594370', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51a7dbe', NULL, N'15', N'admin', N'2020-05-02 19:38:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256550098638217218', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 19:44:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256572017869594626', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 21:11:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256572334438883329', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 21:12:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256572347516723201', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 21:12:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256572526244405249', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 21:13:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256599302815461378', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 22:59:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256600609391489025', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:05:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256600722662862849', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:05:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256600723023572993', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:05:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256601173458268161', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:07:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256601320892248066', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6703cc80', NULL, N'44', N'admin', N'2020-05-02 23:07:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256604650926354434', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:21:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256604684468203522', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:21:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256604684845690882', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:21:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256604994200776706', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:22:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256604994595041282', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:22:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256605284085903361', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:23:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256609868795719682', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:41:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256610665751228417', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:45:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256611419610263553', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:48:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256611628176224257', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:48:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256611628545323010', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:48:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256611717628145666', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-02 23:49:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256627765207216130', N'2', N'Online报表,sql解析: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'')', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-03 00:53:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256628324886753282', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@51bbe048', NULL, N'17', N'admin', N'2020-05-03 00:55:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256628328594518018', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13b6b967', NULL, N'59', N'admin', N'2020-05-03 00:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256628331551502337', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@478b2fb3', NULL, N'12', N'admin', N'2020-05-03 00:55:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256630123769212929', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fc037db', NULL, N'25', N'admin', N'2020-05-03 01:02:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256630125769895938', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67b1d09a', NULL, N'10', N'admin', N'2020-05-03 01:02:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256630127565058049', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e3105cb', NULL, N'11', N'admin', N'2020-05-03 01:02:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256630191603691522', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@406d0b25', NULL, N'12', N'admin', N'2020-05-03 01:02:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256630197496688641', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d746f1c', NULL, N'9', N'admin', N'2020-05-03 01:02:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256630200965378050', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@771a0535', NULL, N'9', N'admin', N'2020-05-03 01:02:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256631022684057602', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@552e978f', NULL, N'177', N'admin', N'2020-05-03 01:05:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256631095019024385', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b8d5eda', NULL, N'25', N'admin', N'2020-05-03 01:06:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256631629037809666', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@719fa12f', NULL, N'14', N'admin', N'2020-05-03 01:08:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256631703578980354', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22c83dfe', NULL, N'17', N'admin', N'2020-05-03 01:08:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256631875029544961', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73bbad53', NULL, N'18', N'admin', N'2020-05-03 01:09:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256632739672731649', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36f7e6ea', NULL, N'15', N'admin', N'2020-05-03 01:12:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256632995709825025', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@668f45b1', NULL, N'63', N'admin', N'2020-05-03 01:13:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256633330130071553', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@735e4fde', NULL, N'24', N'admin', N'2020-05-03 01:15:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256633509134577666', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c495862', NULL, N'17', N'admin', N'2020-05-03 01:15:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256633551425744897', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6908d196', NULL, N'13', N'admin', N'2020-05-03 01:16:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256633599651852289', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5bfb2ada', NULL, N'14', N'admin', N'2020-05-03 01:16:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256633656652443650', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@549ef5f1', NULL, N'15', N'admin', N'2020-05-03 01:16:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256636582515027970', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4264deb1', NULL, N'10', N'admin', N'2020-05-03 01:28:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256644151597969409', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2218706b', NULL, N'9', N'admin', N'2020-05-03 01:58:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256644154894692354', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b4819a1', NULL, N'15', N'admin', N'2020-05-03 01:58:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256644156803100673', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@115ba167', NULL, N'9', N'admin', N'2020-05-03 01:58:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256650558405681153', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 02:23:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256650629201338370', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 02:23:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256850951899271170', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 15:39:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256851006488137730', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 15:40:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256851131646169089', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ddaff5a', NULL, N'31', N'admin', N'2020-05-03 15:40:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256851193189191682', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a38dd17', NULL, N'62', N'admin', N'2020-05-03 15:40:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256851237241966594', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1db9a865', NULL, N'26', N'admin', N'2020-05-03 15:41:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256954649484783618', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 22:31:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256954712244154370', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7167fb28', NULL, N'139', N'admin', N'2020-05-03 22:32:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256954715616374785', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30987eb8', NULL, N'44', N'admin', N'2020-05-03 22:32:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256963818271121409', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 23:08:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256963898537517057', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 23:08:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256963981236609026', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-03 23:09:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318577708576770', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-04 22:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318617923563522', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-04 22:38:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318643861139458', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5880023d', NULL, N'158', N'admin', N'2020-05-04 22:38:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318651620601857', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2944d5ae', NULL, N'45', N'admin', N'2020-05-04 22:38:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318654309150721', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44651e7c', NULL, N'60', N'admin', N'2020-05-04 22:38:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318671023452161', N'2', N'多数据源管理-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.edit()', NULL, N'[{"createBy":"admin","createTime":1577268893000,"dbDriver":"com.mysql.jdbc.Driver","dbName":"jeecg-boot","dbPassword":"root","dbType":"1","dbUrl":"jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false","dbUsername":"root","id":"1209779538310004737","name":"MySQL5.7","remark":"本地数据库MySQL5.7","sysOrgCode":"A01","updateBy":"admin","updateTime":1588603105614}]', NULL, N'34', N'admin', N'2020-05-04 22:38:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257318671723900930', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@915482d', NULL, N'16', N'admin', N'2020-05-04 22:38:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257875756186411010', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-06 11:32:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257875844212269057', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-06 11:32:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257938142477946882', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-06 15:39:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1257938291824529410', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-06 15:40:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258208763409596417', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-07 09:35:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258212272427237377', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-07 09:49:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258212331801804802', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43287270', NULL, N'50', N'admin', N'2020-05-07 09:49:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258214389946843137', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30a633b3', NULL, N'307', N'admin', N'2020-05-07 09:57:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258214526047813634', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@718b221e', NULL, N'23', N'admin', N'2020-05-07 09:58:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258404623636557825', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-07 22:33:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1258407358662504450', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-07 22:44:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260128353211510785', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@599b461e', NULL, N'249', N'admin', N'2020-05-12 16:43:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260133438385680385', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@18824c76', NULL, N'25', N'admin', N'2020-05-12 17:03:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260134029069512706', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c05f633', NULL, N'15', N'admin', N'2020-05-12 17:05:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260134137966227458', N'2', N'填值规则-添加', N'2', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.add()', NULL, N'[{"createBy":"admin","createTime":1589274365295,"id":"1260134137920090113","ruleClass":"111","ruleCode":"shop_order_num","ruleName":"商城订单流水号","ruleParams":"{}"}]', NULL, N'13', N'admin', N'2020-05-12 17:06:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260134138352103426', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b0e5b57', NULL, N'17', N'admin', N'2020-05-12 17:06:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260134973303812097', N'2', N'填值规则-编辑', N'3', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.edit()', NULL, N'[{"createBy":"admin","createTime":1589274365000,"id":"1260134137920090113","ruleClass":"org.jeecg.modules.system.rule.ShopOrderNumberRule","ruleCode":"shop_order_num","ruleName":"商城订单流水号","ruleParams":"{}","updateBy":"admin","updateTime":1589274564451}]', NULL, N'14', N'admin', N'2020-05-12 17:09:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260134974104924162', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员5555', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a6e3f1e', NULL, N'26', N'admin', N'2020-05-12 17:09:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260176104158744577', N'1', N'用户名: 管理员5555,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-12 19:52:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260176137037893633', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-12 19:52:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881074970625', N'2', N'Online报表,sql解析:select * from sys_user', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-12 20:07:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260182306150240257', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@323563d5', NULL, N'84', N'admin', N'2020-05-12 20:17:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260182306187988994', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@203796', NULL, N'93', N'admin', N'2020-05-12 20:17:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260204301495652353', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-12 21:44:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260208581728382977', N'2', N'OA请假单-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.queryPageList()', NULL, N' testNote: TestNote(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, age=null, sex=null, birthday=null, contents=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3932c070', NULL, N'43', N'admin', N'2020-05-12 22:01:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260208600535642114', N'2', N'OA请假单-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.queryPageList()', NULL, N' testNote: TestNote(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, age=null, sex=null, birthday=null, contents=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@497c4e7', NULL, N'31', N'admin', N'2020-05-12 22:01:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260208702692110337', N'2', N'OA请假单-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.add()', NULL, N'[{"age":222,"birthday":1589212800000,"contents":"sss","createBy":"admin","createTime":1589292142877,"id":"1260208702503366657","name":"jeecg","sex":"1","sysOrgCode":"A01"}]', NULL, N'8', N'admin', N'2020-05-12 22:02:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260208703333838849', N'2', N'OA请假单-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.queryPageList()', NULL, N' testNote: TestNote(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, age=null, sex=null, birthday=null, contents=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@527b2951', NULL, N'30', N'admin', N'2020-05-12 22:02:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260208730487762946', N'2', N'OA请假单-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.edit()', NULL, N'[{"age":22233,"birthday":1589212800000,"contents":"sss","createBy":"admin","createTime":1589292143000,"id":"1260208702503366657","name":"jeecg","sex":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1589292149543}]', NULL, N'9', N'admin', N'2020-05-12 22:02:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260208731171434498', N'2', N'OA请假单-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.queryPageList()', NULL, N' testNote: TestNote(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, age=null, sex=null, birthday=null, contents=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4493c410', NULL, N'26', N'admin', N'2020-05-12 22:02:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260209236593455105', N'2', N'OA请假单-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.bpmbiz.controller.TestNoteController.queryPageList()', NULL, N' testNote: TestNote(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, age=null, sex=null, birthday=null, contents=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59f11e3c', NULL, N'30', N'admin', N'2020-05-12 22:04:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260213921761009665', N'2', N'商品分类-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.tree.controller.TreeCesShopTypeController.queryPageList()', NULL, N' treeCesShopType: TreeCesShopType(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, content=null, pics=null, pid=null, hasChild=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2af56c61', NULL, N'389', N'admin', N'2020-05-12 22:23:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214009073836033', N'2', N'Erp商城订单表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.ErpCesOrderMainController.queryPageList()', NULL, N' erpCesOrderMain: ErpCesOrderMain(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, orderCode=null, xdDate=null, money=null, remark=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f0ec00b', NULL, N'71', N'admin', N'2020-05-12 22:23:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214016074129410', N'2', N'Erp订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.ErpCesOrderMainController.listErpCesOrderGoodsByMainId()', NULL, N' erpCesOrderGoods: ErpCesOrderGoods(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, goodName=null, price=null, num=null, zongPrice=null, orderMainId=1260135645520654338) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17b89f30', NULL, N'43', N'admin', N'2020-05-12 22:23:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214016208347138', N'2', N'Erp订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.ErpCesOrderMainController.listErpCesOrderCustomerByMainId()', NULL, N' erpCesOrderCustomer: ErpCesOrderCustomer(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, sex=null, birthday=null, age=null, address=null, orderMainId=1260135645520654338) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cae5b0f', NULL, N'75', N'admin', N'2020-05-12 22:23:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214028015312897', N'2', N'Erp订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.ErpCesOrderMainController.listErpCesOrderGoodsByMainId()', NULL, N' erpCesOrderGoods: ErpCesOrderGoods(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, goodName=null, price=null, num=null, zongPrice=null, orderMainId=1260133243631562754) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c3f5fb3', NULL, N'59', N'admin', N'2020-05-12 22:23:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214028183085058', N'2', N'Erp订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.ErpCesOrderMainController.listErpCesOrderCustomerByMainId()', NULL, N' erpCesOrderCustomer: ErpCesOrderCustomer(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, sex=null, birthday=null, age=null, address=null, orderMainId=1260133243631562754) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d08718d', NULL, N'71', N'admin', N'2020-05-12 22:23:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214054716252161', N'2', N'Nei商城订单表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryPageList()', NULL, N' neiCesOrderMain: NeiCesOrderMain(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, orderCode=null, xdDate=null, money=null, remark=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53cb7593', NULL, N'36', N'admin', N'2020-05-12 22:23:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214059946549249', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260133243631562754', NULL, N'24', N'admin', N'2020-05-12 22:23:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214059971715074', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260133243631562754', NULL, N'33', N'admin', N'2020-05-12 22:23:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214061351641089', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'8', N'admin', N'2020-05-12 22:23:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214061460692994', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'31', N'admin', N'2020-05-12 22:23:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214073515122690', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'8', N'admin', N'2020-05-12 22:23:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214073603203073', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'29', N'admin', N'2020-05-12 22:23:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214096332136450', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'5', N'admin', N'2020-05-12 22:23:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214096407633921', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'22', N'admin', N'2020-05-12 22:23:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214101705039874', N'2', N'Nei商城订单表-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.edit()', NULL, N'[{"createBy":"admin","createTime":1589274724000,"id":"1260135645520654338","neiCesOrderCustomerList":[{"address":"","birthday":1549641600000,"createBy":"admin","createTime":1589293430012,"id":"15892747207990547016","name":"23232","orderMainId":"1260135645520654338","sex":"1","sysOrgCode":"A01"},{"address":"","birthday":1543939200000,"createBy":"admin","createTime":1589293430032,"id":"15892859831531205492","name":"管理员","orderMainId":"1260135645520654338","sysOrgCode":"A01"},{"address":"","birthday":1589212800000,"createBy":"admin","createTime":1589293430039,"id":"15892859955132352429","name":"张小红","orderMainId":"1260135645520654338","sex":"1","sysOrgCode":"A01"},{"address":"","birthday":1549641600000,"createBy":"admin","createTime":1589293430044,"id":"15892860112563612499","name":"23232","orderMainId":"1260135645520654338","sysOrgCode":"A01"}],"neiCesOrderGoodsList":[{"createBy":"admin","createTime":1589293429992,"goodName":"11","id":"15892747180850346324","orderMainId":"1260135645520654338","price":11.0,"sysOrgCode":"A01"}],"orderCode":"JDFX2020051217115656","sysOrgCode":"A01","updateBy":"admin","updateTime":1589286019000}]', NULL, N'134', N'admin', N'2020-05-12 22:23:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214102422265857', N'2', N'Nei商城订单表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryPageList()', NULL, N' neiCesOrderMain: NeiCesOrderMain(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, orderCode=null, xdDate=null, money=null, remark=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@449ed1df', NULL, N'13', N'admin', N'2020-05-12 22:23:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214103319846914', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260133243631562754', NULL, N'9', N'admin', N'2020-05-12 22:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214103345012737', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'17', N'admin', N'2020-05-12 22:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214103361789953', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260133243631562754', NULL, N'21', N'admin', N'2020-05-12 22:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214103395344385', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'28', N'admin', N'2020-05-12 22:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214167018741761', N'2', N'Nei商城订单表-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.add()', NULL, N'[{"money":11.0,"neiCesOrderCustomerList":[{"address":"","createBy":"admin","createTime":1589293445703,"id":"15892934319910270427","name":"jeecg","orderMainId":"1260214166825803778","sysOrgCode":"A01"},{"address":"","birthday":1543939200000,"createBy":"admin","createTime":1589293445710,"id":"15892934399261429301","name":"管理员","orderMainId":"1260214166825803778","sysOrgCode":"A01"}],"neiCesOrderGoodsList":[{"createBy":"admin","createTime":1589293445684,"goodName":"11","id":"15892934319760656799","orderMainId":"1260214166825803778","sysOrgCode":"A01"},{"createBy":"admin","createTime":1589293445694,"goodName":"11","id":"15892934330741505462","orderMainId":"1260214166825803778","price":11.0,"sysOrgCode":"A01"}],"orderCode":"11","xdDate":1589293423000}]', NULL, N'52', N'admin', N'2020-05-12 22:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214167920517122', N'2', N'Nei商城订单表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryPageList()', NULL, N' neiCesOrderMain: NeiCesOrderMain(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, orderCode=null, xdDate=null, money=null, remark=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e911ba', NULL, N'23', N'admin', N'2020-05-12 22:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214169191391233', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260133243631562754', NULL, N'14', N'admin', N'2020-05-12 22:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214169199779842', N'2', N'Nei订单商品-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderGoodsListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'18', N'admin', N'2020-05-12 22:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214169220751361', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'24', N'admin', N'2020-05-12 22:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214169220751362', N'2', N'Nei订单客户-通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.NeiCesOrderMainController.queryNeiCesOrderCustomerListByMainId()', NULL, N' id: 1260133243631562754', NULL, N'25', N'admin', N'2020-05-12 22:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214201449783298', N'2', N'商城订单表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.queryPageList()', NULL, N' cesOrderMain: CesOrderMain(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, orderCode=null, xdDate=null, money=null, remark=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10d34a8e', NULL, N'25', N'admin', N'2020-05-12 22:24:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214210438176769', N'2', N'订单商品通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.queryCesOrderGoodsListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'14', N'admin', N'2020-05-12 22:24:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214210513674242', N'2', N'订单客户通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.queryCesOrderCustomerListByMainId()', NULL, N' id: 1260135645520654338', NULL, N'24', N'admin', N'2020-05-12 22:24:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214235960516610', N'2', N'商城订单表-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.edit()', NULL, N'[{"cesOrderCustomerList":[{"address":"","birthday":1549641600000,"createBy":"admin","createTime":1589293462116,"id":"15892747207990547016","name":"23232","orderMainId":"1260135645520654338","sex":"1","sysOrgCode":"A01"},{"address":"","birthday":1543939200000,"createBy":"admin","createTime":1589293462118,"id":"15892859831531205492","name":"管理员","orderMainId":"1260135645520654338","sysOrgCode":"A01"},{"address":"","birthday":1589212800000,"createBy":"admin","createTime":1589293462122,"id":"15892859955132352429","name":"张小红","orderMainId":"1260135645520654338","sex":"1","sysOrgCode":"A01"},{"address":"","birthday":1549641600000,"createBy":"admin","createTime":1589293462126,"id":"15892860112563612499","name":"23232","orderMainId":"1260135645520654338","sysOrgCode":"A01"},{"address":"","createBy":"admin","createTime":1589293462131,"id":"15892934577934970755","orderMainId":"1260135645520654338","sysOrgCode":"A01"}],"cesOrderGoodsList":[{"createBy":"admin","createTime":1589293462106,"goodName":"11","id":"15892747180850346324","orderMainId":"1260135645520654338","price":11.0,"sysOrgCode":"A01"},{"createBy":"admin","createTime":1589293462109,"goodName":"","id":"15892934593221167669","orderMainId":"1260135645520654338","sysOrgCode":"A01"},{"createBy":"admin","createTime":1589293462113,"goodName":"","id":"15892934594762635052","orderMainId":"1260135645520654338","sysOrgCode":"A01"}],"createBy":"admin","createTime":1589274724000,"id":"1260135645520654338","orderCode":"JDFX2020051217115656","sysOrgCode":"A01","updateBy":"admin","updateTime":1589293430000}]', NULL, N'59', N'admin', N'2020-05-12 22:24:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214236723879937', N'2', N'商城订单表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.queryPageList()', NULL, N' cesOrderMain: CesOrderMain(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, orderCode=null, xdDate=null, money=null, remark=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b7d405b', NULL, N'35', N'admin', N'2020-05-12 22:24:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214242285527041', N'2', N'订单客户通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.queryCesOrderCustomerListByMainId()', NULL, N' id: 1260214166825803778', NULL, N'4', N'admin', N'2020-05-12 22:24:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214242285527042', N'2', N'订单商品通过主表ID查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.main.controller.CesOrderMainController.queryCesOrderGoodsListByMainId()', NULL, N' id: 1260214166825803778', NULL, N'4', N'admin', N'2020-05-12 22:24:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214259842883586', N'2', N'商品分类-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.tree.controller.TreeCesShopTypeController.queryPageList()', NULL, N' treeCesShopType: TreeCesShopType(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, content=null, pics=null, pid=null, hasChild=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61c42e6', NULL, N'17', N'admin', N'2020-05-12 22:24:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214266037870593', N'2', N'商品分类-获取子数据', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.tree.controller.TreeCesShopTypeController.queryPageList()', NULL, N' treeCesShopType: TreeCesShopType(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, name=null, content=null, pics=null, pid=1258408044439597058, hasChild=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46fa8676', NULL, N'10', N'admin', N'2020-05-12 22:24:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260214291413409794', N'2', N'商品分类-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.oa.tree.controller.TreeCesShopTypeController.edit()', NULL, N'[{"createBy":"admin","createTime":1588862847000,"hasChild":"0","id":"1258408105487691777","name":"阿迪","pics":"temp/20180607175028Fn1Lq7zw_1589293474710.png","pid":"1258408044439597058","sysOrgCode":"A01","updateBy":"admin","updateTime":1589293475358}]', NULL, N'20', N'admin', N'2020-05-12 22:24:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260475513035649025', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-13 15:42:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260475564281655298', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-13 15:42:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260922222828179457', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:17:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260924202157985793', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@731a5dea', NULL, N'122', N'admin', N'2020-05-14 21:25:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925184577228801', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@192abfa0', NULL, N'33', N'admin', N'2020-05-14 21:29:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925184577228802', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1db75eaf', NULL, N'38', N'admin', N'2020-05-14 21:29:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925222376296450', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-14 21:29:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925780143230978', N'2', N'部门角色-批量删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.deleteBatch()', NULL, N' ids: 1260925743396933633,', NULL, N'9', N'admin', N'2020-05-14 21:31:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925839089979393', N'2', N'部门角色-批量删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDepartRoleController.deleteBatch()', NULL, N' ids: 1260925806189858818,', NULL, N'9', N'admin', N'2020-05-14 21:32:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925911680798721', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@190feffa', NULL, N'25', N'admin', N'2020-05-14 21:32:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925911689187329', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78b7f293', NULL, N'27', N'admin', N'2020-05-14 21:32:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925926549606401', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:32:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925959411978241', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:32:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260926982906036225', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:36:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927020524748801', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:36:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927070814453761', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b2de828', NULL, N'67', N'admin', N'2020-05-14 21:36:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927070814453762', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41231cfa', NULL, N'62', N'admin', N'2020-05-14 21:36:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927093472083970', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-14 21:37:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927434087317506', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:38:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927465343270913', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:38:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927505818304514', N'2', N'批量删除用户, ids: 1260927230919426050,', N'3', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-14 21:38:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927511149264898', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cabc777', NULL, N'37', N'admin', N'2020-05-14 21:38:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927686529892353', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ab7a24f', NULL, N'24', N'admin', N'2020-05-14 21:39:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927687171620865', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69480323', NULL, N'97', N'admin', N'2020-05-14 21:39:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927717332860929', N'2', N'编辑用户,id: 3d464b4ea0d2491aab8a7bde74c57e95', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-14 21:39:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927736362418177', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:39:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927772173385730', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:39:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927799134371842', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70185f96', NULL, N'19', N'jeecg', N'2020-05-14 21:39:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927799134371843', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ac4e089', NULL, N'19', N'jeecg', N'2020-05-14 21:39:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927831044636674', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260927864892669953', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:40:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260928418456911873', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:42:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260928448987250689', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:42:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260928481014956033', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2338564f', NULL, N'25', N'admin', N'2020-05-14 21:42:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260928555405131778', N'2', N'删除用户,id: 1260928527571730433', N'3', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-05-14 21:42:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929134214889473', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:45:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929271406379009', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70c0bdfc', NULL, N'28', N'jeecg', N'2020-05-14 21:45:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929271427350530', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@525bea80', NULL, N'32', N'jeecg', N'2020-05-14 21:45:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929371243397122', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=devleader,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e5f81d', NULL, N'18', N'admin', N'2020-05-14 21:46:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929371260174338', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@400b70bc', NULL, N'19', N'admin', N'2020-05-14 21:46:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929762320302082', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:47:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929810957451265', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:47:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260929836681117697', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cb51343', NULL, N'24', N'jeecg', N'2020-05-14 21:47:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260930724300701698', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@610afa2c', NULL, N'21', N'admin', N'2020-05-14 21:51:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931207094452225', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ace1f73', NULL, N'22', N'jeecg', N'2020-05-14 21:53:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931476662370305', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7a31b732', NULL, N'35', N'jeecg', N'2020-05-14 21:54:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931476674953218', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@10a5aacb', NULL, N'40', N'jeecg', N'2020-05-14 21:54:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931514486603778', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931555641114626', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:54:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931582723735554', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22cf7c0d', NULL, N'23', N'jeecg', N'2020-05-14 21:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931582874730497', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12d7128d', NULL, N'46', N'jeecg', N'2020-05-14 21:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931781227560962', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@498c141f', NULL, N'16', N'jeecg', N'2020-05-14 21:55:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931806921867266', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:55:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931842166603778', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 21:55:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260931866350960641', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31490538', NULL, N'18', N'jeecg', N'2020-05-14 21:55:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260932190738432001', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d88fafd', NULL, N'14', N'jeecg', N'2020-05-14 21:57:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260932814867644418', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e366b7f', NULL, N'16', N'jeecg', N'2020-05-14 21:59:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260932814867644419', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45e3c142', NULL, N'18', N'jeecg', N'2020-05-14 21:59:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260932881045372930', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31e69524', NULL, N'17', N'jeecg', N'2020-05-14 22:00:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260932881062150145', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3144a4a4', NULL, N'19', N'jeecg', N'2020-05-14 22:00:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933064055439361', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@553714fa', NULL, N'10', N'jeecg', N'2020-05-14 22:00:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933064063827969', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35a8516d', NULL, N'12', N'jeecg', N'2020-05-14 22:00:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933576796520450', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65f9e0cd', NULL, N'17', N'jeecg', N'2020-05-14 22:02:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933576830074882', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a53f5e6', NULL, N'23', N'jeecg', N'2020-05-14 22:02:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933611194007554', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:02:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933659902459905', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:03:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933693624664065', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@19141940', NULL, N'11', N'jeecg', N'2020-05-14 22:03:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260933693641441282', N'2', N'职务表-分页列表查询', N'1', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e9b247f', NULL, N'16', N'jeecg', N'2020-05-14 22:03:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260935385174884354', N'2', N'添加测试DEMO', N'2', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"jeecg","createTime":1589465397495,"id":"1260935385049055234","keyWord":"111","name":"111","sysOrgCode":"A02A01"}]', NULL, N'9', N'jeecg', N'2020-05-14 22:09:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260935402375725058', N'2', N'添加测试DEMO', N'2', N'jeecg', N'jeecg', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"jeecg","createTime":1589465401622,"id":"1260935402346364930","keyWord":"222","name":"22","sysOrgCode":"A02A01"}]', NULL, N'8', N'jeecg', N'2020-05-14 22:10:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260935773085089793', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:11:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260935890966003713', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:11:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260936567268163586', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:14:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260936615301332993', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:14:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260937288600371202', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:17:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260937337363349505', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-05-14 22:17:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269526314186010625', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-06-07 15:07:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269526344632463362', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-06-07 15:07:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269526384084086785', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-06-07 15:07:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269526453491429377', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-06-07 15:07:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529372324347906', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e746bc5', NULL, N'248', NULL, N'2020-06-07 15:19:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529477710430210', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@639dd34c', NULL, N'5', NULL, N'2020-06-07 15:19:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529479002275841', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b7da72', NULL, N'5', NULL, N'2020-06-07 15:19:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529505921318914', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1afa5dd1', NULL, N'7', NULL, N'2020-06-07 15:19:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529537403764737', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cde2b7b', NULL, N'6', NULL, N'2020-06-07 15:20:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529540046176257', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@56641abe', NULL, N'8', NULL, N'2020-06-07 15:20:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529905445552130', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65e678fa', NULL, N'4', NULL, N'2020-06-07 15:21:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529907685310466', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b91dcdb', NULL, N'6', NULL, N'2020-06-07 15:21:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529910176727041', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2328834f', NULL, N'26', NULL, N'2020-06-07 15:21:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529921128054785', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@166f41b6', NULL, N'4', NULL, N'2020-06-07 15:21:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529926677118978', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e47359e', NULL, N'15', NULL, N'2020-06-07 15:21:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529928140931074', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e20aecf', NULL, N'3', NULL, N'2020-06-07 15:21:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529931215355906', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a7c8e41', NULL, N'7', NULL, N'2020-06-07 15:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529933291536385', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c306be8', NULL, N'3', NULL, N'2020-06-07 15:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529938567970817', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45d74f23', NULL, N'7', NULL, N'2020-06-07 15:21:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529941281685506', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@332b1baf', NULL, N'4', NULL, N'2020-06-07 15:21:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529960181219329', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@66ba2b37', NULL, N'12', NULL, N'2020-06-07 15:21:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529962420977666', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@680c8550', NULL, N'82', NULL, N'2020-06-07 15:21:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529962844602370', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13dcf53d', NULL, N'60', NULL, N'2020-06-07 15:21:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269529987452583938', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fe5b0c7', NULL, N'13', NULL, N'2020-06-07 15:21:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530012907814913', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4fcb2fdc', NULL, N'6', NULL, N'2020-06-07 15:21:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530255577661441', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@251885bc', NULL, N'2', NULL, N'2020-06-07 15:22:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530259541278722', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7690986', NULL, N'4', NULL, N'2020-06-07 15:22:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530267229437954', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f61745a', NULL, N'3', NULL, N'2020-06-07 15:22:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530577163337730', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4895716', NULL, N'4', NULL, N'2020-06-07 15:24:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530608071163905', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53c1d397', NULL, N'21', NULL, N'2020-06-07 15:24:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530610474500098', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@766cf2cd', NULL, N'6', NULL, N'2020-06-07 15:24:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530628828774401', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5202e822', NULL, N'3', NULL, N'2020-06-07 15:24:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530652081995777', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2167830', NULL, N'12', NULL, N'2020-06-07 15:24:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530652203630594', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cf63a9f', NULL, N'7', NULL, N'2020-06-07 15:24:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530652287516674', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cb1f9ff', NULL, N'5', NULL, N'2020-06-07 15:24:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530653856186370', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fe85c4c', NULL, N'12', NULL, N'2020-06-07 15:24:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530657131937793', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2ecdc439', NULL, N'44', NULL, N'2020-06-07 15:24:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530658931294210', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c68d268', NULL, N'43', NULL, N'2020-06-07 15:24:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530660491575298', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a5fca5', NULL, N'52', NULL, N'2020-06-07 15:24:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530694935199746', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e58e571', NULL, N'9', NULL, N'2020-06-07 15:24:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530697749577730', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ec412cf', NULL, N'54', NULL, N'2020-06-07 15:24:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530943460294658', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28e544cf', NULL, N'7', NULL, N'2020-06-07 15:25:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530944877969410', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4aa6f5ef', NULL, N'58', NULL, N'2020-06-07 15:25:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530959629336578', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fa6f1af', NULL, N'4', NULL, N'2020-06-07 15:25:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269530975924207617', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b486077', NULL, N'36', NULL, N'2020-06-07 15:25:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531024246784001', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13a76ba5', NULL, N'2', NULL, N'2020-06-07 15:25:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531027107299329', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47f0c335', NULL, N'5', NULL, N'2020-06-07 15:25:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531029519024130', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d966d60', NULL, N'3', NULL, N'2020-06-07 15:25:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531101421977602', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61563159', NULL, N'4', NULL, N'2020-06-07 15:26:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531108581654529', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@279b08a5', NULL, N'2', NULL, N'2020-06-07 15:26:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531129112772610', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@daaa5bf', NULL, N'5', NULL, N'2020-06-07 15:26:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531194757824513', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39dd3c58', NULL, N'2', NULL, N'2020-06-07 15:26:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531217054744577', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2013c4a', NULL, N'6', NULL, N'2020-06-07 15:26:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531227943157762', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@107e22b1', NULL, N'6', NULL, N'2020-06-07 15:26:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531236797333506', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23026104', NULL, N'6', NULL, N'2020-06-07 15:26:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531248570744834', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d076b55', NULL, N'4', NULL, N'2020-06-07 15:26:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531274336354305', N'2', N'地图-通过id查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryById()', NULL, N' id: 1235103352843448322 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f620f5c', NULL, N'36', NULL, N'2020-06-07 15:26:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531289783975937', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42db9645', NULL, N'5', NULL, N'2020-06-07 15:27:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531322390495233', N'2', N'地图-分页列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.VisualMapController.queryPageList()', NULL, N' visualMap: VisualMap(id=null, name=null, data=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) pageNo: 1 pageSize: 100 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c6faa4d', NULL, N'4', NULL, N'2020-06-07 15:27:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531325586554882', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@178d166a', NULL, N'3', NULL, N'2020-06-07 15:27:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1269531327910199298', N'2', N'大屏分类列表查询', N'1', NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.jmreport.visual.controller.BigScreenCategoryController.queryPageList()', NULL, N' bigScreenCategory: BigScreenCategory(id=null, categoryKey=null, categoryValue=null, isDeleted=null, createBy=null, createTime=null, updateBy=null, updateTime=null, delFlag=null) req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37772193', NULL, N'2', NULL, N'2020-06-07 15:27:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'12709e62742056aa4a57fa8c2c82d84a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 09:13:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281463660984672257', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-10 13:42:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281463692681027586', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@388569c3', NULL, N'128', N'admin', N'2020-07-10 13:42:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281463692722970626', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4358bb54', NULL, N'138', N'admin', N'2020-07-10 13:42:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281463724180250626', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fc7ad92', NULL, N'21', N'admin', N'2020-07-10 13:42:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281466185779511298', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5edfc1ec', NULL, N'56', N'admin', N'2020-07-10 13:52:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281466185821454338', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@297e419b', NULL, N'105', N'admin', N'2020-07-10 13:52:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281470275754393601', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48b03d65', NULL, N'49', N'admin', N'2020-07-10 14:08:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281490121686900738', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@495980d', NULL, N'56', N'admin', N'2020-07-10 15:27:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281490121686900739', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c2689e6', NULL, N'137', N'admin', N'2020-07-10 15:27:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281490127785418753', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2020-07-10 15:27:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281490460796379138', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42664396', NULL, N'24', N'admin', N'2020-07-10 15:28:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281490464818716674', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@72b8f1e4', NULL, N'32', N'admin', N'2020-07-10 15:28:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281494695797710850', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f1e744e', NULL, N'17', N'admin', N'2020-07-10 15:45:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511287809978369', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46ca6657', NULL, N'38', N'admin', N'2020-07-10 16:51:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511305329586178', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3a9bbc8f', NULL, N'17', N'admin', N'2020-07-10 16:51:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511309553250306', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43bfe5e4', NULL, N'39', N'admin', N'2020-07-10 16:51:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511313403621377', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@374f394a', NULL, N'57', N'admin', N'2020-07-10 16:51:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511318214488065', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2053432a', NULL, N'15', N'admin', N'2020-07-10 16:51:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511321653817345', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@141a2c36', NULL, N'16', N'admin', N'2020-07-10 16:51:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281511330424107009', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2801528a', NULL, N'12', N'admin', N'2020-07-10 16:51:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281512143234084865', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e82dbcc', NULL, N'21', N'admin', N'2020-07-10 16:54:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281512154952970241', N'2', N'多数据源管理-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.edit()', NULL, N'[{"createBy":"admin","createTime":1577268893000,"dbDriver":"com.mysql.jdbc.Driver","dbName":"jeecg-boot","dbPassword":"root","dbType":"1","dbUrl":"jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false","dbUsername":"root","id":"1209779538310004737","name":"MySQL5.7","remark":"本地数据库MySQL5.7","sysOrgCode":"A01","updateBy":"admin","updateTime":1594371281682}]', NULL, N'27', N'admin', N'2020-07-10 16:54:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281512155624058882', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@469013ef', NULL, N'17', N'admin', N'2020-07-10 16:54:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281512163014422530', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d8cfe34', NULL, N'14', N'admin', N'2020-07-10 16:54:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281512167053537281', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@350a614e', NULL, N'12', N'admin', N'2020-07-10 16:54:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281516925944410113', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-10 17:13:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281518641905479681', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4d73d74b', NULL, N'22', N'admin', N'2020-07-10 17:20:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281518645130899458', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39d7de59', NULL, N'17', N'admin', N'2020-07-10 17:20:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281563453585215489', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-10 20:18:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281563506332782593', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-10 20:18:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281634474623356929', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-11 01:00:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281653329143910402', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-11 02:15:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281782848886525953', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-11 10:50:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281782852653010945', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-11 10:50:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281782935767339010', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-11 10:50:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281792846681182210', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1790aa50', NULL, N'31', N'admin', N'2020-07-11 11:30:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281792861646458882', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=shop_order_num, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34810a0f', NULL, N'7', N'admin', N'2020-07-11 11:30:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281792866222444546', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68240471', NULL, N'17', N'admin', N'2020-07-11 11:30:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281792871658262530', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=shop_order_num, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4ec76a80', NULL, N'17', N'admin', N'2020-07-11 11:30:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281793269345390594', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20e6313d', NULL, N'13', N'admin', N'2020-07-11 11:31:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281793915574390785', N'2', N'填值规则-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.edit()', NULL, N'[{"createBy":"admin","createTime":1589274365000,"id":"1260134137920090113","ruleClass":"org.jeecg.modules.rule.OrderNumberRule","ruleCode":"shop_order_num","ruleName":"商城订单流水号","ruleParams":"{}","updateBy":"admin","updateTime":1594438458695}]', NULL, N'12', N'admin', N'2020-07-11 11:34:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281793915922518017', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ceee797', NULL, N'12', N'admin', N'2020-07-11 11:34:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794052098985986', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@36c48e02', NULL, N'17', N'admin', N'2020-07-11 11:34:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794089126301697', N'2', N'填值规则-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.edit()', NULL, N'[{"createBy":"admin","createTime":1589274365000,"id":"1260134137920090113","ruleClass":"org.jeecg.modules.system.rule.OrderNumberRule","ruleCode":"shop_order_num","ruleName":"商城订单流水号","ruleParams":"{}","updateBy":"admin","updateTime":1594438500079}]', NULL, N'8', N'admin', N'2020-07-11 11:35:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794089512177666', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@302729ee', NULL, N'16', N'admin', N'2020-07-11 11:35:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794654736564225', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a8c5a9a', NULL, N'26', N'admin', N'2020-07-11 11:37:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794658578546689', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@725088fe', NULL, N'32', N'admin', N'2020-07-11 11:37:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794663301332994', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4189e173', NULL, N'61', N'admin', N'2020-07-11 11:37:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794665633366018', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fafd1bd', NULL, N'20', N'admin', N'2020-07-11 11:37:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794667516608513', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@264761c3', NULL, N'14', N'admin', N'2020-07-11 11:37:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794670893023234', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@445cd090', NULL, N'12', N'admin', N'2020-07-11 11:37:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281794672625270785', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d8473bc', NULL, N'16', N'admin', N'2020-07-11 11:37:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281795543228563458', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fda764a', NULL, N'15', N'admin', N'2020-07-11 11:40:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281795545476710402', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6881005e', NULL, N'12', N'admin', N'2020-07-11 11:40:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281795548324642817', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59fa83d0', NULL, N'15', N'admin', N'2020-07-11 11:40:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281795552816742402', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55a0b7c', NULL, N'14', N'admin', N'2020-07-11 11:40:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281795555513679873', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@59736cc4', NULL, N'9', N'admin', N'2020-07-11 11:40:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281800098691514370', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-11 11:58:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281800338509234177', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78f6b224', NULL, N'229', N'admin', N'2020-07-11 11:59:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281801356038995969', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@73cccdb5', NULL, N'42', N'admin', N'2020-07-11 12:03:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1281801511580565505', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bf19c8c', NULL, N'28', N'admin', N'2020-07-11 12:04:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1284024845240168450', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-17 15:19:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1284024892098932737', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-17 15:19:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1284377638777974786', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-18 14:41:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1285106808533385218', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-20 14:58:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1285107423695175682', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-20 15:01:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1285107460613439489', N'1', N'用户名: jeecg,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-20 15:01:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1285107518352228353', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-20 15:01:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1285138414073647105', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-20 17:04:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1285138459669925890', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-07-20 17:04:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303583688781516801', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 14:39:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584123403685889', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 14:40:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584582709334018', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@266f996e', NULL, N'88', NULL, N'2020-09-09 14:42:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584582747082753', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35d3b3fd', NULL, N'95', NULL, N'2020-09-09 14:42:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584633527521281', N'2', N'编辑用户,id: 3d464b4ea0d2491aab8a7bde74c57e95', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 14:42:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584929985122306', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@572aa945', NULL, N'51', NULL, N'2020-09-09 14:44:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584934108123137', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64486094', NULL, N'48', NULL, N'2020-09-09 14:44:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303584937023164418', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@14ab41e3', NULL, N'55', NULL, N'2020-09-09 14:44:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303585451299360769', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@78644da8', NULL, N'23', NULL, N'2020-09-09 14:46:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303585453941772290', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1980d3ae', NULL, N'24', NULL, N'2020-09-09 14:46:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612674161065986', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'264', NULL, N'2020-09-09 16:34:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612674161065987', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'243', NULL, N'2020-09-09 16:34:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612675339665409', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'148', NULL, N'2020-09-09 16:34:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612703399559169', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'80', NULL, N'2020-09-09 16:34:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612703496028161', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'98', NULL, N'2020-09-09 16:34:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612704506855425', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'107', NULL, N'2020-09-09 16:34:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612713012903938', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'78', NULL, N'2020-09-09 16:34:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612713138733058', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'103', NULL, N'2020-09-09 16:34:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303612714103422978', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'98', NULL, N'2020-09-09 16:34:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623650910482433', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 17:17:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623737728380929', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'195', NULL, N'2020-09-09 17:18:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623737740963842', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'207', NULL, N'2020-09-09 17:18:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623738856648706', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'133', NULL, N'2020-09-09 17:18:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623744451850242', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'24', NULL, N'2020-09-09 17:18:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623768380354562', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","sel_mut":"","remakr":"","user_sel":"","ddd":"","fuwenb":"","sex":"","sel_search":"","pic":"","radio":"2","update_time":"2020-09-09 17:18:21","dep_sel":"","checkbox":"","name":"张三2","files":"","id":"1285112866127577089","update_by":"admin"}]', NULL, N'117', NULL, N'2020-09-09 17:18:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623769382793218', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'87', NULL, N'2020-09-09 17:18:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623805579636738', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e09a928', NULL, N'71', NULL, N'2020-09-09 17:18:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303623811887869954', N'2', N'编辑用户,id: f0019fdebedb443c98dcb17d88222c38', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 17:18:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303629650698809345', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 17:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303629755246030850', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-09 17:42:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303635656849752066', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@198b7d28', NULL, N'218', NULL, N'2020-09-09 18:05:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303641687692673026', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b1a7342', NULL, N'35', NULL, N'2020-09-09 18:29:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303940170840666113', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-10 14:15:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303972940572897282', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-10 16:25:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303972986232090626', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-10 16:26:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303979706157117441', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-10 16:52:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303986485096157185', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"age":19,"createBy":"jeecg","createTime":1589465402000,"id":"1260935402346364930","keyWord":"222","name":"22","sysOrgCode":"A02A01","updateBy":"admin","updateTime":1599729579362}]', NULL, N'34', NULL, N'2020-09-10 17:19:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1303986503559483393', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"age":20,"createBy":"jeecg","createTime":1589465397000,"id":"1260935385049055234","keyWord":"111","name":"111","sysOrgCode":"A02A01","updateBy":"admin","updateTime":1599729583991}]', NULL, N'11', NULL, N'2020-09-10 17:19:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300437101395970', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-11 14:07:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300467673677825', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'214', NULL, N'2020-09-11 14:07:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300467744980993', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'238', NULL, N'2020-09-11 14:07:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300468831305729', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'98', NULL, N'2020-09-11 14:07:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300474145488898', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'27', NULL, N'2020-09-11 14:07:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300481636515842', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","sel_mut":"","remakr":"","user_sel":"","ddd":"","fuwenb":"","sex":"","sel_search":"","pic":"","radio":"2","update_time":"2020-09-11 14:07:22","dep_sel":"","checkbox":"","name":"张三2","files":"","id":"1285112866127577089","update_by":"admin"}]', NULL, N'76', NULL, N'2020-09-11 14:07:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300482647343105', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'51', NULL, N'2020-09-11 14:07:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300552046297090', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f562013', NULL, N'31', NULL, N'2020-09-11 14:07:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300683625807874', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5fee2100', NULL, N'35', NULL, N'2020-09-11 14:08:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304300686897364994', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@507f3d79', NULL, N'38', NULL, N'2020-09-11 14:08:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301024350093313', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'82', NULL, N'2020-09-11 14:09:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301024366870530', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'70', NULL, N'2020-09-11 14:09:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301025348337665', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'54', NULL, N'2020-09-11 14:09:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301343381438466', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'49', NULL, N'2020-09-11 14:10:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301343394021377', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'68', NULL, N'2020-09-11 14:10:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301344367099906', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'70', NULL, N'2020-09-11 14:10:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301368681480194', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'43', NULL, N'2020-09-11 14:10:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301368731811842', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2020-09-11 14:10:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301379687333890', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2020-09-11 14:10:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301393297850369', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'36', NULL, N'2020-09-11 14:11:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301393373347841', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'52', NULL, N'2020-09-11 14:11:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304301395285950466', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'71', NULL, N'2020-09-11 14:11:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307438242066434', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-11 14:35:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307486547865602', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'168', NULL, N'2020-09-11 14:35:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307486573031426', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'187', NULL, N'2020-09-11 14:35:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307487785185281', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'97', NULL, N'2020-09-11 14:35:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307637521838081', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'61', NULL, N'2020-09-11 14:35:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307637593141249', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'78', NULL, N'2020-09-11 14:35:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304307638536859650', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'54', NULL, N'2020-09-11 14:35:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309349380878338', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'39', NULL, N'2020-09-11 14:42:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309349477347330', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'56', NULL, N'2020-09-11 14:42:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309350190379009', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'60', NULL, N'2020-09-11 14:42:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309384843718658', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'52', NULL, N'2020-09-11 14:42:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309384902438914', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'64', NULL, N'2020-09-11 14:42:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309385657413633', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'56', NULL, N'2020-09-11 14:42:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309821428822018', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-09-11 14:44:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309821428822019', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'32', NULL, N'2020-09-11 14:44:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309822292848641', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'58', NULL, N'2020-09-11 14:44:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309860846891009', N'2', N'online新增数据,表名:test_note,操作成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["05a3a30dada7411c9109306aa4117068",{"birthday":"2020-09-11","create_by":"admin","sys_org_code":"A01","create_time":"2020-09-11 14:44:38","contents":"222","sex":"1","name":"zhangsan","id":"1304309860578455553","age":222},null]', NULL, N'49', NULL, N'2020-09-11 14:44:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304309861371179010', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'44', NULL, N'2020-09-11 14:44:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304315837088362497', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'50', NULL, N'2020-09-11 15:08:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304315837243551746', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'89', NULL, N'2020-09-11 15:08:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304315838115966978', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'63', NULL, N'2020-09-11 15:08:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344410935336962', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-11 17:01:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344457320144898', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-09-11 17:02:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344520830296065', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'187', NULL, N'2020-09-11 17:02:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344520838684674', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'194', NULL, N'2020-09-11 17:02:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344521925009410', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'85', NULL, N'2020-09-11 17:02:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344529269235714', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'21', NULL, N'2020-09-11 17:02:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344558134435842', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","sel_mut":"","remakr":"","user_sel":"zhagnxiao","ddd":"","fuwenb":"","sex":"2","sel_search":"","pic":"","radio":"2","update_time":"2020-09-11 17:02:30","dep_sel":"A01","checkbox":"1,2","name":"A011","files":"","id":"1260185893546840066","update_by":"admin"}]', NULL, N'64', NULL, N'2020-09-11 17:02:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344558771970049', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'52', NULL, N'2020-09-11 17:02:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344622290509825', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64d4432', NULL, N'88', NULL, N'2020-09-11 17:02:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304344842973814786', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13264596', NULL, N'53', NULL, N'2020-09-11 17:03:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1304345125841870849', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@b95b5eb', NULL, N'61', NULL, N'2020-09-11 17:04:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'130de55edac71aab730786307cc65936', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 20:22:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'131ccd390401b6e3894a37e4d1d195d3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:26:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331628155054120961', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-25 23:57:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331629242167386113', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e2df107', NULL, N'58', NULL, N'2020-11-26 00:02:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331629494840647681', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@34cdfa27', NULL, N'23', NULL, N'2020-11-26 00:03:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331629507163512834', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a170a0b', NULL, N'21', NULL, N'2020-11-26 00:03:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331629511211016193', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67fa85ab', NULL, N'109', NULL, N'2020-11-26 00:03:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331779428617396226', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-26 09:58:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331779509525520386', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-26 09:59:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331779559471292417', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@77d99e87', NULL, N'76', NULL, N'2020-11-26 09:59:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331779564135358465', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ee88b1c', NULL, N'28', NULL, N'2020-11-26 09:59:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331779568749092865', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@775caa75', NULL, N'101', NULL, N'2020-11-26 09:59:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331788116962930690', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f578949', NULL, N'49', NULL, N'2020-11-26 10:33:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331789156961579009', N'2', N'online列表加载,表名:ces_field_kongj$0,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'176', NULL, N'2020-11-26 10:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331789156961579010', N'2', N'online表单加载,表名:ces_field_kongj$0,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'169', NULL, N'2020-11-26 10:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331789158203092993', N'2', N'online列表数据查询,表名:ces_field_kongj$0,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'111', NULL, N'2020-11-26 10:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852481070186497', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-26 14:49:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852523273273346', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-26 14:49:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852555292590081', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'115', NULL, N'2020-11-26 14:49:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852555292590082', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'124', NULL, N'2020-11-26 14:49:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852556345360385', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'78', NULL, N'2020-11-26 14:49:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852563479871489', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'22', NULL, N'2020-11-26 14:49:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331852625689788417', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b12f291', NULL, N'40', NULL, N'2020-11-26 14:49:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858089433448450', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c95ac25', NULL, N'13', NULL, N'2020-11-26 15:11:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858101047476225', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'42', NULL, N'2020-11-26 15:11:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858101047476226', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'47', NULL, N'2020-11-26 15:11:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858101840199682', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'51', NULL, N'2020-11-26 15:11:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858164125614082', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dc765c', NULL, N'17', NULL, N'2020-11-26 15:11:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858167585914882', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a09690b', NULL, N'31', NULL, N'2020-11-26 15:11:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858170131857410', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2eaa6c4d', NULL, N'85', NULL, N'2020-11-26 15:11:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858852108910594', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@40d241c9', NULL, N'41', NULL, N'2020-11-26 15:14:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858852142465025', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b501747', NULL, N'50', NULL, N'2020-11-26 15:14:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858984380481537', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5d2fbc27', NULL, N'12', NULL, N'2020-11-26 15:15:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331858984380481538', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@d832d7a', NULL, N'14', NULL, N'2020-11-26 15:15:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331859295614615553', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@8846ec3', NULL, N'16', NULL, N'2020-11-26 15:16:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331859304317796353', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4105b715', NULL, N'23', NULL, N'2020-11-26 15:16:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331859331341697026', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d6dd06e', NULL, N'13', NULL, N'2020-11-26 15:16:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331859334491619330', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@475d6a9f', NULL, N'15', NULL, N'2020-11-26 15:16:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331859337998057474', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7786a668', NULL, N'18', NULL, N'2020-11-26 15:16:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860598747119618', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5cb1af5f', NULL, N'10', NULL, N'2020-11-26 15:21:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860638672699393', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7012fd1e', NULL, N'21', NULL, N'2020-11-26 15:21:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860643001221121', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@23b5b240', NULL, N'11', NULL, N'2020-11-26 15:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860646755123202', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7aaeebe', NULL, N'18', NULL, N'2020-11-26 15:21:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860660046872577', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'45', NULL, N'2020-11-26 15:21:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860660046872578', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'45', NULL, N'2020-11-26 15:21:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860660722155521', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'41', NULL, N'2020-11-26 15:21:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860665738543106', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'14', NULL, N'2020-11-26 15:21:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860673229570050', N'2', N'online修改数据,表名:demo,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["402881e6760269a20176026d25650002",{"birthday":"","sys_org_code":"A02A01","create_time":"2020-05-14 22:10:02","punch_time":"","sex":"","key_word":"222","salary_money":"","content":"","create_by":"jeecg","bonus_money":"","update_time":"2020-09-10 17:19:39","name":"22","id":"1260935402346364930","update_by":"admin","email":"","age":19}]', NULL, N'86', NULL, N'2020-11-26 15:21:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860674076819458', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2020-11-26 15:21:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860717068435457', N'2', N'online列表加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2020-11-26 15:21:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860717143932930', N'2', N'online表单加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'57', NULL, N'2020-11-26 15:21:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860717659832322', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'48', NULL, N'2020-11-26 15:21:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860722646859777', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 15:21:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860727537418242', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2020-11-26 15:21:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860731383595010', N'2', N'online修改数据,表名:ces_shop_type,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["8d66ea41c7cc4ef9ab3aab9055657fc9",{"update_time":"2020-11-26 15:21:57","name":"阿迪","pid":"1258408044439597058","id":"1258408105487691777","update_by":"admin","pics":"temp/20180607175028Fn1Lq7zw_1589293474710.png","content":""}]', NULL, N'44', NULL, N'2020-11-26 15:21:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860731786248194', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 15:21:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860732226650113', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'50', NULL, N'2020-11-26 15:21:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860762232700930', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 15:22:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860762312392706', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'59', NULL, N'2020-11-26 15:22:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860762811514882', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'42', NULL, N'2020-11-26 15:22:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860768087949314', N'2', N'online列表加载,表名:test_order_product,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2020-11-26 15:22:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860768087949315', N'2', N'online列表加载,表名:test_order_product,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2020-11-26 15:22:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860786874236930', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'19', NULL, N'2020-11-26 15:22:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860837314936834', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"鼠标","order_date":"2020-05-03 00:00:00","descc":"15","update_time":"2020-11-26 15:22:23","id":"1256629667445714946","update_by":"admin"}]', NULL, N'59', NULL, N'2020-11-26 15:22:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860837805670402', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2020-11-26 15:22:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860855375609858', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'17', NULL, N'2020-11-26 15:22:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860890863616002', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"鼠标","order_date":"2020-05-03 00:00:00","descc":"15","update_time":"2020-11-26 15:22:35","id":"1256629667445714946","update_by":"admin"}]', NULL, N'48', NULL, N'2020-11-26 15:22:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860891341766658', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2020-11-26 15:22:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860939920195586', N'2', N'online列表加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'22', NULL, N'2020-11-26 15:22:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860939920195587', N'2', N'online表单加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'25', NULL, N'2020-11-26 15:22:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860940314460161', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'41', NULL, N'2020-11-26 15:22:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331860946291343362', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'32', NULL, N'2020-11-26 15:22:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861025186201602', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2020-11-26 15:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861025202978817', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 15:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861026025062401', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'51', NULL, N'2020-11-26 15:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861089468104706', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'19', NULL, N'2020-11-26 15:23:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861089560379393', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'42', NULL, N'2020-11-26 15:23:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861090009169921', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2020-11-26 15:23:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861166920122370', N'2', N'online新增数据,表名:test_order_main,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"test_order_product":[{"undefined":false,"product_name":"44","price":44,"num":4,"pro_type":"2","descc":"444","order_fk_id":"1331861164286099457","create_by":"admin","create_time":"2020-11-26 15:23:41"},{"undefined":false,"product_name":"44","price":44,"num":4,"pro_type":"","descc":"44","order_fk_id":"1331861164286099457","create_by":"admin","create_time":"2020-11-26 15:23:41"},{"undefined":false,"product_name":"44","price":44,"num":4,"pro_type":"","descc":"44","order_fk_id":"1331861164286099457","create_by":"admin","create_time":"2020-11-26 15:23:41"}],"create_by":"admin","create_time":"2020-11-26 15:23:41","id":"1331861164286099457"},null]', NULL, N'623', NULL, N'2020-11-26 15:23:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861167490547714', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2020-11-26 15:23:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861175740743681', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'19', NULL, N'2020-11-26 15:23:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861199023325185', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"33","order_date":"2020-11-21","descc":"44","update_time":"2020-11-26 15:23:49","id":"1331861164286099457","update_by":"admin"}]', NULL, N'39', NULL, N'2020-11-26 15:23:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861199430172674', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2020-11-26 15:23:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861422122549249', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@22dc6a60', NULL, N'12', NULL, N'2020-11-26 15:24:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861425234722818', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49409c83', NULL, N'9', NULL, N'2020-11-26 15:24:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861430314024961', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5db9465d', NULL, N'17', NULL, N'2020-11-26 15:24:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861470277353474', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b5c75fe', NULL, N'15', NULL, N'2020-11-26 15:24:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861470285742081', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50b3291b', NULL, N'15', NULL, N'2020-11-26 15:24:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861646220017665', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48019f50', NULL, N'11', NULL, N'2020-11-26 15:25:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861650187829250', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6c5d2dda', NULL, N'13', NULL, N'2020-11-26 15:25:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861722967392257', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 15:25:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861723101609985', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'60', NULL, N'2020-11-26 15:25:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331861723554594817', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2020-11-26 15:25:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331865704381104130', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 15:41:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331865704456601601', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'57', NULL, N'2020-11-26 15:41:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331865704968306690', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 15:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331865710135689218', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'20', NULL, N'2020-11-26 15:41:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866837715599362', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'80', NULL, N'2020-11-26 15:46:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866837799485442', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'100', NULL, N'2020-11-26 15:46:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866838634151937', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2020-11-26 15:46:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866873333628930', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 15:46:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866873342017537', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'32', NULL, N'2020-11-26 15:46:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866874000523266', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2020-11-26 15:46:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866906628014082', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2020-11-26 15:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866906737065985', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'53', NULL, N'2020-11-26 15:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331866907315879937', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2020-11-26 15:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873344125485057', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'51', NULL, N'2020-11-26 16:12:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873345442496514', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'20', NULL, N'2020-11-26 16:12:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873346029699073', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'40', NULL, N'2020-11-26 16:12:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873468755034113', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2020-11-26 16:12:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873468763422722', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 16:12:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873469468065794', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 16:12:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873915339358209', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'30', NULL, N'2020-11-26 16:14:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873915339358210', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2020-11-26 16:14:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873916169830401', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 16:14:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873960184856578', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2020-11-26 16:14:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873960226799618', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 16:14:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331873961145352194', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 16:14:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874271637094402', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'19', NULL, N'2020-11-26 16:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874271653871618', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'23', NULL, N'2020-11-26 16:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874272241074177', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 16:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874340700504066', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'21', NULL, N'2020-11-26 16:16:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874340729864194', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 16:16:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874341283512321', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'22', NULL, N'2020-11-26 16:16:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874925533282305', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 16:18:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874925545865217', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 16:18:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874926288257026', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'43', NULL, N'2020-11-26 16:18:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331874980394778625', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@aef65e1', NULL, N'21', NULL, N'2020-11-26 16:18:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331877274972667905', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75ebf684', NULL, N'40', NULL, N'2020-11-26 16:27:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331877829925224450', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 16:29:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331877829925224451', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 16:29:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331877830759890945', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2020-11-26 16:29:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331882279578451969', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'171', NULL, N'2020-11-26 16:47:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331882280207597569', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'354', NULL, N'2020-11-26 16:47:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331882280979349505', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'60', NULL, N'2020-11-26 16:47:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331883456235913217', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2020-11-26 16:52:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331883456412073985', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'41', NULL, N'2020-11-26 16:52:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331883457284489218', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'44', NULL, N'2020-11-26 16:52:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331884105455452161', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2020-11-26 16:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331884105472229377', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 16:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331884106264952833', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2020-11-26 16:54:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331884149185265666', N'2', N'online新增数据,表名:test_demo,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"create_by":"admin","top_pic":"","create_time":"2020-11-26 16:55:01","sex":"1","name":"张三","chegnshi":"130304","file_kk":"","id":"1331884149004910593"},null]', NULL, N'39', NULL, N'2020-11-26 16:55:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331884149826994178', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'38', NULL, N'2020-11-26 16:55:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892087207575554', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2020-11-26 17:26:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892087215964161', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'50', NULL, N'2020-11-26 17:26:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892087912218626', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'49', NULL, N'2020-11-26 17:26:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892093503225858', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'22', NULL, N'2020-11-26 17:26:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892573457432577', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'27', NULL, N'2020-11-26 17:28:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892573457432578', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2020-11-26 17:28:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892574220795906', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'59', NULL, N'2020-11-26 17:28:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892703111757825', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2020-11-26 17:29:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892703120146434', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 17:29:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892703938035713', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'53', NULL, N'2020-11-26 17:29:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892801132642305', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2020-11-26 17:29:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892801170391042', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 17:29:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331892801870839810', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'39', NULL, N'2020-11-26 17:29:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893073523326978', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2020-11-26 17:30:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893073619795970', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'30', NULL, N'2020-11-26 17:30:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893077029765121', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'49', NULL, N'2020-11-26 17:30:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893098760454145', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'45', NULL, N'2020-11-26 17:30:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893113214025730', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'42', NULL, N'2020-11-26 17:30:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893129701834753', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'40', NULL, N'2020-11-26 17:30:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331893140191789058', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2020-11-26 17:30:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331894822015418370', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2020-11-26 17:37:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331894822090915841', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'47', NULL, N'2020-11-26 17:37:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331894823458258946', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'62', NULL, N'2020-11-26 17:37:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331900310186704898', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 17:59:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331900310186704899', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'41', NULL, N'2020-11-26 17:59:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331900311298195457', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'51', NULL, N'2020-11-26 17:59:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901117145628673', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2020-11-26 18:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901117200154625', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'47', NULL, N'2020-11-26 18:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901118210981889', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'67', NULL, N'2020-11-26 18:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901486433124353', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'39', NULL, N'2020-11-26 18:03:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901486454095874', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'49', NULL, N'2020-11-26 18:03:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901487271985154', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 18:03:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901553957224450', N'2', N'online新增数据,表名:test_demo,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"create_by":"admin","top_pic":"","ceck":"1,2","create_time":"2020-11-26 18:04:10","name":"张三","file_kk":"","id":"1331901553776869377","xiamuti":"1","search_sel":"admin"},null]', NULL, N'40', NULL, N'2020-11-26 18:04:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901554540232705', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2020-11-26 18:04:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901562056425474', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'14', NULL, N'2020-11-26 18:04:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901610865541121', N'2', N'online修改数据,表名:test_demo,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"birthday":"","descc":"","ceck":"1","sex":"2","file_kk":"","search_sel":"hr","xiamuti":"1,2","pop":"","update_time":"2020-11-26 18:04:24","top_pic":"","user_code":"","chegnshi":"","name":"张三","id":"1331901553776869377","update_by":"admin","age":""}]', NULL, N'28', NULL, N'2020-11-26 18:04:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901611452743682', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2020-11-26 18:04:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331901620013318146', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2020-11-26 18:04:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331906679853891586', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'39', NULL, N'2020-11-26 18:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331906679870668801', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'44', NULL, N'2020-11-26 18:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331906680793415682', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'47', NULL, N'2020-11-26 18:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331906689773420545', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2020-11-26 18:24:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920846384111618', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-26 19:20:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920876104949761', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'125', NULL, N'2020-11-26 19:20:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920876104949762', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'146', NULL, N'2020-11-26 19:20:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920877103194114', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'90', NULL, N'2020-11-26 19:20:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920883755360257', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'30', NULL, N'2020-11-26 19:20:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920913430061057', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 19:21:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920913627193346', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'86', NULL, N'2020-11-26 19:21:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920914243756034', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2020-11-26 19:21:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920968685821953', N'2', N'online新增数据,表名:test_order_main,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"test_order_product":[{"undefined":false,"product_name":"","price":"","num":"","pro_type":"2","descc":"","order_fk_id":"1331920968207671298","create_by":"admin","create_time":"2020-11-26 19:21:19"},{"undefined":false,"product_name":"","price":"","num":"","pro_type":"2","descc":"","order_fk_id":"1331920968207671298","create_by":"admin","create_time":"2020-11-26 19:21:19"},{"undefined":false,"product_name":"","price":"","num":"","pro_type":"1","descc":"","order_fk_id":"1331920968207671298","create_by":"admin","create_time":"2020-11-26 19:21:19"}],"create_by":"admin","create_time":"2020-11-26 19:21:19","id":"1331920968207671298"},null]', NULL, N'106', NULL, N'2020-11-26 19:21:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920969218498562', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'38', NULL, N'2020-11-26 19:21:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920980975132674', N'2', N'online删除数据,表名:test_order_main,删除成功!', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.f()', NULL, N'', NULL, N'63', NULL, N'2020-11-26 19:21:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920981545558017', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'48', NULL, N'2020-11-26 19:21:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331920994384322561', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'21', NULL, N'2020-11-26 19:21:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921005398564866', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'24', NULL, N'2020-11-26 19:21:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921023702507522', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'31', NULL, N'2020-11-26 19:21:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921023702507523', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 19:21:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921023849308161', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'68', NULL, N'2020-11-26 19:21:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921025346674690', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'49', NULL, N'2020-11-26 19:21:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921041398276098', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2020-11-26 19:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921385196986369', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2020-11-26 19:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921385343787009', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'68', NULL, N'2020-11-26 19:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331921386010681345', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'41', NULL, N'2020-11-26 19:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331927950411014146', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-26 19:49:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928011287142401', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'35', NULL, N'2020-11-26 19:49:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928011291336705', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'38', NULL, N'2020-11-26 19:49:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928014218960898', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'45', NULL, N'2020-11-26 19:49:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928031788900353', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'16', NULL, N'2020-11-26 19:49:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928110436294658', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2020-11-26 19:49:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928110562123778', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'52', NULL, N'2020-11-26 19:49:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928111560368130', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2020-11-26 19:49:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928120091582466', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'24', NULL, N'2020-11-26 19:49:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928171241119745', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"33","order_date":"2020-11-21 00:00:00","descc":"44","update_time":"2020-11-26 19:49:56","id":"1331861164286099457","update_by":"admin"}]', NULL, N'73', NULL, N'2020-11-26 19:49:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928172704931842', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2020-11-26 19:49:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928181613633537', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'19', NULL, N'2020-11-26 19:49:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928346579804162', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'18', NULL, N'2020-11-26 19:50:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928346642718722', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'34', NULL, N'2020-11-26 19:50:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1331928347850678274', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2020-11-26 19:50:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332353835924557825', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-28 00:01:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332353876202459138', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-28 00:01:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354013557526529', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'113', NULL, N'2020-11-28 00:02:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354013800796162', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'189', NULL, N'2020-11-28 00:02:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354014903898113', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'94', NULL, N'2020-11-28 00:02:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354142150692866', N'2', N'online新增数据,表名:test_order_main,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"11","create_by":"admin","order_date":"2020-11-28","descc":"2","create_time":"2020-11-28 00:02:36","id":"1332354141651570690"},null]', NULL, N'115', NULL, N'2020-11-28 00:02:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354142846947330', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'45', NULL, N'2020-11-28 00:02:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354149398450177', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'37', NULL, N'2020-11-28 00:02:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354277777707009', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'50', NULL, N'2020-11-28 00:03:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354277798678529', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'58', NULL, N'2020-11-28 00:03:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332354279077941250', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'41', NULL, N'2020-11-28 00:03:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332937567593144322', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-29 14:40:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332937596093440002', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-29 14:41:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332937664603201537', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e0ad5e6', NULL, N'62', NULL, N'2020-11-29 14:41:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332937664661921794', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54fca482', NULL, N'77', NULL, N'2020-11-29 14:41:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332937907080110082', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理,, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 1 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13da8b9f', NULL, N'16', NULL, N'2020-11-29 14:42:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332937907117858818', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f7965f5', NULL, N'23', NULL, N'2020-11-29 14:42:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332938526612365313', N'2', N'online列表加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'105', NULL, N'2020-11-29 14:44:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332938527056961537', N'2', N'online表单加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'215', NULL, N'2020-11-29 14:44:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332938528680157186', N'2', N'online列表数据查询,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'126', NULL, N'2020-11-29 14:44:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332942942459502593', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-29 15:02:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332943215340920833', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-29 15:03:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1332946314008829953', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-29 15:15:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333396966136700930', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-11-30 21:06:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397068335112193', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'104', NULL, N'2020-11-30 21:06:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397068540633090', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'162', NULL, N'2020-11-30 21:06:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397069505323009', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'166', NULL, N'2020-11-30 21:06:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397157724119042', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2020-11-30 21:07:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397157837365249', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'55', NULL, N'2020-11-30 21:07:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397158391013377', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2020-11-30 21:07:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397500155486209', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2020-11-30 21:08:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397500419727362', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'69', NULL, N'2020-11-30 21:08:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397500977569794', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'49', NULL, N'2020-11-30 21:08:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397637699297282', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2020-11-30 21:09:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397637825126402', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'57', NULL, N'2020-11-30 21:09:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397638122921986', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2020-11-30 21:09:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397728002662401', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2020-11-30 21:09:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397728115908610', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'60', NULL, N'2020-11-30 21:09:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333397728644390913', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2020-11-30 21:09:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333398223115083778', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'23', NULL, N'2020-11-30 21:11:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333398223245107201', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'45', NULL, N'2020-11-30 21:11:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333398224058802178', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'40', NULL, N'2020-11-30 21:11:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399196256526337', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2020-11-30 21:15:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399196323635202', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'58', NULL, N'2020-11-30 21:15:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399197070221313', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'43', NULL, N'2020-11-30 21:15:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399210592657410', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'23', NULL, N'2020-11-30 21:15:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399210668154882', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'37', NULL, N'2020-11-30 21:15:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399211221803009', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2020-11-30 21:15:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399280973078529', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'23', NULL, N'2020-11-30 21:15:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399281061158913', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'42', NULL, N'2020-11-30 21:15:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399281564475393', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2020-11-30 21:15:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399372912222210', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'19', NULL, N'2020-11-30 21:15:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399373017079809', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'42', NULL, N'2020-11-30 21:15:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399373595893761', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'39', NULL, N'2020-11-30 21:15:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399583998959618', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'20', NULL, N'2020-11-30 21:16:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399583998959619', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'46', NULL, N'2020-11-30 21:16:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1333399585450188802', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'43', NULL, N'2020-11-30 21:16:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335522846266961922', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d35109c3632c4952a19ecc094943dd71', NULL, N'281', NULL, N'2020-12-06 17:53:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335522846338265089', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d35109c3632c4952a19ecc094943dd71 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3b4a250c', NULL, N'347', NULL, N'2020-12-06 17:53:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335522849127477249', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: d35109c3632c4952a19ecc094943dd71 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1403acff', NULL, N'192', NULL, N'2020-12-06 17:53:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335522992492982274', N'2', N'online新增数据,表名:test_demo,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"create_by":"admin","top_pic":"jeecgcloudweifuwujiagoutu-fuben_1607248465493.png","create_time":"2020-12-06 17:54:28","name":"333","file_kk":"Javagongzuoliuxuqiu-20200703_1607248465493.docx","id":"1335522992002248706"},null]', NULL, N'111', NULL, N'2020-12-06 17:54:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335522994162315265', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: d35109c3632c4952a19ecc094943dd71 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4dfcff8', NULL, N'85', NULL, N'2020-12-06 17:54:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335523138052108289', N'2', N'online新增数据,表名:test_demo,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"create_by":"admin","top_pic":"jeecgcloudweifuwujiagoutu-fuben_1607248485629.png,jeecg_cloud_project_ref_1607248495491.png","ceck":"2","create_time":"2020-12-06 17:55:03","name":"张三66778888","file_kk":"Javagongzuoliuxuqiu-20200703_1607248489440.docx","id":"1335523137875947522"},null]', NULL, N'40', NULL, N'2020-12-06 17:55:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335523139071324162', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: d35109c3632c4952a19ecc094943dd71 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d95e92a', NULL, N'48', NULL, N'2020-12-06 17:55:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335523159384338433', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: d35109c3632c4952a19ecc094943dd71 id: 1335523137875947522', NULL, N'24', NULL, N'2020-12-06 17:55:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335523302842118146', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: d35109c3632c4952a19ecc094943dd71 id: 1335523137875947522', NULL, N'12', NULL, N'2020-12-06 17:55:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335585587283468289', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-06 22:03:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335585610050150401', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-06 22:03:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335892973273489409', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@53996065', NULL, N'472', NULL, N'2020-12-07 18:24:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335893022153908225', N'2', N'online列表加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea', NULL, N'153', NULL, N'2020-12-07 18:24:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335893023932293121', N'2', N'online表单加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31a25b26', NULL, N'578', NULL, N'2020-12-07 18:24:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335893025165418498', N'2', N'online列表数据查询,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cf41dc3', NULL, N'291', NULL, N'2020-12-07 18:24:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335893476728381441', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@408eadca', NULL, N'19', NULL, N'2020-12-07 18:26:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335893490900934657', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=order_num_rule, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67cf4c45', NULL, N'8', NULL, N'2020-12-07 18:26:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335893496496136193', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@49dece22', NULL, N'12', NULL, N'2020-12-07 18:26:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894244743192578', N'2', N'填值规则-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.edit()', NULL, N'[{"createBy":"admin","createTime":1589274365000,"id":"1260134137920090113","ruleClass":"org.jeecg.modules.online.cgform.rule.OrderNumberRule","ruleCode":"shop_order_num","ruleName":"商城订单流水号","ruleParams":"{}","updateBy":"admin","updateTime":1607336982309}]', NULL, N'8', NULL, N'2020-12-07 18:29:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894245099708418', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@539049a2', NULL, N'14', NULL, N'2020-12-07 18:29:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894278796746753', N'2', N'填值规则-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.edit()', NULL, N'[{"createBy":"admin","createTime":1589274365000,"id":"1260134137920090113","ruleClass":"org.jeecg.modules.online.cgform.rule.OrderNumberRule","ruleCode":"shop_order_num","ruleName":"订单流水号","ruleParams":"{}","updateBy":"admin","updateTime":1607336990431}]', NULL, N'6', NULL, N'2020-12-07 18:29:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894279144873985', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d1ccf40', NULL, N'17', NULL, N'2020-12-07 18:29:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894383901810690', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 56870166aba54ebfacb20ba6c770bd73', NULL, N'38', NULL, N'2020-12-07 18:30:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894384111525890', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 56870166aba54ebfacb20ba6c770bd73 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3cd159e4', NULL, N'68', NULL, N'2020-12-07 18:30:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894384723894273', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: 56870166aba54ebfacb20ba6c770bd73 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39c35ad2', NULL, N'55', NULL, N'2020-12-07 18:30:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894448548618242', N'2', N'online列表加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea', NULL, N'34', NULL, N'2020-12-07 18:30:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894448812859393', N'2', N'online表单加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@16f7508e', NULL, N'92', NULL, N'2020-12-07 18:30:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894450306031618', N'2', N'online列表数据查询,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a9143bc', NULL, N'56', NULL, N'2020-12-07 18:30:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894538117980161', N'2', N'online新增数据,表名:ces_order_main,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["56efb74326e74064b60933f6f8af30ea",{"order_code":"CN2020120718303277","create_by":"admin","ces_order_goods":[{"undefined":false,"good_name":"11","price":"","num":"","zong_price":"","order_main_id":"1335894537597886465","sys_org_code":"A01","create_time":"2020-12-07 18:30:52","create_by":"admin"},{"undefined":false,"good_name":"22","price":"","num":"","zong_price":"","order_main_id":"1335894537597886465","sys_org_code":"A01","create_time":"2020-12-07 18:30:52","create_by":"admin"},{"undefined":false,"good_name":"22","price":"","num":"","zong_price":"","order_main_id":"1335894537597886465","sys_org_code":"A01","create_time":"2020-12-07 18:30:52","create_by":"admin"}],"ces_order_customer":[{"name":"张三","sex":"","birthday":"","order_main_id":"1335894537597886465","create_by":"admin","sys_org_code":"A01","create_time":"2020-12-07 18:30:52"}],"sys_org_code":"A01","create_time":"2020-12-07 18:30:52","xd_date":"2020-12-16 18:30:32","id":"1335894537597886465"},null]', NULL, N'121', NULL, N'2020-12-07 18:30:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894539065892866', N'2', N'online列表数据查询,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getData()', NULL, N' code: 56efb74326e74064b60933f6f8af30ea request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7abdf1f8', NULL, N'32', NULL, N'2020-12-07 18:30:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894548792483842', N'2', N'online列表加载,表名:ces_order_goods,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 86bf17839a904636b7ed96201b2fa6ea', NULL, N'29', NULL, N'2020-12-07 18:30:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894548805066753', N'2', N'online列表加载,表名:ces_order_customer,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 09fd28e4b7184c1a9668496a5c496450', NULL, N'33', NULL, N'2020-12-07 18:30:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894549086085121', N'2', N'online列表加载,表名:ces_order_goods,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 86bf17839a904636b7ed96201b2fa6ea', NULL, N'27', NULL, N'2020-12-07 18:30:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335894549086085122', N'2', N'online列表加载,表名:ces_order_customer,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 09fd28e4b7184c1a9668496a5c496450', NULL, N'35', NULL, N'2020-12-07 18:30:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335960406097240066', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-07 22:52:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1335960440675082242', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-07 22:52:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1336120153056227330', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-08 09:27:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1336120187961225217', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-08 09:27:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1336608561994211329', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@344f760c', NULL, N'222', NULL, N'2020-12-09 17:48:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1339522563900510209', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-17 18:47:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1339522614873886721', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-17 18:47:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1339572940029079554', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-17 22:07:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1339572983163301890', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2020-12-17 22:07:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352545765681606658', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 17:16:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352545802985746434', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 17:17:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352547102209159170', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 17:22:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352547129367277570', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 17:22:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352568407906058242', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 18:46:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352568487660748801', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 18:47:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352588679765921794', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-22 20:07:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352588691220566017', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1f0951', NULL, N'409', NULL, N'2021-01-22 20:07:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352588749148098561', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'160', NULL, N'2021-01-22 20:07:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352590335224156162', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'42', NULL, N'2021-01-22 20:14:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352590374549950465', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'51', NULL, N'2021-01-22 20:14:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352590395865403394', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'34', NULL, N'2021-01-22 20:14:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352590516472614913', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'38', NULL, N'2021-01-22 20:14:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593212344729601', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'196', NULL, N'2021-01-22 20:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593212344729602', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'204', NULL, N'2021-01-22 20:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593213921787905', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'138', NULL, N'2021-01-22 20:25:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593226152378370', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'29', NULL, N'2021-01-22 20:25:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593235233046530', N'2', N'online修改数据,表名:demo,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["402881e6760269a20176026d25650002",{"birthday":"","sys_org_code":"","create_time":"2019-01-19 23:37:18","punch_time":"","sex":"2","key_word":"","salary_money":"","content":"","create_by":"admin","bonus_money":"","update_time":"2019-01-21 16:49:06","name":"zhang daihao","id":"c2c0d49e3c01913067cf8d1fb3c971d2","update_by":"admin","email":"zhangdaiscott@163.com","age":""}]', NULL, N'72', NULL, N'2021-01-22 20:25:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593236445200385', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'70', NULL, N'2021-01-22 20:25:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593341562847233', N'2', N'online表单加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'55', NULL, N'2021-01-22 20:25:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593341583818753', N'2', N'online列表加载,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'77', NULL, N'2021-01-22 20:25:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593343794216961', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'88', NULL, N'2021-01-22 20:25:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352593388694241281', N'2', N'online列表数据查询,表名:demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'62', NULL, N'2021-01-22 20:26:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352839717089562625', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 12:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352937202013294594', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 19:12:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352937267385716738', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 19:12:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352975311996289025', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 21:43:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352975537217830913', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 21:44:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352991156688465922', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 22:46:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1352991208265822210', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-23 22:46:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353028569330737153', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-24 01:15:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353028605561135106', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-24 01:15:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353224697061953537', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-24 14:14:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353224723947442178', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-24 14:14:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353224852720963586', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-24 14:15:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353224903472041985', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-01-24 14:15:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230837409763329', N'2', N'online列表加载,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'94', NULL, N'2021-01-24 14:39:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230837430734849', N'2', N'online表单加载,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'72', NULL, N'2021-01-24 14:39:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230838244429825', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'70', NULL, N'2021-01-24 14:39:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230868057542657', N'2', N'online新增数据,表名:aaa,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["a2ca0c7297a8491ca849fc1a06c9efbf",{"create_by":"admin","sys_org_code":"A01","create_time":"2021-01-24 14:39:15","sex":"男","name":"11","dated":"2021-01-31","id":"1353230867860410370","age":22},null]', NULL, N'45', NULL, N'2021-01-24 14:39:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230868435030017', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2021-01-24 14:39:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230874734874625', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-01-24 14:39:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230880971804674', N'2', N'online修改数据,表名:aaa,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["a2ca0c7297a8491ca849fc1a06c9efbf",{"update_time":"2021-01-24 14:39:18","sex":"男","name":"1111","dated":"2021-01-31 00:00:00","id":"1353230867860410370","update_by":"admin","age":22}]', NULL, N'27', NULL, N'2021-01-24 14:39:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230881340903425', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2021-01-24 14:39:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230892556472322', N'2', N'online删除数据,表名:aaa,删除成功!', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.f()', NULL, N'', NULL, N'22', NULL, N'2021-01-24 14:39:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230892887822338', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2021-01-24 14:39:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230967189917698', N'2', N'online列表加载,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2021-01-24 14:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230967189917699', N'2', N'online表单加载,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'36', NULL, N'2021-01-24 14:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353230967970058242', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'40', NULL, N'2021-01-24 14:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353231001658707969', N'2', N'online新增数据,表名:aaa,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["a2ca0c7297a8491ca849fc1a06c9efbf",{"create_by":"admin","sys_org_code":"A01","create_time":"2021-01-24 14:39:47","sex":"1","name":"张三","dated":"2021-01-24","id":"1353231001579016193","age":11},null]', NULL, N'18', NULL, N'2021-01-24 14:39:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353231001998446594', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-01-24 14:39:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353231745619185666', N'2', N'online列表加载,实体不存在', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'1', NULL, N'2021-01-24 14:42:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1353563050617651201', N'2', N'添加测试DEMO', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"age":22,"birthday":1611504000000,"createBy":"admin","createTime":1611549553854,"id":"1353563050407936002","name":"小红帽","punchTime":1611635944000,"sex":"2","sysOrgCode":"A01"}]', NULL, N'19', NULL, N'2021-01-25 12:39:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290629135777793', N'2', N'online列表加载,实体不存在', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-03-09 22:15:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290660014243842', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'239', NULL, N'2021-03-09 22:15:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290660077158401', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'211', NULL, N'2021-03-09 22:15:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290660844716033', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'82', NULL, N'2021-03-09 22:15:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290709100183554', N'2', N'online新增数据,表名:ces_field_kongj,操作成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"remakr":"","user_sel":"admin","create_time":"2021-03-09 22:15:19","sys_org_code":"A01","sex":"1","sel_search":"jeecg","pic":"","radio":"2","create_by":"admin","dep_sel":"A01","name":"admin","checkbox":"2","files":"","id":"1369290708802387969"},null]', NULL, N'58', NULL, N'2021-03-09 22:15:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290709892907010', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2021-03-09 22:15:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290716972892162', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'22', NULL, N'2021-03-09 22:15:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290767489089538', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","sel_mut":"2","remakr":"","user_sel":"admin","ddd":"","fuwenb":"","sex":"1","sel_search":"jeecg","pic":"20180607175028Fn1Lq7zw_1615299331700.png","radio":"2","update_time":"2021-03-09 22:15:33","dep_sel":"A01","checkbox":"2","name":"admin44","files":"","id":"1369290708802387969","update_by":"admin"}]', NULL, N'35', NULL, N'2021-03-09 22:15:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1369290768080486401', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-03-09 22:15:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372092147572436994', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-03-17 15:47:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372092618236260354', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-03-17 15:49:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372092640017281025', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-03-17 15:49:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372092694396432385', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-03-17 15:49:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372111965637865474', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-03-17 17:06:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372111999926300674', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-03-17 17:06:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112034822909953', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'240', NULL, N'2021-03-17 17:06:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112034869047298', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'208', NULL, N'2021-03-17 17:06:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112036261556226', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'76', NULL, N'2021-03-17 17:06:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112044478197761', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'23', NULL, N'2021-03-17 17:06:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112160207433729', N'2', N'online修改数据,表名:test_demo,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"birthday":"2021-03-04","descc":"

111

","ceck":"2","sex":"2","file_kk":"banner(1)_1615971995355.jpg","search_sel":"hr","xiamuti":"1,2","pop":"111","update_time":"2021-03-17 17:06:46","top_pic":"appdev_1615971991731.png","user_code":"1111","chegnshi":"130203","name":"战三1","id":"fa1d1c249461498d90f405b94f60aae0","update_by":"admin","age":2221}]', NULL, N'63', NULL, N'2021-03-17 17:06:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112161163735041', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-03-17 17:06:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112169325850625', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'14', NULL, N'2021-03-17 17:06:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112187365552129', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'21', NULL, N'2021-03-17 17:06:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112187382329346', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'25', NULL, N'2021-03-17 17:06:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112188401545217', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'51', NULL, N'2021-03-17 17:06:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112194193879041', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'7', NULL, N'2021-03-17 17:06:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112194206461953', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'11', NULL, N'2021-03-17 17:06:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372112195410227201', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'58', NULL, N'2021-03-17 17:06:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372128614600491009', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@58d16469', NULL, N'79', NULL, N'2021-03-17 18:12:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372128619704958978', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3d2959c4', NULL, N'56', NULL, N'2021-03-17 18:12:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372128737153859586', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3acb10d7', NULL, N'85', NULL, N'2021-03-17 18:12:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129522566643714', N'2', N'online表单加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'231', NULL, N'2021-03-17 18:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129522600198146', N'2', N'online列表加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'239', NULL, N'2021-03-17 18:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129523292258305', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'97', NULL, N'2021-03-17 18:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129533647994882', N'2', N'online新增数据,表名:ces_shop_type,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["8d66ea41c7cc4ef9ab3aab9055657fc9",{"create_by":"admin","create_time":"2021-03-17 18:15:48","sys_org_code":"A01","pid":"0","id":"1372129533253730305","has_child":"0","pics":""},null]', NULL, N'91', NULL, N'2021-03-17 18:15:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129534117756929', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'47', NULL, N'2021-03-17 18:15:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129555995246593', N'2', N'online删除数据,表名:ces_shop_type,删除成功!', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.f()', NULL, N'', NULL, N'53', NULL, N'2021-03-17 18:15:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129556402094081', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'51', NULL, N'2021-03-17 18:15:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129560357322753', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'40', NULL, N'2021-03-17 18:15:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129942949150722', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'45', NULL, N'2021-03-17 18:17:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129942949150723', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'37', NULL, N'2021-03-17 18:17:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372129944220024833', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'63', NULL, N'2021-03-17 18:17:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130053276123138', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9f1d866', NULL, N'29', NULL, N'2021-03-17 18:17:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130306301706241', N'2', N'online列表加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'48', NULL, N'2021-03-17 18:18:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130306641444866', N'2', N'online表单加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'137', NULL, N'2021-03-17 18:18:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130307681632258', N'2', N'online列表数据查询,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2021-03-17 18:18:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130315613061122', N'2', N'online列表加载,表名:ces_order_goods,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-03-17 18:18:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130315621449730', N'2', N'online列表加载,表名:ces_order_customer,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2021-03-17 18:18:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130315805999105', N'2', N'online列表加载,表名:ces_order_goods,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'11', NULL, N'2021-03-17 18:18:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130315805999106', N'2', N'online列表加载,表名:ces_order_customer,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'15', NULL, N'2021-03-17 18:18:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1372130325553561601', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'45', NULL, N'2021-03-17 18:18:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379664659864989697', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:17:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379665698341105665', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:21:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379665741534048258', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:22:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379666371124252674', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:24:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379666399830069250', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:24:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379666562204160002', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:25:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379666669129551873', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:25:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379666774037483521', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:26:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379666820384542721', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:26:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379667572012208129', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:29:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379667606564884482', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:29:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379668753430204417', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:33:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379668783247511554', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:34:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379668859470598146', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:34:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379668910129401857', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379668994871119874', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:34:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379669021387509761', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:35:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379671319987736578', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:44:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379671364380250114', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:44:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379671538687135745', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:45:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379671568647049217', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:45:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379671592047071234', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:45:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379671624162856962', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:45:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379673533254848513', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:52:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379673640826163202', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:53:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379673675873767425', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:53:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379673707289104386', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:53:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379673858678312961', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:54:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379673887220551682', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 13:54:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379675562018721794', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 14:01:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1379675602279845890', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-04-07 14:01:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399687332468129794', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-01 19:20:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399687392790609921', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-01 19:20:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399687590795313154', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cbf7865', NULL, N'162', NULL, N'2021-06-01 19:21:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399687594553409538', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71796207', NULL, N'34', NULL, N'2021-06-01 19:21:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399687598932262913', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@65f537d4', NULL, N'123', NULL, N'2021-06-01 19:21:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399687660353650689', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@184b12a4', NULL, N'98', NULL, N'2021-06-01 19:21:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399701518262788097', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'172', NULL, N'2021-06-01 20:17:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399701518262788098', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'151', NULL, N'2021-06-01 20:17:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399701519139397633', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'76', NULL, N'2021-06-01 20:17:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399702461880524801', N'2', N'Online报表,sql解析:select * from sys_userA', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-01 20:20:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399702739514089474', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'45', NULL, N'2021-06-01 20:21:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399702739614752769', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'64', NULL, N'2021-06-01 20:21:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399702740399087618', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'62', NULL, N'2021-06-01 20:21:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399704355143188481', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@149c0d8f', NULL, N'114', NULL, N'2021-06-01 20:28:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399704359270383618', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50305240', NULL, N'53', NULL, N'2021-06-01 20:28:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399704362860707841', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6eb3c258', NULL, N'62', NULL, N'2021-06-01 20:28:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399903916054822913', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-02 09:41:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399903957238693890', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-02 09:41:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399986538042970114', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-02 15:09:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399986585157586946', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-02 15:09:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399986654434906113', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'110', NULL, N'2021-06-02 15:10:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399986654476849154', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'143', NULL, N'2021-06-02 15:10:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399986655357652993', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'80', NULL, N'2021-06-02 15:10:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399987724489936898', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@165786dd', NULL, N'29', NULL, N'2021-06-02 15:14:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1399987743121035265', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@450700c1', NULL, N'70', NULL, N'2021-06-02 15:14:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'13c1e763e9d624a69727a38b85411352', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 18:39:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'13c83c56a0de8a702aeb2aa0c330e42c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 14:53:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627233439678466', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 09:35:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627265052147713', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 09:35:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627288418615298', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'313', NULL, N'2021-06-04 09:35:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627288489918466', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'343', NULL, N'2021-06-04 09:35:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627289483968514', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'100', NULL, N'2021-06-04 09:35:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627310061223937', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'25', NULL, N'2021-06-04 09:35:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627574918938625', N'2', N'online列表加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-06-04 09:36:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627575279648769', N'2', N'online表单加载,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'142', NULL, N'2021-06-04 09:36:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400627575527112706', N'2', N'online列表数据查询,表名:ces_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'39', NULL, N'2021-06-04 09:36:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726074486755329', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:08:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726140186333186', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:08:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726175414292481', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@29f13d66', NULL, N'70', NULL, N'2021-06-04 16:08:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726317248876545', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45581523', NULL, N'50', NULL, N'2021-06-04 16:09:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726515085807618', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2428e9dc', NULL, N'20', NULL, N'2021-06-04 16:10:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726658124177409', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"age":22,"birthday":1611504000000,"createBy":"admin","createTime":1611549554000,"id":"1353563050407936002","keyWord":"44","name":"小红帽","punchTime":1611635944000,"sex":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1622794234140}]', NULL, N'16', NULL, N'2021-06-04 16:10:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726674771369986', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"age":22,"birthday":1611504000000,"createBy":"admin","createTime":1611549554000,"id":"1353563050407936002","keyWord":"44","name":"小红帽4","punchTime":1611635944000,"sex":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1622794238159}]', NULL, N'6', NULL, N'2021-06-04 16:10:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726937250893826', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:11:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400726994914185217', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:11:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400727037813547009', N'2', N'添加测试DEMO', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1622794324711,"id":"1400727037779992577","name":"222","sysOrgCode":"A01"}]', NULL, N'11', NULL, N'2021-06-04 16:12:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400730175928922114', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"createBy":"admin","createTime":1622794325000,"id":"1400727037779992577","name":"22233","sysOrgCode":"A01","updateBy":"admin","updateTime":1622795072846}]', NULL, N'16', NULL, N'2021-06-04 16:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400730201396736001', N'2', N'添加测试DEMO', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1622795078970,"id":"1400730201371570177","name":"小王多对对","sysOrgCode":"A01"}]', NULL, N'9', NULL, N'2021-06-04 16:24:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400730228139618306', N'2', N'删除测试DEMO', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N' id: 1400730201371570177', NULL, N'5', NULL, N'2021-06-04 16:24:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400730236737941506', N'2', N'删除测试DEMO', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N' id: 1400727037779992577', NULL, N'6', NULL, N'2021-06-04 16:24:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400733912760119298', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"age":22,"birthday":1611504000000,"createBy":"admin","createTime":1611549554000,"id":"1353563050407936002","keyWord":"44","name":"小红帽4","punchTime":1611635944000,"sex":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1622795963573}]', NULL, N'123', NULL, N'2021-06-04 16:39:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400733931269582850', N'2', N'添加测试DEMO', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1622795968239,"id":"1400733931236028417","name":"dd","sysOrgCode":"A01"}]', NULL, N'10', NULL, N'2021-06-04 16:39:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400734007870124033', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:39:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400734078741278722', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:40:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400734750899466241', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:42:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400734798911664130', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-04 16:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400734829664333825', N'2', N'添加测试DEMO', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1622796182434,"id":"1400734829626585090","name":"aaa","sysOrgCode":"A01"}]', NULL, N'8', NULL, N'2021-06-04 16:43:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1400734875436773378', N'2', N'添加测试DEMO', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1622796193346,"id":"1400734875399024641","name":"aaa","sysOrgCode":"A01"}]', NULL, N'10', NULL, N'2021-06-04 16:43:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844353271975937', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-07 18:11:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844409878302721', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-07 18:12:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844444867186689', N'2', N'online列表加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'248', NULL, N'2021-06-07 18:12:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844444900741121', N'2', N'online表单加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'257', NULL, N'2021-06-07 18:12:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844445710241793', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'136', NULL, N'2021-06-07 18:12:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844563008147458', N'2', N'online列表加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'50', NULL, N'2021-06-07 18:12:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844563146559490', N'2', N'online表单加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'83', NULL, N'2021-06-07 18:12:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844564023169025', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'112', NULL, N'2021-06-07 18:12:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844597896368130', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'123', NULL, N'2021-06-07 18:12:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844597896368131', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'128', NULL, N'2021-06-07 18:12:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844599066578945', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'84', NULL, N'2021-06-07 18:12:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844839681216514', N'2', N'online列表加载,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-06-07 18:13:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844839744131073', N'2', N'online表单加载,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'49', NULL, N'2021-06-07 18:13:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844840532660225', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'67', NULL, N'2021-06-07 18:13:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844856303243265', N'2', N'online新增数据,表名:aaa,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["b493c5fd4fa64a3a84e74ee171763e37",{"aa":"2","dd":"3","create_by":"admin","create_time":"2021-06-07 18:13:53","sys_org_code":"A01","id":"1401844855833481217"},null]', NULL, N'70', NULL, N'2021-06-07 18:13:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844856739450881', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'56', NULL, N'2021-06-07 18:13:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844862464675841', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'27', NULL, N'2021-06-07 18:13:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844870001840130', N'2', N'online修改数据,表名:aaa,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["b493c5fd4fa64a3a84e74ee171763e37",{"dd":"34","aa":"24","update_time":"2021-06-07 18:13:56","id":"1401844855833481217","update_by":"admin"}]', NULL, N'28', NULL, N'2021-06-07 18:13:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844870517739522', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'60', NULL, N'2021-06-07 18:13:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844879862648833', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'31', NULL, N'2021-06-07 18:13:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844879988477954', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'73', NULL, N'2021-06-07 18:13:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844880017838082', N'2', N'online列表数据查询,表名:aaa,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'78', NULL, N'2021-06-07 18:13:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401844880953167874', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2021-06-07 18:13:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848284244987905', N'2', N'online表单加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'33', NULL, N'2021-06-07 18:27:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848284358234114', N'2', N'online列表加载,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'62', NULL, N'2021-06-07 18:27:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848285973041154', N'2', N'online列表数据查询,表名:ces_shop_type,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.d()', NULL, N'', NULL, N'169', NULL, N'2021-06-07 18:27:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848309956071425', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ae917ab', NULL, N'121', NULL, N'2021-06-07 18:27:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848318827024385', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'53', NULL, N'2021-06-07 18:27:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848319074488322', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'122', NULL, N'2021-06-07 18:27:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1401848320018206721', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'66', NULL, N'2021-06-07 18:27:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406941167165476865', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-21 19:44:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406941202536042498', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-06-21 19:44:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406941232550481922', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'78', NULL, N'2021-06-21 19:45:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406941232802140162', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'158', NULL, N'2021-06-21 19:45:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406941233980739585', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'105', NULL, N'2021-06-21 19:45:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406941357549129730', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'24', NULL, N'2021-06-21 19:45:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406955792506392577', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-06-21 20:42:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406955792611250177', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2021-06-21 20:42:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1406955793622077441', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'43', NULL, N'2021-06-21 20:42:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410454704817713154', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-01 12:26:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410454828394491906', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'57', NULL, N'2021-07-01 12:26:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410454828604207105', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'127', NULL, N'2021-07-01 12:26:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410454830030270466', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'122', NULL, N'2021-07-01 12:26:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455064902905858', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'70', NULL, N'2021-07-01 12:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455064944848898', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'48', NULL, N'2021-07-01 12:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455065708212225', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'47', NULL, N'2021-07-01 12:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455441668845570', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2021-07-01 12:29:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455441702400001', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'47', NULL, N'2021-07-01 12:29:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455442537066497', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'45', NULL, N'2021-07-01 12:29:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455709739397122', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'18', NULL, N'2021-07-01 12:30:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455840547155969', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'30', NULL, N'2021-07-01 12:30:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455840547155970', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-01 12:30:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455841339879426', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-01 12:30:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410455993840578562', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-01 12:31:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410456746223218689', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-07-01 12:34:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410456746248384514', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-01 12:34:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410456747183714306', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-01 12:34:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410457025115074562', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-07-01 12:35:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410457025169600513', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2021-07-01 12:35:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410457026184622081', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2021-07-01 12:35:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458622364758018', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-01 12:41:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458622448644098', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-01 12:41:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458623325253634', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2021-07-01 12:41:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458766019670017', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-01 12:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458766187442178', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'51', NULL, N'2021-07-01 12:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458767416373250', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2021-07-01 12:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458799637016578', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-01 12:42:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458799712514049', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2021-07-01 12:42:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458800387796994', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2021-07-01 12:42:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458990427516929', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-01 12:43:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458990503014402', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-01 12:43:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410458992306565121', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'23', NULL, N'2021-07-01 12:43:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410459313267290113', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@12bb2b45', NULL, N'69', NULL, N'2021-07-01 12:44:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1410459327095910402', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f3db766', NULL, N'14', NULL, N'2021-07-01 12:44:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139621981716482', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'162', NULL, N'2021-07-22 17:23:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139623395196930', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'119', NULL, N'2021-07-22 17:23:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139650008055810', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'69', NULL, N'2021-07-22 17:23:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139651551559681', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'64', NULL, N'2021-07-22 17:23:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139705054101505', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'38', NULL, N'2021-07-22 17:23:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139706048151553', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2021-07-22 17:23:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139977126019073', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'42', NULL, N'2021-07-22 17:24:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418139978426253314', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2021-07-22 17:24:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140009535406081', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'79', NULL, N'2021-07-22 17:25:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140009610903554', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'97', NULL, N'2021-07-22 17:25:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140010252632066', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'46', NULL, N'2021-07-22 17:25:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140020776140801', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'18', NULL, N'2021-07-22 17:25:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140043219861505', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"update_time":"2021-07-22 17:25:08","remakr":"11","name":"11","files":"","pic":"","id":"1285112866127577089","update_by":"admin","radio":"2"}]', NULL, N'49', NULL, N'2021-07-22 17:25:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140043815452673', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'41', NULL, N'2021-07-22 17:25:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140051780435970', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'8', NULL, N'2021-07-22 17:25:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140064019415042', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 17:25:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418140103194214402', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 17:25:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141098225729537', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'16', NULL, N'2021-07-22 17:29:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141098288644098', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'42', NULL, N'2021-07-22 17:29:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141098959732738', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'55', NULL, N'2021-07-22 17:29:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141145516507137', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'17', NULL, N'2021-07-22 17:29:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141145604587521', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2021-07-22 17:29:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141146028212226', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-22 17:29:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141184024412162', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-07-22 17:29:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141184095715329', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-22 17:29:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141184506757122', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 17:29:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418141431727423490', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 17:30:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418144928829046786', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'14', NULL, N'2021-07-22 17:44:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418144928900349953', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-07-22 17:44:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418144929365917698', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-22 17:44:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418144934910787585', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 17:44:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418150302080598018', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 18:05:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418150302168678401', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2021-07-22 18:05:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418150302546165762', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2021-07-22 18:05:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418150307071819777', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:05:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152524654870529', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 18:14:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152544770752513', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'44', NULL, N'2021-07-22 18:14:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152544821084161', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'56', NULL, N'2021-07-22 18:14:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152545320206338', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-07-22 18:14:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152551812988929', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:14:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152563288604674', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 18:14:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152563355713538', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 18:14:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418152563699646465', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'22', NULL, N'2021-07-22 18:14:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154487400398849', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 18:22:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154491821195265', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 18:22:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154491863138305', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'39', NULL, N'2021-07-22 18:22:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154492337094658', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 18:22:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154498053931009', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'9', NULL, N'2021-07-22 18:22:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154506643865602', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:22:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154515443515393', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:22:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154515514818562', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 18:22:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154515892305921', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 18:22:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154519927226370', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:22:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154558208638977', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:22:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154558284136450', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 18:22:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154558703566849', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-07-22 18:22:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418154568631484418', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:22:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155477063204865', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:26:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155477134508034', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-22 18:26:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155477558132737', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'23', NULL, N'2021-07-22 18:26:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155481853100034', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:26:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155493605539841', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'9', NULL, N'2021-07-22 18:26:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155892689371138', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:28:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155892748091393', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-07-22 18:28:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418155893247213570', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-07-22 18:28:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156068673978370', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:28:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156068736892929', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-22 18:28:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156069378621441', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-07-22 18:28:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156184604540929', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 18:29:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156192879902722', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-07-22 18:29:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156192938622978', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-22 18:29:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156194054307842', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 18:29:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156223519293441', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@527ba929', NULL, N'27', NULL, N'2021-07-22 18:29:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156716287098882', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'15', NULL, N'2021-07-22 18:31:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156716358402050', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'37', NULL, N'2021-07-22 18:31:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156716878495745', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2021-07-22 18:31:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156765716971522', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 18:31:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156765725360130', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-22 18:31:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418156766576803841', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 18:31:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418157616330211330', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'9', NULL, N'2021-07-22 18:34:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418157616464429058', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-07-22 18:34:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418157618020515842', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-22 18:34:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418157673137864705', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'9', NULL, N'2021-07-22 18:35:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418157673200779265', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 18:35:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418157674693951490', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2021-07-22 18:35:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418158935388487681', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'15', NULL, N'2021-07-22 18:40:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418158935493345282', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2021-07-22 18:40:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418158936801968129', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-07-22 18:40:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418158954845863938', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 18:40:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418158954850058242', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'8', NULL, N'2021-07-22 18:40:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418158955600838657', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 18:40:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160043313889282', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:44:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160043372609538', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 18:44:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160044643483650', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2021-07-22 18:44:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160057146703874', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'8', NULL, N'2021-07-22 18:44:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160091376418818', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'9', NULL, N'2021-07-22 18:44:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160091443527681', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 18:44:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160092219473922', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'26', NULL, N'2021-07-22 18:44:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160129641054209', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 18:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160129733328898', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-22 18:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160130274394113', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-22 18:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160605510008834', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-07-22 18:46:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160605577117697', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 18:46:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418160606147543041', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2021-07-22 18:46:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418162369915289601', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 18:53:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418162406107938818', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:54:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418162406191824898', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2021-07-22 18:54:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418162406799998977', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'41', NULL, N'2021-07-22 18:54:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418163248181575682', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 18:57:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418163248257073153', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'31', NULL, N'2021-07-22 18:57:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418163248911384577', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'39', NULL, N'2021-07-22 18:57:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418163429748801537', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'14', NULL, N'2021-07-22 18:58:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418163429828493313', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'36', NULL, N'2021-07-22 18:58:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418163430998704130', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-07-22 18:58:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165896020525058', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 19:07:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165896108605442', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'35', NULL, N'2021-07-22 19:07:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165896637087745', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-22 19:07:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165921832271874', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 19:07:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165921911963649', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-07-22 19:07:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165922364948481', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-07-22 19:07:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165930636115970', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 19:08:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165930694836225', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-22 19:08:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418165931353341954', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-07-22 19:08:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166642489196545', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 19:10:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166834697371650', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 19:11:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166867165478913', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 19:11:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166867249364994', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-22 19:11:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166867744292865', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'24', NULL, N'2021-07-22 19:11:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166873029115906', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 19:11:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166915605495810', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'23', NULL, N'2021-07-22 19:11:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166915651633153', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'35', NULL, N'2021-07-22 19:11:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418166916310138881', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'38', NULL, N'2021-07-22 19:11:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170876144156674', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'7', NULL, N'2021-07-22 19:27:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170876207071233', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'21', NULL, N'2021-07-22 19:27:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170876790079489', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 19:27:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170906494140418', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'6', NULL, N'2021-07-22 19:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170906548666369', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'18', NULL, N'2021-07-22 19:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170907144257537', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-22 19:27:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170985011511298', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'7', NULL, N'2021-07-22 19:28:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170985057648642', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'18', NULL, N'2021-07-22 19:28:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418170985640656897', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 19:28:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173413547081730', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 19:37:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173413622579202', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-07-22 19:37:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173414000066561', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'25', NULL, N'2021-07-22 19:37:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173419351998466', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 19:37:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173430756311041', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","sel_mut":"2","remakr":"","user_sel":"admin","ddd":"","fuwenb":"","sex":"1","sel_search":"jeecg","pic":"20180607175028Fn1Lq7zw_1615299331700.png","radio":"2","update_time":"2021-07-22 19:37:48","dep_sel":"A01","checkbox":"2","name":"admin44","files":"","id":"1369290708802387969","update_by":"admin"}]', NULL, N'46', NULL, N'2021-07-22 19:37:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173431343513602', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'33', NULL, N'2021-07-22 19:37:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173462142287874', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-07-22 19:37:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173462234562561', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-07-22 19:37:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173462943399937', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-07-22 19:37:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173556929363970', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 19:38:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173587153518594', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-07-22 19:38:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173596548759553', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-07-22 19:38:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173596599091201', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'30', NULL, N'2021-07-22 19:38:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418173597668638722', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.b.a.a()', NULL, N'', NULL, N'22', NULL, N'2021-07-22 19:38:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425729506033643522', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 16:02:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425729541500678146', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 16:03:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425729673222795265', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 16:03:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425729900541489154', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 16:04:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425731926247653378', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44e1d273', NULL, N'36', NULL, N'2021-08-12 16:12:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425731930571980802', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f077560', NULL, N'33', NULL, N'2021-08-12 16:12:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425731935504482306', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2e500d75', NULL, N'251', NULL, N'2021-08-12 16:12:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425731941049352194', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e1529d9', NULL, N'14', NULL, N'2021-08-12 16:12:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425731975262289921', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1cf1e65a', NULL, N'60', NULL, N'2021-08-12 16:12:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425737404881129473', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 16:34:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425737415043928065', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2afa6d79', NULL, N'44', NULL, N'2021-08-12 16:34:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425737428377620482', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44009d58', NULL, N'35', NULL, N'2021-08-12 16:34:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425737474334609410', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11b0f3ec', NULL, N'19', NULL, N'2021-08-12 16:34:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425737481922105345', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@47e18656', NULL, N'37', NULL, N'2021-08-12 16:34:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425757864465362945', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 17:55:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425758007457574914', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 17:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425758990996697089', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@277b68ed', NULL, N'45', NULL, N'2021-08-12 18:00:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425758997720166401', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55742033', NULL, N'33', NULL, N'2021-08-12 18:00:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425789682132508673', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 20:02:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425789718723616770', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 20:02:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425789742220107777', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6bf5ece4', NULL, N'32', NULL, N'2021-08-12 20:02:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425789745353252866', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@697e1f13', NULL, N'26', NULL, N'2021-08-12 20:02:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425789750034096130', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32107f37', NULL, N'321', NULL, N'2021-08-12 20:02:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425823124578377729', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 22:14:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1425823161031073794', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-12 22:15:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078271877525505', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-13 15:08:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078299228581890', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5dd47806', NULL, N'68', NULL, N'2021-08-13 15:08:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078302714048513', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@20c8710d', NULL, N'25', NULL, N'2021-08-13 15:08:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078435585404930', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@795e8062', NULL, N'19', NULL, N'2021-08-13 15:09:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078439045705729', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c6e6980', NULL, N'18', NULL, N'2021-08-13 15:09:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078442594086913', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fa06680', NULL, N'179', NULL, N'2021-08-13 15:09:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426078456561119234', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d7723e7', NULL, N'11', NULL, N'2021-08-13 15:09:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426090033439948801', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-13 15:55:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426090073143230466', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@46c3dc17', NULL, N'30', NULL, N'2021-08-13 15:55:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426090077031350273', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7b184e27', NULL, N'28', NULL, N'2021-08-13 15:55:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426091119684972545', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"createBy":"admin","createTime":1622796193000,"id":"1400734875399024641","name":"aaa","sex":"2","sysOrgCode":"A01","tenantId":0,"updateBy":"admin","updateTime":1628841593028}]', NULL, N'28', NULL, N'2021-08-13 15:59:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426495505452044290', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-14 18:46:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426495559281741826', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-14 18:46:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426877079125315586', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-15 20:03:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1426877118841180161', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cae67d2', NULL, N'42', NULL, N'2021-08-15 20:03:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183443044077570', N'1', N'用户名: JEECG用户,退出成功!', NULL, N'jeecg', N'JEECG用户', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-16 16:20:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183486559981569', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-16 16:20:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183569779167233', N'2', N'online列表加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'121', NULL, N'2021-08-16 16:20:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183569779167234', N'2', N'online表单加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'123', NULL, N'2021-08-16 16:20:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183570521559041', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2021-08-16 16:20:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183594953379841', N'2', N'online新增数据,表名:test_enhance_select,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["3d447fa919b64f6883a834036c14aa67",{"area":"1230769855347593217","create_by":"admin","province":"1230769253267836929","create_time":"2021-08-16 16:20:59","city":"1230769769930592257","id":"1427183594647195649"},null]', NULL, N'69', NULL, N'2021-08-16 16:20:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427183595595108353', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'72', NULL, N'2021-08-16 16:21:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427184174362923009', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'60', NULL, N'2021-08-16 16:23:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427184174379700225', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'77', NULL, N'2021-08-16 16:23:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427184175478607873', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2021-08-16 16:23:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427184250380488705', N'2', N'online新增数据,表名:test_enhance_select,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["3d447fa919b64f6883a834036c14aa67",{"area":"1230769620021972993","create_by":"admin","province":"1230769290609725441","create_time":"2021-08-16 16:23:35","city":"1230769470889299970","id":"1427184250225299457"},null]', NULL, N'36', NULL, N'2021-08-16 16:23:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427184251034800129', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2021-08-16 16:23:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427185066499772417', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'22', NULL, N'2021-08-16 16:26:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427185066554298369', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2021-08-16 16:26:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427185067472850946', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'61', NULL, N'2021-08-16 16:26:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900612689391618', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-18 15:50:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900718264217601', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-18 15:50:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900888737509378', N'2', N'online表单加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'346', NULL, N'2021-08-18 15:51:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900888884310018', N'2', N'online列表加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'387', NULL, N'2021-08-18 15:51:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900890104852482', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'164', NULL, N'2021-08-18 15:51:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900912984780802', N'2', N'online新增数据,表名:test_enhance_select,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["3d447fa919b64f6883a834036c14aa67",{"area":"1230769855347593217","create_by":"admin","province":"1230769253267836929","create_time":"2021-08-18 15:51:21","city":"1230769769930592257","id":"1427900912506630146"},null]', NULL, N'79', NULL, N'2021-08-18 15:51:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427900913672646658', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'82', NULL, N'2021-08-18 15:51:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901019478159362', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2021-08-18 15:51:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901019675291649', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'97', NULL, N'2021-08-18 15:51:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901020455432193', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2021-08-18 15:51:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901092521963521', N'2', N'online新增数据,表名:test_note,操作成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["05a3a30dada7411c9109306aa4117068",{"create_by":"admin","sys_org_code":"A01","create_time":"2021-08-18 15:52:04","contents":"","sex":"1","name":"zhangsan","id":"1427901092375162881"},null]', NULL, N'34', NULL, N'2021-08-18 15:52:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901093272743937', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'86', NULL, N'2021-08-18 15:52:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901250986962945', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2021-08-18 15:52:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901251075043329', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'85', NULL, N'2021-08-18 15:52:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901251993595906', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2021-08-18 15:52:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901272218529793', N'2', N'online列表加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'45', NULL, N'2021-08-18 15:52:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901272440827905', N'2', N'online表单加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'59', NULL, N'2021-08-18 15:52:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901272507936770', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'94', NULL, N'2021-08-18 15:52:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901273296465922', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2021-08-18 15:52:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901279462092801', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'18', NULL, N'2021-08-18 15:52:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901279604699138', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2021-08-18 15:52:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901279738916866', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2021-08-18 15:52:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901280867184642', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'65', NULL, N'2021-08-18 15:52:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901387431866369', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'63', NULL, N'2021-08-18 15:53:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901387486392321', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'73', NULL, N'2021-08-18 15:53:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901388417527809', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'69', NULL, N'2021-08-18 15:53:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901722942631937', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'49', NULL, N'2021-08-18 15:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901723085238274', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'86', NULL, N'2021-08-18 15:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901723819241474', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'71', NULL, N'2021-08-18 15:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901736737697794', N'2', N'online新增数据,保存失败,For input string: "age值"', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["05a3a30dada7411c9109306aa4117068",{"create_by":"admin","sys_org_code":"A01","contents":"","id":"1427901736628645890","age":"age值"},null]', NULL, N'26', NULL, N'2021-08-18 15:54:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901864924016641', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'53', NULL, N'2021-08-18 15:55:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901865012097026', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'86', NULL, N'2021-08-18 15:55:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427901865829986305', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'93', NULL, N'2021-08-18 15:55:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902104288751618', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2021-08-18 15:56:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902104439746561', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'82', NULL, N'2021-08-18 15:56:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902105098252289', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'53', NULL, N'2021-08-18 15:56:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902159057973250', N'2', N'online列表加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2021-08-18 15:56:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902159217356801', N'2', N'online表单加载,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'81', NULL, N'2021-08-18 15:56:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902159330603010', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'64', NULL, N'2021-08-18 15:56:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902160114937857', N'2', N'online列表数据查询,表名:test_enhance_select,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'72', NULL, N'2021-08-18 15:56:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902565024657410', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'38', NULL, N'2021-08-18 15:57:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902565146292225', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'75', NULL, N'2021-08-18 15:57:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427902565888684034', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2021-08-18 15:57:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905673138094082', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'97', NULL, N'2021-08-18 16:10:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905673490415617', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'188', NULL, N'2021-08-18 16:10:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905673825959937', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'87', NULL, N'2021-08-18 16:10:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905678645215234', N'2', N'online列表加载,表名:test_order_product,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'28', NULL, N'2021-08-18 16:10:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905678959788034', N'2', N'online列表加载,表名:test_order_product,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'32', NULL, N'2021-08-18 16:10:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905684915699713', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2021-08-18 16:10:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905758735450113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'29', NULL, N'2021-08-18 16:10:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905953871249409', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2021-08-18 16:11:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427905969977376770', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'19', NULL, N'2021-08-18 16:11:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906017360429057', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'52', NULL, N'2021-08-18 16:11:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906017410760705', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'54', NULL, N'2021-08-18 16:11:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906018002157570', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'54', NULL, N'2021-08-18 16:11:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906024960507905', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'13', NULL, N'2021-08-18 16:11:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906063187394561', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2021-08-18 16:11:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906063258697729', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'39', NULL, N'2021-08-18 16:11:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906063782985730', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'41', NULL, N'2021-08-18 16:11:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906165532606466', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'18', NULL, N'2021-08-18 16:12:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906165616492546', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'41', NULL, N'2021-08-18 16:12:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906166065283074', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'36', NULL, N'2021-08-18 16:12:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906175145951233', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'8', NULL, N'2021-08-18 16:12:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906243441803266', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'14', NULL, N'2021-08-18 16:12:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906243555049474', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'40', NULL, N'2021-08-18 16:12:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906243953508354', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'29', NULL, N'2021-08-18 16:12:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906267475165186', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'11', NULL, N'2021-08-18 16:12:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906795722588162', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'10', NULL, N'2021-08-18 16:14:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906795747753986', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'27', NULL, N'2021-08-18 16:14:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427906796322373633', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'41', NULL, N'2021-08-18 16:14:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909188367446017', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2021-08-18 16:24:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909188686213122', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'131', NULL, N'2021-08-18 16:24:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909189395050497', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'69', NULL, N'2021-08-18 16:24:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909195929776130', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'32', NULL, N'2021-08-18 16:24:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909226300731393', N'2', N'online表单加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'18', NULL, N'2021-08-18 16:24:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909226485280769', N'2', N'online列表加载,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'69', NULL, N'2021-08-18 16:24:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909226946654209', N'2', N'online列表数据查询,表名:test_order_main,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'53', NULL, N'2021-08-18 16:24:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427909232852234242', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'28', NULL, N'2021-08-18 16:24:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427948141686657026', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-18 18:59:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427948171155836929', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d2cf541', NULL, N'123', NULL, N'2021-08-18 18:59:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427948180035178498', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f8b45a3', NULL, N'21', NULL, N'2021-08-18 18:59:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427969155116138497', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-18 20:22:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1427969188389552129', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-08-18 20:22:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432908400516173825', N'2', N'online列表加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'122', NULL, N'2021-09-01 11:29:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432908400658780161', N'2', N'online表单加载,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'161', NULL, N'2021-09-01 11:29:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432908401510223873', N'2', N'online列表数据查询,表名:test_note,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'90', NULL, N'2021-09-01 11:29:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432908457248329730', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'51', NULL, N'2021-09-01 11:29:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432908457273495553', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'60', NULL, N'2021-09-01 11:29:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432908458313682945', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'55', NULL, N'2021-09-01 11:29:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432953661913370625', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-09-01 14:29:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432953705529937921', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-09-01 14:29:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432971400732270593', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-09-01 15:39:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432972629587886082', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-09-01 15:44:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432972782474461185', N'2', N'online表单加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'60', NULL, N'2021-09-01 15:45:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432972782994554882', N'2', N'online列表加载,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'190', NULL, N'2021-09-01 15:45:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1432972784185737217', N'2', N'online列表数据查询,表名:test_demo,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2021-09-01 15:45:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1435867136481910785', N'2', N'online表单加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'172', NULL, N'2021-09-09 15:26:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1435867136553213954', N'2', N'online列表加载,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'195', NULL, N'2021-09-09 15:26:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1435867137283022850', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功!', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'82', NULL, N'2021-09-09 15:26:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1435867144304287745', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'50', NULL, N'2021-09-09 15:26:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1435867162591453185', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'16', NULL, N'2021-09-09 15:26:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855538499911682', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 12:32:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855862992240642', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 12:33:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855892381728770', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39488073', NULL, N'198', NULL, N'2021-10-26 12:33:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855896018190338', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c6552a8', NULL, N'31', NULL, N'2021-10-26 12:33:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855900829057025', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44c49a5', NULL, N'351', NULL, N'2021-10-26 12:33:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855910916358145', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@89e0d2a', NULL, N'16', NULL, N'2021-10-26 12:33:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452855934396071938', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@31c15e0', NULL, N'19', NULL, N'2021-10-26 12:33:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913636866457602', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:23:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913685927231489', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:23:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913686422159362', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:23:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913773445578753', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:23:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913773865009153', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:23:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913916316155906', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452913916723003394', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:24:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452914014915854338', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:24:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452914015280758785', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:24:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452914284999671810', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 16:25:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452914324157693954', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3814b793', NULL, N'15', NULL, N'2021-10-26 16:25:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452914336170180610', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e2460c', NULL, N'16', NULL, N'2021-10-26 16:25:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452914340091854849', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@610b4199', NULL, N'10', NULL, N'2021-10-26 16:25:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925024435326978', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'201', NULL, N'2021-10-26 17:08:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925024456298498', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'210', NULL, N'2021-10-26 17:08:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925025471320066', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'95', NULL, N'2021-10-26 17:08:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925272331276290', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5f6d0d5a', NULL, N'30', NULL, N'2021-10-26 17:09:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925275363758081', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52de7f12', NULL, N'28', NULL, N'2021-10-26 17:09:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925278824058881', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cbb925b', NULL, N'284', NULL, N'2021-10-26 17:09:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925343252762625', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'67', NULL, N'2021-10-26 17:09:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925343311482882', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'82', NULL, N'2021-10-26 17:09:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925344490082305', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'86', NULL, N'2021-10-26 17:09:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925398147813378', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'78', NULL, N'2021-10-26 17:09:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452925552309456897', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'90', NULL, N'2021-10-26 17:10:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452932999841460225', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'90', NULL, N'2021-10-26 17:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452933000319610882', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'213', NULL, N'2021-10-26 17:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452933001837948929', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'150', NULL, N'2021-10-26 17:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452933016954220546', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'85', NULL, N'2021-10-26 17:40:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452933018858434562', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'59', NULL, N'2021-10-26 17:40:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452933034398330881', N'2', N'online列表数据查询,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'59', NULL, N'2021-10-26 17:40:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452969379749613570', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 20:04:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452969704044810241', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 20:05:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452969742267502594', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76c58779', NULL, N'40', NULL, N'2021-10-26 20:05:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452969748059836417', N'2', N'编辑用户,id: 1400726588175749122', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-26 20:05:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1452970029908676609', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1dcfcb24', NULL, N'21', NULL, N'2021-10-26 20:07:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453168597537894401', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-27 09:16:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185153911177217', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-27 10:21:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185815260643329', N'2', N'online列表加载,表名:cccc,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'98', NULL, N'2021-10-27 10:24:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185815331946497', N'2', N'online表单加载,表名:cccc,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'117', NULL, N'2021-10-27 10:24:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185816195973122', N'2', N'online列表数据查询,表名:cccc,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'93', NULL, N'2021-10-27 10:24:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185835858870273', N'2', N'online新增数据,表名:cccc,添加成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["feea98637c2144caae7c5d56a815a245",{"aaa":"111","dd":"2021-10-06","cc":222,"create_by":"admin","sys_org_code":"A01","create_time":"2021-10-27 10:24:36","id":"1453185835674320898"},null]', NULL, N'42', NULL, N'2021-10-27 10:24:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185836387352577', N'2', N'online列表数据查询,表名:cccc,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2021-10-27 10:24:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185841424711681', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'21', NULL, N'2021-10-27 10:24:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185853906960386', N'2', N'online修改数据,表名:cccc,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["feea98637c2144caae7c5d56a815a245",{"aaa":"111333","dd":"2021-10-06 00:00:00","cc":222333,"update_time":"2021-10-27 10:24:41","id":"1453185835674320898","update_by":"admin"}]', NULL, N'23', NULL, N'2021-10-27 10:24:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185854468997122', N'2', N'online列表数据查询,表名:cccc,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'70', NULL, N'2021-10-27 10:24:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185863872626690', N'2', N'online删除数据,表名:cccc,删除成功!', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.f()', NULL, N'', NULL, N'37', NULL, N'2021-10-27 10:24:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185864384331777', N'2', N'online列表数据查询,表名:cccc,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'64', NULL, N'2021-10-27 10:24:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185972618346498', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d6cdde9', NULL, N'28', NULL, N'2021-10-27 10:25:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185974619029506', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fee2083', NULL, N'22', NULL, N'2021-10-27 10:25:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1453185988372152321', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f881ff5', NULL, N'12', NULL, N'2021-10-27 10:25:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454007795354411009', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-29 16:50:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454007846512336897', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-10-29 16:50:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454007872680599553', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'148', NULL, N'2021-10-29 16:51:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454007872684793858', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'155', NULL, N'2021-10-29 16:51:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454007873389436930', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'67', NULL, N'2021-10-29 16:51:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454008804407484418', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'31', NULL, N'2021-10-29 16:54:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454008804482981890', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'50', NULL, N'2021-10-29 16:54:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454008805057601538', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2021-10-29 16:54:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454008829569114113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'18', NULL, N'2021-10-29 16:54:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454008874800488449', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'15', NULL, N'2021-10-29 16:55:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1454008937115262978', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'12', NULL, N'2021-10-29 16:55:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460498747705876481', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-11-16 14:43:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460780868047552513', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-11-17 09:24:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460780909688602626', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-11-17 09:24:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784625300881409', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'137', NULL, N'2021-11-17 09:39:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784625393156098', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'166', NULL, N'2021-11-17 09:39:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784626190073857', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'69', NULL, N'2021-11-17 09:39:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784648981921794', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'40', NULL, N'2021-11-17 09:39:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784649044836354', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'55', NULL, N'2021-11-17 09:39:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784649577512961', N'2', N'online列表数据查询,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'43', NULL, N'2021-11-17 09:39:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784663557128194', N'2', N'online列表加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'34', NULL, N'2021-11-17 09:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784663863312386', N'2', N'online表单加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'108', NULL, N'2021-11-17 09:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1460784664056250370', N'2', N'online列表数据查询,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'38', NULL, N'2021-11-17 09:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1468174329491079169', N'1', N'用户名: JEECG用户,退出成功!', NULL, N'jeecg', N'JEECG用户', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-12-07 19:03:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1468174512807329794', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-12-07 19:04:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1468174564070113281', N'2', N'删除用户,id: 1400726588175749122', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-12-07 19:04:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1468174725580177409', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c718ea5', NULL, N'38', NULL, N'2021-12-07 19:05:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1468174805326479362', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2021-12-07 19:05:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1487d69ff97888f3a899e2ababb5ae48', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 14:21:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496428307718692865', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-02-23 18:14:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496429076454924290', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@48e0b1e9', NULL, N'81', NULL, N'2022-02-23 18:17:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496429084969361409', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d320b1', NULL, N'82', NULL, N'2022-02-23 18:17:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496429089784422401', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@418fa889', NULL, N'566', NULL, N'2022-02-23 18:17:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496429940498325506', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@673046c8', NULL, N'172', NULL, N'2022-02-23 18:21:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496430033259552770', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71e910d8', NULL, N'33', NULL, N'2022-02-23 18:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496430042583490561', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@64f6f555', NULL, N'27', NULL, N'2022-02-23 18:21:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496735279838224385', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cc7e001', NULL, N'242', NULL, N'2022-02-24 14:34:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496761217711984642', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'215', NULL, N'2022-02-24 16:17:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496761217909116929', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'273', NULL, N'2022-02-24 16:17:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496761361597583362', N'2', N'online新增数据,表名:ces_field_kongj,添加成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"2022-02-24","ccc":"2022-02-24 16:18:17","sel_mut":"1","remakr":"111","user_sel":"admin","create_time":"2022-02-24 16:18:11","sys_org_code":"A01","sex":"2","fuwenb":"

2222

","sel_search":"jeecg","pic":"","radio":"1","create_by":"admin","dep_sel":"4f1765520d6346f9bd9c79e2479e5b12","name":"admin","checkbox":"1,2","files":"","id":"1496761361291399170"},null]', NULL, N'70', NULL, N'2022-02-24 16:18:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496762386811310081', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'70', NULL, N'2022-02-24 16:22:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496762386828087298', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'85', NULL, N'2022-02-24 16:22:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496762393459281921', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'18', NULL, N'2022-02-24 16:22:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1496762415261274114', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"2022-02-25","ccc":"2022-02-24 16:18:17","sel_mut":"1","remakr":"111","user_sel":"admin","fuwenb":"

2222

","sex":"2","sel_search":"jeecg","pic":"","dnum":"","radio":"1","update_time":"2022-02-24 16:22:22","dep_sel":"4f1765520d6346f9bd9c79e2479e5b12","checkbox":"1,2","name":"admin","files":"","id":"1496761361291399170","update_by":"admin"}]', NULL, N'37', NULL, N'2022-02-24 16:22:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'14f447d9b60725cc86b3100a5cb20b75', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 19:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501370984680419329', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 09:35:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501371037373460481', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 09:35:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501570213225009154', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 22:46:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501570352526233601', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=devleader, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2d7444e2', NULL, N'29', NULL, N'2022-03-09 22:47:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571014081220609', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@71d3247f', NULL, N'19', NULL, N'2022-03-09 22:50:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571043487485954', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ffe273f', NULL, N'16', NULL, N'2022-03-09 22:50:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571072264605698', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a649afa', NULL, N'19', NULL, N'2022-03-09 22:50:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571088127463426', N'2', N'编辑用户,id: e9ca23d68d884d4ebb19d07889727dae', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 22:50:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571370706112514', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 22:51:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571405774688257', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 22:51:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571474540302338', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f812b5b', NULL, N'10', NULL, N'2022-03-09 22:51:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501571494782013441', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 99999 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@54077ceb', NULL, N'20', NULL, N'2022-03-09 22:51:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501572638799400962', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@431d8a4c', NULL, N'9', NULL, N'2022-03-09 22:56:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501574236191690753', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:02:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501574294920335362', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:03:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501574375845236738', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:03:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501574393444536321', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:03:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501574423408644098', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:03:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501574967929966593', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:05:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501575194464325634', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:06:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501575218535436290', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:06:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501578329215832066', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-09 23:19:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501755209528733698', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-10 11:01:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501768754517565442', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-10 11:55:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501768805864235009', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-10 11:55:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501805216105590786', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-10 14:20:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501805283747131393', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-10 14:20:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501805411295916033', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7dbfce88', NULL, N'33', NULL, N'2022-03-10 14:21:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502227087347249153', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-11 18:17:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502227179156369410', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-11 18:17:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502227219065171969', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-11 18:17:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502990888372281345', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 20:52:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502991646337540097', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 20:55:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502991665123827713', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 20:55:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502997787805229057', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:19:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1502997804410478594', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:19:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503004755882156033', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:47:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503004777361186818', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:47:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503006776244838401', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503006801129644034', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:55:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503006839260061697', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:55:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503007112258920450', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:56:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503007129593978881', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:56:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503007309684809729', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:57:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503007327112142849', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-13 21:57:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503373125661331457', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-14 22:10:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503373175388999681', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-14 22:11:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503373177888804865', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-14 22:11:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1503373523788861441', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-14 22:12:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1504038323258675202', N'1', N'用户名: JEECG用户,退出成功!', NULL, N'jeecg', N'JEECG用户', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-16 18:14:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1504038367563108354', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-16 18:14:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1504038420813991937', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'191', NULL, N'2022-03-16 18:14:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1504038420813991938', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'210', NULL, N'2022-03-16 18:14:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1504038432134418433', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-03-16 18:14:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1504038432272830466', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'61', NULL, N'2022-03-16 18:14:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1506553487505293314', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-23 16:48:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1506553540009590785', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-23 16:48:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1506989645007794177', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-24 21:41:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1506989685285695490', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-03-24 21:41:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515324910157828097', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-04-16 21:43:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515325061643505665', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'112', NULL, N'2022-04-16 21:43:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515325061685448706', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'123', NULL, N'2022-04-16 21:43:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515325110339375106', N'2', N'online新增数据,表名:ces_field_kongj,添加成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"sel_mut":"2","remakr":"1111","user_sel":"admin","create_time":"2022-04-16 21:43:54","sys_org_code":"A01","sex":"2","pic":"","radio":"1","create_by":"admin","dep_sel":"A01","name":"admin","checkbox":"2","files":"","id":"1515325110196768770"},null]', NULL, N'31', NULL, N'2022-04-16 21:43:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515325973426569217', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'79', NULL, N'2022-04-16 21:47:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515325974252847105', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'284', NULL, N'2022-04-16 21:47:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326022889996289', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'97', NULL, N'2022-04-16 21:47:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326073917898754', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'34', NULL, N'2022-04-16 21:47:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326074307969025', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'127', NULL, N'2022-04-16 21:47:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326541859524609', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'45', NULL, N'2022-04-16 21:49:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326542216040450', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'134', NULL, N'2022-04-16 21:49:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326586126209026', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'20', NULL, N'2022-04-16 21:49:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515326625850462209', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","dd":"","cc":"","ccc":"","sel_mut":"2","remakr":"","user_sel":"admin","fuwenb":"","sex":"1","sel_search":"jeecg","pic":"","dnum":"","radio":"2","update_time":"2022-04-16 21:49:55","dep_sel":"A01","checkbox":"2","name":"admin44","files":"","id":"1369290708802387969","update_by":"admin"}]', NULL, N'46', NULL, N'2022-04-16 21:49:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339794822569985', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-04-16 22:42:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339800489074689', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'46', NULL, N'2022-04-16 22:42:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339800883339265', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'155', NULL, N'2022-04-16 22:42:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339833284337665', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-04-16 22:42:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339843644268546', N'2', N'online修改数据,表名:ces_field_kongj,修改成功!', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"birthday":"","dd":"","cc":"","ccc":"","sel_mut":"2","remakr":"","user_sel":"admin","fuwenb":"","sex":"1","sel_search":"jeecg","pic":"","dnum":"","radio":"2","update_time":"2022-04-16 22:42:27","dep_sel":"A01","checkbox":"2","name":"admin44","files":"","id":"1369290708802387969","update_by":"admin"}]', NULL, N'51', NULL, N'2022-04-16 22:42:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339888347160577', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'17', NULL, N'2022-04-16 22:42:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339888431046657', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2022-04-16 22:42:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339986615508994', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'16', NULL, N'2022-04-16 22:43:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1515339986791669762', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'65', NULL, N'2022-04-16 22:43:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1517436716907544578', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-04-22 17:34:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'151a9f1b01e4e749124d274313cd138c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:59:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522153570257592322', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-05 17:57:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522153693570129921', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-05 17:58:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522870169293774849', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 17:25:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522870292962828289', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 17:25:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522870920619450369', N'2', N'online列表加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'119', NULL, N'2022-05-07 17:28:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522870921575751682', N'2', N'online表单加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'340', NULL, N'2022-05-07 17:28:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522881819635757058', N'2', N'修改角色ID: ee8626f80f7c2619917b6236f3a7f02b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 18:11:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882056022536193', N'2', N'修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 18:12:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882097613254657', N'2', N'修改角色ID: ee8626f80f7c2619917b6236f3a7f02b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 18:12:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882751681409026', N'2', N'online表单控件-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.add()', NULL, N'[{"birthday":1652457600000,"cc":"22","ccc":1653559993000,"createBy":"admin","createTime":1651918516416,"dd":1653732793000,"depSel":"4f1765520d6346f9bd9c79e2479e5b12,a7d7e77e06c84325a40932163adcdaa6","fuwenb":"

经过上述讨论, 随机一段废话, 到底应该如何实现. 所谓随机一段废话, 关键是随机一段废话需要如何写. 

\n

每个人都不得不面对这些问题. 在面对这种问题时, 经过上述讨论, 我们不妨可以这样来想: 随机一段废话的发生, 到底需要如何做到, 不随机一段废话的发生, 又会如何产生. 美华纳说过一句富有哲理的话, 勿问成功的秘诀为何,且尽全力做你应该做的事吧。这似乎解答了我的疑惑. x, 到底应该如何实

","id":"1522882751572357121","name":"贺涛","pic":"temp/5_1651918493000.png","radio":"1","remakr":"每个人都不得不面对这些问题. 在面对这种问题时, 那么, 一般来讲, 我们都必须务必慎重的考虑考虑. 莎士比亚说过一句著名的话, 那脑袋里的智慧,就像打火石里的火花一样,不去打它是不肯出来的。这启发了我. 我认为, 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 经过上述讨论, 所谓随机一段废话, 关键是随机一段废话需要如何写. 问题的关键究竟为何? 一般来讲, 我们都必须务必慎重的考","selMut":"1","selSearch":"jeecg","sex":"1","sysOrgCode":"A01","userSel":"zhangsan"}]', NULL, N'12', NULL, N'2022-05-07 18:15:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882777736425474', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1652457600000,"cc":"22","ccc":1653559993000,"createBy":"admin","createTime":1651918516000,"dd":1653732793000,"depSel":"4f1765520d6346f9bd9c79e2479e5b12,a7d7e77e06c84325a40932163adcdaa6","fuwenb":"

经过上述讨论, 随机一段废话, 到底应该如何实现. 所谓随机一段废话, 关键是随机一段废话需要如何写. 

\n

每个人都不得不面对这些问题. 在面对这种问题时, 经过上述讨论, 我们不妨可以这样来想: 随机一段废话的发生, 到底需要如何做到, 不随机一段废话的发生, 又会如何产生. 美华纳说过一句富有哲理的话, 勿问成功的秘诀为何,且尽全力做你应该做的事吧。这似乎解答了我的疑惑. x, 到底应该如何实

","id":"1522882751572357121","name":"贺涛","pic":"temp/5_1651918493000.png","radio":"1","remakr":"每个人都不得不面对这些问题. 在面对这种问题时, 那么, 一般来讲, 我们都必须务必慎重的考虑考虑. 莎士比亚说过一句著名的话, 那脑袋里的智慧,就像打火石里的火花一样,不去打它是不肯出来的。这启发了我. 我认为, 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 经过上述讨论, 所谓随机一段废话, 关键是随机一段废话需要如何写. 问题的关键究竟为何? 一般来讲, 我们都必须务必慎重的考","selMut":"1","selSearch":"jeecg","sex":"1","sysOrgCode":"A01","updateBy":"admin","updateTime":1651918522648,"userSel":"zhangsan"}]', NULL, N'14', NULL, N'2022-05-07 18:15:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882875140747265', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"content":"111","createBy":"admin","createTime":1651918545877,"hasChild":"0","id":"1522882875102998529","name":"夏桂英","pics":"temp/5_1651918545051.png","pid":"1258408105487691777","sysOrgCode":"A01"}]', NULL, N'14', NULL, N'2022-05-07 18:15:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882928878170114', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"content":"11","createBy":"admin","createTime":1651918558694,"hasChild":"0","id":"1522882928865587201","name":"文磊","pid":"0","sysOrgCode":"A01"}]', NULL, N'5', NULL, N'2022-05-07 18:15:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522882977322381314', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"createBy":"admin","createTime":1651918570245,"hasChild":"0","id":"1522882977309798401","name":"许娜","pid":"1522882928865587201","sysOrgCode":"A01"}]', NULL, N'11', NULL, N'2022-05-07 18:16:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522883177122246658', N'2', N'商城订单表Nei-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.edit()', NULL, N'[{"cesOrderCustomerNeiList":[{"birthday":1543939200000,"createBy":"admin","createTime":1594438571000,"id":"1281794386984779777","name":"管理员","orderMainId":"1281794386716344321","sex":"1","sysOrgCode":"A01"}],"createBy":"admin","createTime":1594438571000,"id":"1281794386716344321","orderCode":"CN2020071111360067","sysOrgCode":"A01","xdDate":1594438560000}]', NULL, N'49', NULL, N'2022-05-07 18:16:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884194048028674', N'2', N'商城订单表Nei-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.add()', NULL, N'[{"cesOrderCustomerNeiList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860321,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"cesOrderGoodsNeiList":[{"createBy":"admin","createTime":1651918860315,"goodName":"小汽车","id":"16519186999210706369","num":11,"orderMainId":"1522884193930588162","price":680000.0,"sysOrgCode":"A01","zongPrice":11.0},{"createBy":"admin","createTime":1651918860318,"goodName":"大飞机","id":"16519187028801919517","num":22,"orderMainId":"1522884193930588162","price":8900.0,"sysOrgCode":"A01","zongPrice":22.0}],"money":21202.232,"remark":"在这种不可避免的冲突下,我们必须解决这个问题. 了解清楚随机一段废话到底是一种怎么样的存在, 是解决一切问题的关键.吕凯特曾经说过, 生命不可能有两次,但许多人连一次也不善于度过。我希望诸位也能好好地体会这句话. 带着这些问题, 我们来审视一下随机一段废话. 我们不妨可以这样来想: 这样看来, 拉罗什福科曾经说过, 我们唯一不会改正的缺点是软弱。这不禁令我深思. 从这个角度来看, 要想清楚"}]', NULL, N'18', NULL, N'2022-05-07 18:21:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884235059933186', N'2', N'商城订单表Nei-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.edit()', NULL, N'[{"cesOrderCustomerNeiList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860000,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"cesOrderGoodsNeiList":[{"createBy":"admin","createTime":1651918870108,"goodName":"小汽车","id":"16519186999210706369","num":11,"orderMainId":"1522884193930588162","price":680000.0,"sysOrgCode":"A01","zongPrice":11.0},{"createBy":"admin","createTime":1651918870110,"goodName":"大飞机","id":"16519187028801919517","num":22,"orderMainId":"1522884193930588162","price":8900.0,"sysOrgCode":"A01","zongPrice":22.0}],"createBy":"admin","createTime":1651918860000,"id":"1522884193930588162","money":21202.232,"remark":"在这种不可避免的冲突下,我们必须解决这个问题. 了解清楚随机一段废话到底是一种怎么样的存在, 是解决一切问题的关键.吕凯特曾经说过, 生命不可能有两次,但许多人连一次也不善于度过。我希望诸位也能好好地体会这句话. 带着这些问题, 我们来审视一下随机一段废话. 我们不妨可以这样来想: 这样看来, 拉罗什福科曾经说过, 我们唯一不会改正的缺点是软弱。这不禁令我深思. 从这个角度来看, 要想清楚","sysOrgCode":"A01","xdDate":1651918865000}]', NULL, N'21', NULL, N'2022-05-07 18:21:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884316194549762', N'2', N'商城订单表Nei-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.edit()', NULL, N'[{"cesOrderCustomerNeiList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860000,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"cesOrderGoodsNeiList":[{"createBy":"admin","createTime":1651918889450,"goodName":"小汽车","id":"16519186999210706369","num":11,"orderMainId":"1522884193930588162","price":680000.0,"sysOrgCode":"A01","zongPrice":11.0},{"createBy":"admin","createTime":1651918889452,"goodName":"大飞机","id":"16519187028801919517","num":22,"orderMainId":"1522884193930588162","price":8900.0,"sysOrgCode":"A01","zongPrice":22.0}],"createBy":"admin","createTime":1651918860000,"id":"1522884193930588162","money":21202.232,"remark":"在这种不可避免的冲突下,我们必须解决这个问题. 了解清楚随机一段废话到底是一种怎么样的存在, 是解决一切问题的关键.吕凯特曾经说过, 生命不可能有两次,但许多人连一次也不善于度过。我希望诸位也能好好地体会这句话. 带着这些问题, 我们来审视一下随机一段废话. 我们不妨可以这样来想: 这样看来, 拉罗什福科曾经说过, 我们唯一不会改正的缺点是软弱。这不禁令我深思. 从这个角度来看, 要想清楚","sysOrgCode":"A01","updateBy":"admin","updateTime":1651918870000,"xdDate":1651918865000}]', NULL, N'19', NULL, N'2022-05-07 18:21:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884397832482817', N'2', N'商城订单表Tab-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainTabController.edit()', NULL, N'[{"cesOrderCustomerTabList":[{"createBy":"admin","createTime":1607337052000,"id":"1335894537933430785","name":"张三","orderMainId":"1335894537597886465","sex":"","sysOrgCode":"A01"}],"createBy":"admin","createTime":1607337052000,"id":"1335894537597886465","orderCode":"CN2020120718303277","sysOrgCode":"A01","xdDate":1608114632000}]', NULL, N'30', NULL, N'2022-05-07 18:21:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884443256795137', N'2', N'商城订单表Tab-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainTabController.edit()', NULL, N'[{"cesOrderCustomerTabList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860000,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"createBy":"admin","createTime":1651918860000,"id":"1522884193930588162","money":21202.232,"remark":"在这种不可避免的冲突下,我们必须解决这个问题. 了解清楚随机一段废话到底是一种怎么样的存在, 是解决一切问题的关键.吕凯特曾经说过, 生命不可能有两次,但许多人连一次也不善于度过。我希望诸位也能好好地体会这句话. 带着这些问题, 我们来审视一下随机一段废话. 我们不妨可以这样来想: 这样看来, 拉罗什福科曾经说过, 我们唯一不会改正的缺点是软弱。这不禁令我深思. 从这个角度来看, 要想清楚","sysOrgCode":"A01","updateBy":"admin","updateTime":1651918889000,"xdDate":1651918865000}]', NULL, N'27', NULL, N'2022-05-07 18:22:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884469500555266', N'2', N'商城订单表-经典-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainJingdController.edit()', NULL, N'[{"cesOrderCustomerJingdList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860000,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"createBy":"admin","createTime":1651918860000,"id":"1522884193930588162","money":21202.232,"remark":"在这种不可避免的冲突下,我们必须解决这个问题. 了解清楚随机一段废话到底是一种怎么样的存在, 是解决一切问题的关键.吕凯特曾经说过, 生命不可能有两次,但许多人连一次也不善于度过。我希望诸位也能好好地体会这句话. 带着这些问题, 我们来审视一下随机一段废话. 我们不妨可以这样来想: 这样看来, 拉罗什福科曾经说过, 我们唯一不会改正的缺点是软弱。这不禁令我深思. 从这个角度来看, 要想清楚","sysOrgCode":"A01","updateBy":"admin","updateTime":1651918920000,"xdDate":1651918865000}]', NULL, N'28', NULL, N'2022-05-07 18:22:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522884545102884866', N'2', N'商城订单表Jve-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainJveController.edit()', NULL, N'[{"cesOrderCustomerJveList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860000,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"createBy":"admin","createTime":1651918860000,"id":"1522884193930588162","money":21202.232,"remark":"在这种不可避免的冲突下,我们必须解决这个问题. 了解清楚随机一段废话到底是一种怎么样的存在, 是解决一切问题的关键.吕凯特曾经说过, 生命不可能有两次,但许多人连一次也不善于度过。我希望诸位也能好好地体会这句话. 带着这些问题, 我们来审视一下随机一段废话. 我们不妨可以这样来想: 这样看来, 拉罗什福科曾经说过, 我们唯一不会改正的缺点是软弱。这不禁令我深思. 从这个角度来看, 要想清楚","sysOrgCode":"A01","updateBy":"admin","updateTime":1651918926000,"xdDate":1651918865000}]', NULL, N'28', NULL, N'2022-05-07 18:22:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522885186038673410', N'2', N'商城订单表Erp-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainErpController.add()', NULL, N'[{"createBy":"admin","createTime":1651919096844,"id":"1522885185971564546","money":7979.0,"sysOrgCode":"A01","xdDate":1651919091000}]', NULL, N'4', NULL, N'2022-05-07 18:24:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522888777348558850', N'2', N'商城订单表Nei-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.edit()', NULL, N'[{"cesOrderCustomerNeiList":[{"createBy":"admin","createTime":1607337052000,"id":"1335894537933430785","name":"张三","orderMainId":"1335894537597886465","sex":"1","sysOrgCode":"A01"}],"createBy":"admin","createTime":1607337052000,"id":"1335894537597886465","orderCode":"CN2020120718303277","sysOrgCode":"A01","xdDate":1608114632000}]', NULL, N'16', NULL, N'2022-05-07 18:39:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522888851600322562', N'2', N'商城订单表Nei-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.edit()', NULL, N'[{"cesOrderCustomerNeiList":[{"address":"云南省大理白族自治州洱源县乔后镇","age":90,"birthday":1543939200000,"createBy":"admin","createTime":1651918860000,"id":"1522884193976725505","name":"管理员","orderMainId":"1522884193930588162","sex":"1","sysOrgCode":"A01"}],"createBy":"admin","createTime":1651918860000,"id":"1522884193930588162","money":21202.232,"remark":"在这种不可避免","sysOrgCode":"A01","updateBy":"admin","updateTime":1651918944000,"xdDate":1651918865000}]', NULL, N'22', NULL, N'2022-05-07 18:39:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522889231033839617', N'2', N'商城订单表Nei-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainNeiController.edit()', NULL, N'[{"cesOrderCustomerNeiList":[{"createBy":"admin","createTime":1651920061245,"id":"1522889231012868098","name":"jeecg","orderMainId":"1522885185971564546","sex":"1","sysOrgCode":"A01"}],"cesOrderGoodsNeiList":[{"createBy":"admin","createTime":1651920061242,"goodName":"111","id":"16519200556910766058","orderMainId":"1522885185971564546","price":11.0,"sysOrgCode":"A01"}],"createBy":"admin","createTime":1651919097000,"id":"1522885185971564546","money":7979.0,"sysOrgCode":"A01","xdDate":1651919091000}]', NULL, N'17', NULL, N'2022-05-07 18:41:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522892799623180289', N'2', N'订单商品Erp-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainErpController.addCesOrderGoodsErp()', NULL, N'[{"createBy":"admin","createTime":1651920912066,"goodName":"商品假名陆刚","id":"1522892799560265730","num":223,"orderMainId":"1335894537597886465","price":200.33,"sysOrgCode":"A01","zongPrice":2222.222}]', NULL, N'5', NULL, N'2022-05-07 18:55:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522894429357748226', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1651939200000,"cc":"22","ccc":1653559993000,"createBy":"admin","createTime":1651918516000,"dd":1653732793000,"depSel":"4f1765520d6346f9bd9c79e2479e5b12,a7d7e77e06c84325a40932163adcdaa6","fuwenb":"

经过上述讨论, 随机一段废话, 到底应该如何实现. 所谓随机一段废话, 关键是随机一段废话需要如何写. 

\n

每个人都不得不面对这些问题. 在面对这种问题时, 经过上述讨论, 我们不妨可以这样来想: 随机一段废话的发生, 到底需要如何做到, 不随机一段废话的发生, 又会如何产生. 美华纳说过一句富有哲理的话, 勿问成功的秘诀为何,且尽全力做你应该做的事吧。这似乎解答了我的疑惑. x, 到底应该如何实

","id":"1522882751572357121","name":"贺涛","pic":"temp/5_1651918493000.png","radio":"1","remakr":"每个人都不得不面对这些问题. 在面对这种问题时, 那么, 一般来讲, 我们都必须务必慎重的考虑考虑. 莎士比亚说过一句著名的话, 那脑袋里的智慧,就像打火石里的火花一样,不去打它是不肯出来的。这启发了我. 我认为, 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 经过上述讨论, 所谓随机一段废话, 关键是随机一段废话需要如何写. 问题的关键究竟为何? 一般来讲, 我们都必须务必慎重的考","selMut":"1","selSearch":"jeecg","sex":"1","sysOrgCode":"A01","updateBy":"admin","updateTime":1651921300628,"userSel":"zhangsan"}]', NULL, N'4', NULL, N'2022-05-07 19:01:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522894623130398722', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1651939200000,"cc":"22","ccc":1653559993000,"createBy":"admin","createTime":1651918516000,"dd":1653732793000,"depSel":"4f1765520d6346f9bd9c79e2479e5b12,a7d7e77e06c84325a40932163adcdaa6","fuwenb":"

经过上述讨论, 随机一段废话, 到底应该如何实现. 所谓随机一段废话, 关键是随机一段废话需要如何写. 

\n

每个人都不得不面对这些问题. 在面对这种问题时, 经过上述讨论, 我们不妨可以这样来想: 随机一段废话的发生, 到底需要如何做到, 不随机一段废话的发生, 又会如何产生. 美华纳说过一句富有哲理的话, 勿问成功的秘诀为何,且尽全力做你应该做的事吧。这似乎解答了我的疑惑. x, 到底应该如何实

","id":"1522882751572357121","name":"贺涛","pic":"temp/5_1651918493000.png","radio":"1","remakr":"每个人都不得","selMut":"1","selSearch":"jeecg","sex":"1","sysOrgCode":"A01","updateBy":"admin","updateTime":1651921346830,"userSel":"zhangsan"}]', NULL, N'4', NULL, N'2022-05-07 19:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522894645913858049', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1651939200000,"cc":"22","ccc":1653559993000,"createBy":"admin","createTime":1651918516000,"dd":1653732793000,"depSel":"4f1765520d6346f9bd9c79e2479e5b12,a7d7e77e06c84325a40932163adcdaa6","fuwenb":"

经过上述讨论, 随机一段废话, 到底应该

","id":"1522882751572357121","name":"贺涛","pic":"temp/5_1651918493000.png","radio":"1","remakr":"每个人都不得","selMut":"1","selSearch":"jeecg","sex":"1","sysOrgCode":"A01","updateBy":"admin","updateTime":1651921352256,"userSel":"zhangsan"}]', NULL, N'4', NULL, N'2022-05-07 19:02:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522894697843535873', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1653753600000,"ccc":1652958160000,"checkbox":"2","createBy":"admin","createTime":1650116634000,"depSel":"A01","files":"","fuwenb":"","id":"1515325110196768770","name":"admin","pic":"","radio":"1","remakr":"1111","selMut":"2","sex":"2","sysOrgCode":"A01","updateBy":"admin","updateTime":1651921364643,"userSel":"admin"}]', NULL, N'5', NULL, N'2022-05-07 19:02:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522895057198919682', N'2', N'商城订单表Erp-添加', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainErpController.add()', NULL, N'[{"createBy":"admin","createTime":1651921450320,"id":"1522895057198919681","money":333.0,"remark":"3333","sysOrgCode":"A01","xdDate":1651403043000}]', NULL, N'5', NULL, N'2022-05-07 19:04:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522895076522078210', N'2', N'商城订单表Erp-编辑', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.demo.vm3.controller.CesOrderMainErpController.edit()', NULL, N'[{"createBy":"admin","createTime":1651921450000,"id":"1522895057198919681","money":33333.0,"remark":"333333","sysOrgCode":"A01","updateBy":"admin","updateTime":1651921454929,"xdDate":1651403043000}]', NULL, N'4', NULL, N'2022-05-07 19:04:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522905226314174466', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 19:44:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522909727007887362', N'2', N'修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 20:02:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522910722270089218', N'2', N'修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-07 20:06:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522911644274577409', N'2', N'online表单控件-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.add()', NULL, N'[{"createBy":"admin","createTime":1651925404955,"depSel":"","id":"1522911644194885633","name":"22","radio":"1","sex":"1","sysOrgCode":"A01","userSel":"zhangsan,jeecg"}]', NULL, N'14', NULL, N'2022-05-07 20:10:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522911679636754433', N'2', N'online表单控件-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.delete()', NULL, N' id: 1522882751572357121', NULL, N'6', NULL, N'2022-05-07 20:10:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522911879491145729', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"content":"56","createBy":"admin","createTime":1651925461051,"hasChild":"0","id":"1522911879449202690","name":"56","pid":"0","sysOrgCode":"A01"}]', NULL, N'6', NULL, N'2022-05-07 20:11:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522911901142142978', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"content":"6","createBy":"admin","createTime":1651925466222,"hasChild":"0","id":"1522911901133754369","name":"66","pics":"temp/4afbfbedab64034f9015f1bca8c379310b551dab_1651925465436.jpg","pid":"1522911879449202690","sysOrgCode":"A01"}]', NULL, N'17', NULL, N'2022-05-07 20:11:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522923036960542722', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1651334400000,"cc":"","depSel":"6d35e179cd814e3299bd588ea7daed3f,c6d7cb4deeac411cb3384b1b31278596,4f1765520d6346f9bd9c79e2479e5b12,57197590443c44f083d42ae24ef26a2c,67fc001af12a4f9b8458005d3f19934a","dnum":78.0,"files":"","fuwenb":"789789","id":"1369290708802387969","name":"admin44","pic":"temp/20180607175028Fn1Lq7zw_1651928104806.png","radio":"2","remakr":"567567","selSearch":"jeecg","sex":"1","updateBy":"admin","updateTime":1651928121185,"userSel":"admin"}]', NULL, N'18', NULL, N'2022-05-07 20:55:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522923249708224514', N'2', N'online表单控件-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.add()', NULL, N'[{"birthday":1651939200000,"cc":"","createBy":"admin","createTime":1651928171932,"depSel":"57197590443c44f083d42ae24ef26a2c,4f1765520d6346f9bd9c79e2479e5b12","dnum":22.0,"files":"temp/appdev_1651928142395.png","fuwenb":"345345","id":"1522923249645309953","name":"龚明","radio":"1","remakr":"123123","selSearch":"zhangsan","sex":"2","sysOrgCode":"A01","userSel":"zhangsan,admin"}]', NULL, N'5', NULL, N'2022-05-07 20:56:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522923314120151042', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1651939200000,"cc":"","depSel":"57197590443c44f083d42ae24ef26a2c,4f1765520d6346f9bd9c79e2479e5b12","dnum":22.0,"files":"temp/appdev_1651928142395.png","fuwenb":"345345","id":"1522923249645309953","name":"龚明1","radio":"1","remakr":"123123","selSearch":"zhangsan","sex":"2","updateBy":"admin","updateTime":1651928187294,"userSel":"zhangsan,admin"}]', NULL, N'6', NULL, N'2022-05-07 20:56:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522923374241304578', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"561","id":"1522911879449202690","name":"561","pics":"temp/5_1651928199652.png","pid":"0","updateBy":"admin","updateTime":1651928201630}]', NULL, N'12', NULL, N'2022-05-07 20:56:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522923410131963906', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"11","id":"1522882977309798401","name":"许娜","pid":"1522882928865587201","updateBy":"admin","updateTime":1651928210180}]', NULL, N'10', NULL, N'2022-05-07 20:56:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522923437785010177', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"11","id":"1522882977309798401","name":"许娜","pics":"temp/11_1651928215765.jpg","pid":"1522882928865587201","updateBy":"admin","updateTime":1651928216784}]', NULL, N'10', NULL, N'2022-05-07 20:56:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522924010982789122', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"id":"1522923951901822978","name":"衣服11","pics":"temp/appdev_1651928352498.png","pid":"0","updateBy":"admin","updateTime":1651928353432}]', NULL, N'10', NULL, N'2022-05-07 20:59:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522931726128173057', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"depSel":"","files":"","fuwenb":"","id":"1260185893546840066","name":"A011","pic":"temp/11_1651930192096.jpg","radio":"2","remakr":"","selSearch":"","sex":"2","updateBy":"admin","updateTime":1651930192875,"userSel":"zhagnxiao"}]', NULL, N'5', NULL, N'2022-05-07 21:29:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1522931785632763906', N'2', N'online表单控件-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesFieldKongjController.edit()', NULL, N'[{"birthday":1651939200000,"cc":"","depSel":"","dnum":22.0,"files":"temp/appdev_1651928142395.png","fuwenb":"345345","id":"1522923249645309953","name":"龚明1","pic":"temp/4afbfbedab64034f9015f1bca8c379310b551dab_1651930205812.jpg","radio":"1","remakr":"123123","selSearch":"zhangsan","sex":"2","updateBy":"admin","updateTime":1651930207051,"userSel":"zhangsan,admin"}]', NULL, N'5', NULL, N'2022-05-07 21:30:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523498162298974209', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:00:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523498198437097473', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:00:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523498199301124097', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:00:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523498234654912514', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:00:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523498235007234050', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:00:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523498341559332866', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:01:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523499606880186369', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:06:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523502432217886722', N'2', N'修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 11:17:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523673099047497730', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 22:35:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523673100867825666', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 22:35:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523673273148862466', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 22:36:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676457007292417', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-09 22:49:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676637752434690', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"content":"3","createBy":"admin","createTime":1652107793628,"hasChild":"0","id":"1523676637685325825","name":"33","pics":"temp/11_1652107792614.jpg","pid":"1522882977309798401","sysOrgCode":"A01"}]', NULL, N'21', NULL, N'2022-05-09 22:49:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676676142899201', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"6","id":"1522911901133754369","name":"66","pics":"temp/4afbfbedab64034f9015f1bca8c379310b551dab_1651925465436.jpg","pid":"1522911879449202690","updateBy":"admin","updateTime":1652107802798}]', NULL, N'13', NULL, N'2022-05-09 22:50:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676716156559361', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"111","id":"1522882875102998529","name":"夏桂英","pics":"temp/5_1651918545051.png","pid":"1522923951901822979","updateBy":"admin","updateTime":1652107812344}]', NULL, N'19', NULL, N'2022-05-09 22:50:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676778622328833', N'2', N'商品分类V3-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.delete()', NULL, N' id: 1523676637685325825', NULL, N'33', NULL, N'2022-05-09 22:50:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676815242797057', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"11","id":"1522882977309798401","name":"许娜","pics":"temp/11_1651928215765.jpg","pid":"1522923951901822979","updateBy":"admin","updateTime":1652107835967}]', NULL, N'19', NULL, N'2022-05-09 22:50:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523676908578643970', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"6","id":"1522911901133754369","name":"66","pics":"temp/4afbfbedab64034f9015f1bca8c379310b551dab_1651925465436.jpg","pid":"1522923951901822979","updateBy":"admin","updateTime":1652107858209}]', NULL, N'17', NULL, N'2022-05-09 22:50:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678716126535682', N'2', N'商品分类V3-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.add()', NULL, N'[{"content":"555","createBy":"admin","createTime":1652108289161,"hasChild":"0","id":"1523678716113952770","name":"555","pics":"temp/11_1652108283793.jpg","pid":"1522923951901822978","sysOrgCode":"A01"}]', NULL, N'11', NULL, N'2022-05-09 22:58:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678745025290242', N'2', N'商品分类V3-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.delete()', NULL, N' id: 1523678716113952770', NULL, N'15', NULL, N'2022-05-09 22:58:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678758543532033', N'2', N'商品分类V3-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.delete()', NULL, N' id: 1522911879449202690', NULL, N'13', NULL, N'2022-05-09 22:58:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678782623031297', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"11","id":"1522882928865587201","name":"文磊","pid":"1522923951901822978","updateBy":"admin","updateTime":1652108305015}]', NULL, N'10', NULL, N'2022-05-09 22:58:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678829372743682', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"id":"1522923951901822979","name":"鞋子","pics":"temp/20180607175028Fn1Lq7zw_1652108315203.png","pid":"0","updateBy":"admin","updateTime":1652108316159}]', NULL, N'8', NULL, N'2022-05-09 22:58:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678856610553858', N'2', N'商品分类V3-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.edit()', NULL, N'[{"content":"6","id":"1522911901133754369","name":"90","pics":"temp/4afbfbedab64034f9015f1bca8c379310b551dab_1651925465436.jpg","pid":"1522923951901822979","updateBy":"admin","updateTime":1652108322654}]', NULL, N'8', NULL, N'2022-05-09 22:58:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523678901363777538', N'2', N'商品分类V3-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeV3Controller.delete()', NULL, N' id: 1522923951901822978', NULL, N'44', NULL, N'2022-05-09 22:58:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1523913401939140609', N'2', N'添加用户,username: wangwuTest', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-10 14:30:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524264692590784514', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-11 13:46:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524268046490480642', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-11 13:59:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524268084859973634', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-11 14:00:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524269004243021826', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-11 14:03:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524303058979921921', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-11 16:19:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524304566635069441', N'2', N'商品分类-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeController.add()', NULL, N'[{"content":"567","createBy":"admin","createTime":1652257503528,"hasChild":"0","id":"1524304566551183361","name":"567","pid":"0","sysOrgCode":"A01"}]', NULL, N'13', NULL, N'2022-05-11 16:25:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1524304596410433538', N'2', N'商品分类-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.vm3.controller.CesShopTypeController.edit()', NULL, N'[{"content":"5676","id":"1524304566551183361","name":"5676","pid":"1258408003595464706","updateBy":"admin","updateTime":1652257510644}]', NULL, N'18', NULL, N'2022-05-11 16:25:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526864589206810625', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-18 17:57:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526864590054060034', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-18 17:57:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526864635801333762', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-18 17:57:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526864636120100866', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-18 17:57:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1526864748057686017', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-18 17:58:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1527315726351421441', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-05-19 23:50:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1527315764280512514', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'208', NULL, N'2022-05-19 23:50:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1527315764280512515', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'212', NULL, N'2022-05-19 23:50:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1527315794198482945', N'2', N'online新增数据,表名:ces_field_kongj,添加成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["18f064d1ef424c93ba7a16148851664f",{"create_by":"admin","remakr":"222","user_sel":"admin","create_time":"2022-05-19 23:50:36","sys_org_code":"A01","dep_sel":"A01","name":"admin","files":"","pic":"","id":"1527315793930047489","radio":"2"},null]', NULL, N'66', NULL, N'2022-05-19 23:50:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532188736526946306', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 10:33:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532189413508583426', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 10:36:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532199564194025473', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 11:16:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532212378891653121', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 12:07:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532213957342466050', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 12:14:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532215740999602178', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 12:21:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532225525090283522', N'2', N'online表单加载,表名:v3test_nnn,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 9135c3ef77394a2f8ef2cf5c862416cd request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@cd8c3aa', NULL, N'70', NULL, N'2022-06-02 13:00:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532225525815898113', N'2', N'online列表加载,表名:v3test_nnn,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 9135c3ef77394a2f8ef2cf5c862416cd', NULL, N'256', NULL, N'2022-06-02 13:00:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532225557101211650', N'2', N'online表单加载,表名:test_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 05a3a30dada7411c9109306aa4117068 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@38c32c26', NULL, N'31', NULL, N'2022-06-02 13:00:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532225557369647106', N'2', N'online列表加载,表名:test_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 05a3a30dada7411c9109306aa4117068', NULL, N'103', NULL, N'2022-06-02 13:00:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532225589481238530', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: 05a3a30dada7411c9109306aa4117068 id: 1427901092375162881', NULL, N'41', NULL, N'2022-06-02 13:00:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532225604517818370', N'2', N'online修改数据,表名:test_note,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formEdit()', NULL, N'["05a3a30dada7411c9109306aa4117068",{"update_time":"2022-06-02 13:00:26","jeecg_row_key":"1427901092375162881","contents":"","sex":"1","name":"zhangsan","id":"1427901092375162881","update_by":"admin","age":222}]', NULL, N'97', NULL, N'2022-06-02 13:00:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532226025256841217', N'2', N'online表单加载,表名:v3test_nnn,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 9135c3ef77394a2f8ef2cf5c862416cd request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7699e9c9', NULL, N'21', NULL, N'2022-06-02 13:02:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532226025453973505', N'2', N'online列表加载,表名:v3test_nnn,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 9135c3ef77394a2f8ef2cf5c862416cd', NULL, N'63', NULL, N'2022-06-02 13:02:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532233148061642753', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25f8b841', NULL, N'32', NULL, N'2022-06-02 13:30:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532240110446899202', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 18f064d1ef424c93ba7a16148851664f request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50e778eb', NULL, N'37', NULL, N'2022-06-02 13:58:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532240110639837185', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 18f064d1ef424c93ba7a16148851664f', NULL, N'82', NULL, N'2022-06-02 13:58:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532240176607850497', N'2', N'online表单加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 18f064d1ef424c93ba7a16148851664f request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33da93c2', NULL, N'21', NULL, N'2022-06-02 13:58:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532240176809177089', N'2', N'online列表加载,表名:ces_field_kongj,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 18f064d1ef424c93ba7a16148851664f', NULL, N'69', NULL, N'2022-06-02 13:58:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246654337085441', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'37', NULL, N'2022-06-02 14:24:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246654404194305', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4f75466f', NULL, N'49', NULL, N'2022-06-02 14:24:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246838525751297', N'2', N'online新增数据,表名:v3_demo1,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["330c87f3ccd64683b27435cd29575eb2",{"birthday":"1986-06-13","create_by":"admin","ccc":"

王阳明在不经意间这样说过, 故立志者,为学之心也;为学者,立志之事也。这句话看似简单,但其中的阴郁不禁让人深思. 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 从这个角度来看, 
带着这些问题, 我们来审视一下随机一段废话. 既然如何, 这种事实对本人来说意义重大, 相信对这个世界也是有一定意义的.一般来说, 我们都知道, 只要有意义, 那么就必须慎重考虑.生活中, 若随机一段废话

","sys_org_code":"A01","create_time":"2022-06-02 14:24:48","sex":"1","name":"小王","id":"1532246838328619010","salary":22.22,"age":22},null]', NULL, N'40', NULL, N'2022-06-02 14:24:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246847371538433', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 id: 1532246838328619010', NULL, N'18', NULL, N'2022-06-02 14:24:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246855797895169', N'2', N'online修改数据,表名:v3_demo1,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formEdit()', NULL, N'["330c87f3ccd64683b27435cd29575eb2",{"birthday":"1986-06-13","ccc":"

王阳明在不经意间这样说过, 故立志者,为学之心也;为学者,立志之事也。这句话看似简单,但其中的阴郁不禁让人深思. 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 从这个角度来看, 
带着这些问题, 我们来审视一下随机一段废话. 既然如何, 这种事实对本人来说意义重大, 相信对这个世界也是有一定意义的.一般来说, 我们都知道, 只要有意义, 那么就必须慎重考虑.生活中, 若随机一段废话

","update_time":"2022-06-02 14:24:52","jeecg_row_key":"1532246838328619010","sex":"1","name":"小王1","id":"1532246838328619010","salary":22.22,"update_by":"admin","age":22}]', NULL, N'28', NULL, N'2022-06-02 14:24:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246860629733378', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 id: 1532246838328619010', NULL, N'18', NULL, N'2022-06-02 14:24:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246872684163074', N'2', N'online修改数据,表名:v3_demo1,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formEdit()', NULL, N'["330c87f3ccd64683b27435cd29575eb2",{"birthday":"1986-06-13","ccc":"

王阳明在不经意间这样说过, 故立志者,为学之心也;为学者,立志之事也。这句话看似简单,但其中的阴郁不禁让人深思. 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 从这个角度来看, 
带着这些问题, 我们来审视一下随机一段废话. 既然如何, 这种事实对本人来说意义重大, 相信对这个世界也是有一定意义的.一般来说, 我们都知道, 只要有意义, 那么就必须慎重考虑.生活中, 若随机一段废话

","update_time":"2022-06-02 14:24:56","jeecg_row_key":"1532246838328619010","sex":"1","name":"小王1","id":"1532246838328619010","salary":22.22,"update_by":"admin","age":222}]', NULL, N'27', NULL, N'2022-06-02 14:24:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246879650902018', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 id: 1532246838328619010', NULL, N'21', NULL, N'2022-06-02 14:24:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246995078148098', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'39', NULL, N'2022-06-02 14:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532246995120091138', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1821f52a', NULL, N'45', NULL, N'2022-06-02 14:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247043878875137', N'2', N'online新增数据,表名:v3_demo1,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["330c87f3ccd64683b27435cd29575eb2",{"create_by":"admin","sys_org_code":"A01","create_time":"2022-06-02 14:25:37","name":"小三","id":"1532247043736268801","age":3},null]', NULL, N'34', NULL, N'2022-06-02 14:25:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247072496611329', N'2', N'online新增数据,表名:v3_demo1,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["330c87f3ccd64683b27435cd29575eb2",{"create_by":"admin","sys_org_code":"A01","create_time":"2022-06-02 14:25:44","name":"张晓红","id":"1532247072362393601"},null]', NULL, N'33', NULL, N'2022-06-02 14:25:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247233847291905', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 56870166aba54ebfacb20ba6c770bd73', NULL, N'74', NULL, N'2022-06-02 14:26:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247234312859650', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 56870166aba54ebfacb20ba6c770bd73 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2da327e4', NULL, N'194', NULL, N'2022-06-02 14:26:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247304139632641', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022060214262492","test_order_product":[{"product_name":"22","price":2,"num":2,"pro_type":"2","descc":"222","order_fk_id":"1532247303808282625","create_by":"admin","create_time":"2022-06-02 14:26:39"},{"product_name":"33","price":3,"num":3,"pro_type":"","descc":"","order_fk_id":"1532247303808282625","create_by":"admin","create_time":"2022-06-02 14:26:39"}],"create_by":"admin","order_date":"2022-06-02","descc":"是否三","create_time":"2022-06-02 14:26:39","xiala":"2","id":"1532247303808282625"},null]', NULL, N'71', NULL, N'2022-06-02 14:26:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247362599841794', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022060214264320","test_order_product":[{"product_name":"啊发顺丰的","price":"","num":"","pro_type":"","descc":"","order_fk_id":"1532247362402709506","create_by":"admin","create_time":"2022-06-02 14:26:53"},{"product_name":"阿斯顿发","price":"","num":"","pro_type":"","descc":"","order_fk_id":"1532247362402709506","create_by":"admin","create_time":"2022-06-02 14:26:53"}],"create_by":"admin","order_date":"2022-06-02","descc":"爱的发声","create_time":"2022-06-02 14:26:53","id":"1532247362402709506"},null]', NULL, N'54', NULL, N'2022-06-02 14:26:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247384024346626', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@739d7624', NULL, N'20', NULL, N'2022-06-02 14:26:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247384154370049', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'54', NULL, N'2022-06-02 14:26:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247402273763329', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4be2294c', NULL, N'17', NULL, N'2022-06-02 14:27:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247402475089922', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'51', NULL, N'2022-06-02 14:27:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247439884087297', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6fdd664a', NULL, N'17', NULL, N'2022-06-02 14:27:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532247439951196161', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'46', NULL, N'2022-06-02 14:27:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532252016486313986', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@535eaa58', NULL, N'13', NULL, N'2022-06-02 14:45:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532252016582782977', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'36', NULL, N'2022-06-02 14:45:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532252025407598593', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormData()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 id: 1532247043736268801', NULL, N'18', NULL, N'2022-06-02 14:45:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532252032089124866', N'2', N'online修改数据,表名:v3_demo1,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formEdit()', NULL, N'["330c87f3ccd64683b27435cd29575eb2",{"ccc":"

22

","update_time":"2022-06-02 14:45:26","jeecg_row_key":"1532247043736268801","sex":"","name":"小三","id":"1532247043736268801","salary":"","update_by":"admin","age":3}]', NULL, N'26', NULL, N'2022-06-02 14:45:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532253220108955650', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2', NULL, N'28', NULL, N'2022-06-02 14:50:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532253220842958850', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: 330c87f3ccd64683b27435cd29575eb2 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52469157', NULL, N'8', NULL, N'2022-06-02 14:50:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532259338671550465', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 15:14:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532261888783216642', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5af0a121', NULL, N'10', NULL, N'2022-06-02 15:24:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532264870434185218', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'192.168.1.125', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 15:36:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532264909764173826', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@ff5858d', NULL, N'34', NULL, N'2022-06-02 15:36:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532264929829724161', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3923a614', NULL, N'16', NULL, N'2022-06-02 15:36:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532264942077091842', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6cbff4da', NULL, N'14', NULL, N'2022-06-02 15:36:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532264992131915777', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fb2491b', NULL, N'15', NULL, N'2022-06-02 15:36:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532264996259110913', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e11627e', NULL, N'33', NULL, N'2022-06-02 15:36:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265004614164481', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@433c4f23', NULL, N'13', NULL, N'2022-06-02 15:37:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265032166547457', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70b328af', NULL, N'12', NULL, N'2022-06-02 15:37:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265040827785218', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a4bd20c', NULL, N'13', NULL, N'2022-06-02 15:37:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265568085352450', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'117', NULL, N'2022-06-02 15:39:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265568148267010', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7c812c61', NULL, N'127', NULL, N'2022-06-02 15:39:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265643385692161', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'74', NULL, N'2022-06-02 15:39:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265643511521281', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3e3b7611', NULL, N'102', NULL, N'2022-06-02 15:39:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532265688805810178', N'2', N'online新增数据,表名:v3_demo1,添加成功!', N'2', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.formAdd()', NULL, N'["d0c0871f48f64288bb5683145b1572a7",{"birthday":"2022-06-27","create_by":"admin","create_time":"2022-06-02 15:39:42","sys_org_code":"A01","sex":"1","name":"小王","id":"1532265688470265858","salary":222,"age":22},null]', NULL, N'67', NULL, N'2022-06-02 15:39:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268351815557122', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70da67bd', NULL, N'30', NULL, N'2022-06-02 15:50:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268351945580546', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'68', NULL, N'2022-06-02 15:50:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268387811074049', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@562264ab', NULL, N'11', NULL, N'2022-06-02 15:50:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268409692758018', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5af46c87', NULL, N'24', NULL, N'2022-06-02 15:50:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268409889890305', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'72', NULL, N'2022-06-02 15:50:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268418148474881', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6712efaa', NULL, N'20', NULL, N'2022-06-02 15:50:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268418278498305', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'62', NULL, N'2022-06-02 15:50:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268427543715842', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@223b366d', NULL, N'21', NULL, N'2022-06-02 15:50:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268427736653825', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'62', NULL, N'2022-06-02 15:50:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268459533672450', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69735b0c', NULL, N'11', NULL, N'2022-06-02 15:50:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268466785624066', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@432ae6aa', NULL, N'20', NULL, N'2022-06-02 15:50:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532268466915647490', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'56', NULL, N'2022-06-02 15:50:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532270390666731522', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@759de349', NULL, N'12', NULL, N'2022-06-02 15:58:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532270396471648257', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6aa83de6', NULL, N'8', NULL, N'2022-06-02 15:58:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532270402805047297', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6ba9b2a9', NULL, N'12', NULL, N'2022-06-02 15:58:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532270569532825601', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f53c16f', NULL, N'12', NULL, N'2022-06-02 15:59:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532277889172119554', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'192.168.1.125', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 16:28:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532278064401752066', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a6f7dc4', NULL, N'10', NULL, N'2022-06-02 16:28:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532279773605797890', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@405f8552', NULL, N'9', NULL, N'2022-06-02 16:35:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532279776030105602', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1e3898c', NULL, N'9', NULL, N'2022-06-02 16:35:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532279778177589249', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4218ab4f', NULL, N'9', NULL, N'2022-06-02 16:35:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532286963452354562', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@672623d4', NULL, N'11', NULL, N'2022-06-02 17:04:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532286992946700289', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35ba6dbe', NULL, N'10', NULL, N'2022-06-02 17:04:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532287004959186946', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@501cd144', NULL, N'9', NULL, N'2022-06-02 17:04:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532287010764103682', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@17a6847a', NULL, N'10', NULL, N'2022-06-02 17:04:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532287131006410754', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9f9016f', NULL, N'9', NULL, N'2022-06-02 17:04:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532294539900493825', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3240049c', NULL, N'9', NULL, N'2022-06-02 17:34:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296095320383489', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3852b08c', NULL, N'9', NULL, N'2022-06-02 17:40:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296099699236865', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7f1f2772', NULL, N'8', NULL, N'2022-06-02 17:40:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296137225674753', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4b1bf652', NULL, N'10', NULL, N'2022-06-02 17:40:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296139578679297', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@592c0e1a', NULL, N'8', NULL, N'2022-06-02 17:40:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296773174435842', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7fedc428', NULL, N'31', NULL, N'2022-06-02 17:43:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296773308653570', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'66', NULL, N'2022-06-02 17:43:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296785027538946', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f55d4ed', NULL, N'21', NULL, N'2022-06-02 17:43:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296785161756673', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'55', NULL, N'2022-06-02 17:43:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296797006471170', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getFormItem()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7adaf795', NULL, N'21', NULL, N'2022-06-02 17:43:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532296797203603458', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.online.cgform.controller.OnlCgformApiController.getColumns()', NULL, N' code: d0c0871f48f64288bb5683145b1572a7', NULL, N'60', NULL, N'2022-06-02 17:43:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297182106492929', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1d6e039d', NULL, N'10', NULL, N'2022-06-02 17:44:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297189173895170', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43f5079a', NULL, N'11', NULL, N'2022-06-02 17:44:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297236376592385', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@686d33f', NULL, N'13', NULL, N'2022-06-02 17:45:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297269859721218', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5c57a83f', NULL, N'11', NULL, N'2022-06-02 17:45:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297335106314241', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2702978d', NULL, N'9', NULL, N'2022-06-02 17:45:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297560122335233', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5dab8753', NULL, N'9', NULL, N'2022-06-02 17:46:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532297568607412226', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2aa2589', NULL, N'11', NULL, N'2022-06-02 17:46:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312231038558209', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'192.168.1.125', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-02 18:44:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312293227503617', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33a54a37', NULL, N'9', NULL, N'2022-06-02 18:44:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312296633278466', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2cb305a', NULL, N'10', NULL, N'2022-06-02 18:44:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312303893618689', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@738757a9', NULL, N'9', NULL, N'2022-06-02 18:44:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312306527641602', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e905c95', NULL, N'5', NULL, N'2022-06-02 18:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312314060611586', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1a837d0f', NULL, N'9', NULL, N'2022-06-02 18:44:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532312773651472386', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75409a', NULL, N'9', NULL, N'2022-06-02 18:46:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532313164992618498', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f724fc6', NULL, N'9', NULL, N'2022-06-02 18:48:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1532313534397554690', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@13d9300', NULL, N'10', NULL, N'2022-06-02 18:49:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533099231178022913', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-04 22:51:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533099698473820161', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'168', NULL, N'2022-06-04 22:53:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533099698473820162', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'153', NULL, N'2022-06-04 22:53:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533099755633795074', N'2', N'online新增数据,表名:v3_hello,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-06-06","cc":"222","create_by":"admin","create_time":"2022-06-04 22:53:59","sys_org_code":"A01","sex":"1","name":"哈喽","id":"1533099754895597570","age":22},null]', NULL, N'93', NULL, N'2022-06-04 22:54:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533099761115750402', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2022-06-04 22:54:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533099769462415361', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-06-06","cc":"222","update_time":"2022-06-04 22:54:03","jeecg_row_key":"1533099754895597570","sex":"1","name":"哈喽2","id":"1533099754895597570","update_by":"admin","age":22}]', NULL, N'61', NULL, N'2022-06-04 22:54:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533106555548528642', N'2', N'online列表加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'113', NULL, N'2022-06-04 23:21:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533106556903288833', N'2', N'online表单加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'456', NULL, N'2022-06-04 23:21:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533106655314243585', N'2', N'online新增数据,表名:ces_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56efb74326e74064b60933f6f8af30ea",{"order_code":"CN2022060423210253","create_by":"admin","ces_order_goods":[{"good_name":"11","price":211,"num":22,"zong_price":4642,"order_main_id":"1533106654659932162","sys_org_code":"A01","create_time":"2022-06-04 23:21:24","create_by":"admin"},{"good_name":"22","price":22,"num":22,"zong_price":484,"order_main_id":"1533106654659932162","sys_org_code":"A01","create_time":"2022-06-04 23:21:24","create_by":"admin"}],"ces_order_customer":[{"sex":"1","birthday":"2022-06-04 23:21:11","age":11,"address":"11","order_main_id":"1533106654659932162","create_by":"admin","sys_org_code":"A01","create_time":"2022-06-04 23:21:24"}],"money":111,"sys_org_code":"A01","create_time":"2022-06-04 23:21:25","xd_date":"2022-06-18 23:21:04","id":"1533106654659932162"},null]', NULL, N'155', NULL, N'2022-06-04 23:21:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533106663094677505', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'147', NULL, N'2022-06-04 23:21:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533107177953882114', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'126', NULL, N'2022-06-04 23:23:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533107178020990978', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'124', NULL, N'2022-06-04 23:23:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533107308602257409', N'2', N'online新增数据,表名:test_demo,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"birthday":"2022-06-24","descc":"

111

","ceck":"2","create_time":"2022-06-04 23:24:00","sex":"1","file_kk":"temp/11_1654356225072.jpg","sel_table":"admin","xiamuti":"2,1","search_sel":"hr","create_by":"admin","top_pic":"temp/11_1654356229294.jpg","name":"11","chegnshi":"210603","id":"1533107308342210561","age":111},null]', NULL, N'49', NULL, N'2022-06-04 23:24:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533107388046569473', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'165', NULL, N'2022-06-04 23:24:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533107388176592897', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'191', NULL, N'2022-06-04 23:24:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533107902528286722', N'2', N'online新增数据,表名:ai_control_single,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["202999127bd14c8981c7f52a6db7831a",{"danxuan":"2","nyrsfm":"2022-06-08 23:24:29","duoxuan":"1","sys_org_code":"A01","zddtjxlss":"admin","xiala":"1","zdbxl":"57197590443c44f083d42ae24ef26a2c","create_by":"admin","wenjian":"temp/20180607175028Fn1Lq7zw_1654356273452.png","flzds":"1183693534173069314","kaiguan":1,"id":"1533107902331154434","bmxz":"c6d7cb4deeac411cb3384b1b31278596","create_time":"2022-06-04 23:26:22","yhxz":"jeecg,admin","zdbduoxuan":"5159cde220114246b045e574adceafe9","zdbdx":"5159cde220114246b045e574adceafe9","xlss":"zhangsan","zdmrz":"1","xldx":"1","fwb":"

[uploading:appdev.png]

","zddtjxl":"wangwuTest","name":"123123","zddtjxldx":"zhangsan","riqi":"2022-06-09","zdbxldx":"6d35e179cd814e3299bd588ea7daed3f","zdys":"1230769196661510146","shq":"130303"},null]', NULL, N'56', NULL, N'2022-06-04 23:26:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533108550917353473', N'2', N'online表单加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'35', NULL, N'2022-06-04 23:28:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533108551114485761', N'2', N'online列表加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-06-04 23:28:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111219920760833', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'93', NULL, N'2022-06-04 23:39:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111219987869698', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'109', NULL, N'2022-06-04 23:39:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111296923987969', N'2', N'online新增数据,表名:v3_hello_copy,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-06-08","create_by":"admin","create_time":"2022-06-04 23:39:51","sys_org_code":"A01","sex":"2","sel_user":"jeecg,admin","bm":"c6d7cb4deeac411cb3384b1b31278596","id":"1533111296731049985"},null]', NULL, N'50', NULL, N'2022-06-04 23:39:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111333326352386', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'103', NULL, N'2022-06-04 23:40:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111333976469506', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'254', NULL, N'2022-06-04 23:40:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111383976767490', N'2', N'online列表加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'108', NULL, N'2022-06-04 23:40:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533111385046315009', N'2', N'online表单加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'364', NULL, N'2022-06-04 23:40:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533112020881829890', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'27', NULL, N'2022-06-04 23:42:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533112021016047618', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-06-04 23:42:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533114360485572610', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-06-04 23:52:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1533114360678510594', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2022-06-04 23:52:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534010061994303490', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-07 11:11:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534010367029256194', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76d00a39', NULL, N'67', NULL, N'2022-06-07 11:12:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534061477551132674', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-07 14:35:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534062119841681409', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@9b5236a', NULL, N'114', NULL, N'2022-06-07 14:38:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534062539192389633', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3065d6d', NULL, N'58', NULL, N'2022-06-07 14:39:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534062621417525250', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5a11ac7c', NULL, N'33', NULL, N'2022-06-07 14:40:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534062906374344705', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1b84e013', NULL, N'41', NULL, N'2022-06-07 14:41:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534063004323926018', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42c08336', NULL, N'46', NULL, N'2022-06-07 14:41:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534063474811588610', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ed09ab5', NULL, N'42', NULL, N'2022-06-07 14:43:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534063615798923265', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@626a9430', NULL, N'9', NULL, N'2022-06-07 14:44:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534066234026086402', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-07 14:54:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534066254603341826', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@742e303b', NULL, N'33', NULL, N'2022-06-07 14:54:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071157287538689', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'355', NULL, N'2022-06-07 15:14:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071157287538690', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'355', NULL, N'2022-06-07 15:14:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071573077282818', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'67', NULL, N'2022-06-07 15:15:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071573102448642', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'64', NULL, N'2022-06-07 15:15:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071649707216897', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'53', NULL, N'2022-06-07 15:15:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071649740771329', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'61', NULL, N'2022-06-07 15:15:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534071657533788161', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'27', NULL, N'2022-06-07 15:15:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534072172552376321', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-06-07 15:18:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534072714070577153', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'15', NULL, N'2022-06-07 15:20:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534072714204794882', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'47', NULL, N'2022-06-07 15:20:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534074234728075266', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5565fcb4', NULL, N'45', NULL, N'2022-06-07 15:26:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534147652517330946', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-07 20:17:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534740003631534082', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-09 11:31:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534740079267418113', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'49', NULL, N'2022-06-09 11:32:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534740079305166849', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'59', NULL, N'2022-06-09 11:32:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534740146736992257', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'16', NULL, N'2022-06-09 11:32:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534740146757963778', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'20', NULL, N'2022-06-09 11:32:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534740190743629826', N'2', N'online新增数据,表名:v3_hello,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-06-24","cc":"11","create_by":"admin","create_time":"2022-06-09 11:32:30","sys_org_code":"A01","sex":"1","name":"11","id":"1534740190491971586"},null]', NULL, N'26', NULL, N'2022-06-09 11:32:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534797752855822338', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-09 15:21:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534825810367217666', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'48', NULL, N'2022-06-09 17:12:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534825810757287937', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'138', NULL, N'2022-06-09 17:12:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534828138088497154', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-09 17:21:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534833054261575682', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'192.168.1.125', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-09 17:41:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534836419230040065', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'192.168.1.125', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-09 17:54:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534843989307031553', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'192.168.1.125', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bbbf0c', NULL, N'30', NULL, N'2022-06-09 18:24:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1534f0c50e67c5682e91af5160a67a80', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 22:47:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092144472797185', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-10 10:51:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092256443936770', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'52', NULL, N'2022-06-10 10:51:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092256443936771', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-06-10 10:51:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092262492123137', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'8', NULL, N'2022-06-10 10:51:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092267084886017', N'2', N'online修改数据,表名:v3_hello_copy,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-06-08","cc":"","sex":"2","sel_user":"jeecg,admin","bm":"c6d7cb4deeac411cb3384b1b31278596","pop":"","cc3":"","update_time":"2022-06-10 10:51:31","jeecg_row_key":"1533111296731049985","name":"","id":"1533111296731049985","update_by":"admin","age":""}]', NULL, N'28', NULL, N'2022-06-10 10:51:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092272935940097', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'6', NULL, N'2022-06-10 10:51:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092288555528194', N'2', N'online修改数据,表名:v3_hello_copy,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-06-08","cc":"","sex":"2","sel_user":"jeecg,admin","bm":"c6d7cb4deeac411cb3384b1b31278596","pop":"","cc3":"

678678

","update_time":"2022-06-10 10:51:36","jeecg_row_key":"1533111296731049985","name":"","id":"1533111296731049985","update_by":"admin","age":""}]', NULL, N'13', NULL, N'2022-06-10 10:51:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092292858884097', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-06-10 10:51:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092299628490754', N'2', N'online修改数据,表名:v3_hello_copy,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-06-08","cc":"","sex":"2","sel_user":"jeecg,admin","bm":"c6d7cb4deeac411cb3384b1b31278596","pop":"","cc3":"

678678678678

","update_time":"2022-06-10 10:51:39","jeecg_row_key":"1533111296731049985","name":"","id":"1533111296731049985","update_by":"admin","age":""}]', NULL, N'9', NULL, N'2022-06-10 10:51:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092304691015682', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69980bc5', NULL, N'11', NULL, N'2022-06-10 10:51:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092312135905281', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4bde153a', NULL, N'9', NULL, N'2022-06-10 10:51:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535092314774122497', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4983fe21', NULL, N'4', NULL, N'2022-06-10 10:51:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535093953933291521', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'9', NULL, N'2022-06-10 10:58:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535093954000400386', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'21', NULL, N'2022-06-10 10:58:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535093992491528193', N'2', N'online新增数据,表名:v3_hello_copy,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"cc":"900","create_by":"admin","create_time":"2022-06-10 10:58:23","sys_org_code":"A01","bm":"","id":"1535093992424419330"},null]', NULL, N'15', NULL, N'2022-06-10 10:58:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535093998279667714', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'5', NULL, N'2022-06-10 10:58:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535094017296642049', N'2', N'online修改数据,表名:v3_hello_copy,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-06-08","cc":"123","sex":"2","sel_user":"jeecg,admin","bm":"c6d7cb4deeac411cb3384b1b31278596","pop":"","cc3":"

678678678678

","update_time":"2022-06-10 10:58:29","jeecg_row_key":"1533111296731049985","name":"","id":"1533111296731049985","update_by":"admin","age":""}]', NULL, N'9', NULL, N'2022-06-10 10:58:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1535094021352534017', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'5', NULL, N'2022-06-10 10:58:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539164780173668354', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-21 16:34:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539164799467466754', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-21 16:34:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539164854899388417', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-06-21 16:34:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539164854899388418', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'81', NULL, N'2022-06-21 16:34:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539164903549120513', N'2', N'online新增数据,表名:v3_hello_copy,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-06-15","cc":"2\n222","create_by":"admin","create_time":"2022-06-21 16:34:43","sys_org_code":"A01","sex":"1","name":"22","bm":"c6d7cb4deeac411cb3384b1b31278596","id":"1539164903414902786","age":2},null]', NULL, N'32', NULL, N'2022-06-21 16:34:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539166088821682177', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'9', NULL, N'2022-06-21 16:39:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539166088888791041', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'18', NULL, N'2022-06-21 16:39:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539167492453904385', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'6', NULL, N'2022-06-21 16:45:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539167492516818945', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'24', NULL, N'2022-06-21 16:45:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539169603841372161', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-21 16:53:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539169913439727617', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6daf0232', NULL, N'17', NULL, N'2022-06-21 16:54:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539170781010538498', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6caf9068', NULL, N'5', NULL, N'2022-06-21 16:58:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539173007489708033', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@45b045ce', NULL, N'6', NULL, N'2022-06-21 17:06:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539499704835592194', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-22 14:45:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539499848691830786', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6d0683a8', NULL, N'232', NULL, N'2022-06-22 14:45:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539499879301861377', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f972a65', NULL, N'35', NULL, N'2022-06-22 14:45:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539517736660193281', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-22 15:56:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539517767282806786', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-22 15:56:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539521221669638146', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-22 16:10:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539521239126331394', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-22 16:10:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1539853181394853890', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-23 14:09:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1540157524375457794', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-06-24 10:19:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549300973670461442', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 15:51:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549301014359404545', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 15:52:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549301015227625474', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 15:52:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549301135809671170', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 15:52:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549301395365785602', N'2', N'删除用户,id: 1523913401905586178', N'3', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 15:53:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549301427347353602', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@624fd8ed', NULL, N'22', NULL, N'2022-07-19 15:53:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549303473853050881', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@fcae65', NULL, N'33', NULL, N'2022-07-19 16:01:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549303590798635009', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'172', NULL, N'2022-07-19 16:02:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549303590865743873', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'189', NULL, N'2022-07-19 16:02:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549303680586100738', N'2', N'online新增数据,表名:v3_hello_copy,添加成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-07-12","cc":"222","create_by":"admin","cc3":"

222

","create_time":"2022-07-19 16:02:36","sys_org_code":"A01","sex":"1","name":"222","sel_user":"jeecg","bm":"57197590443c44f083d42ae24ef26a2c","id":"1549303680250556417","age":22},null]', NULL, N'79', NULL, N'2022-07-19 16:02:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549304538119942145', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'58', NULL, N'2022-07-19 16:06:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549304538136719362', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'62', NULL, N'2022-07-19 16:06:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549304566637015042', N'2', N'online删除数据,表名:v3_hello_copy,删除成功!', N'4', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.f()', NULL, N'', NULL, N'11', NULL, N'2022-07-19 16:06:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549304583439396865', N'2', N'online新增数据,表名:v3_hello_copy,添加成功!', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"cc":"ddd","create_by":"admin","create_time":"2022-07-19 16:06:12","sys_org_code":"A01","name":"dd","id":"1549304583296790529"},null]', NULL, N'35', NULL, N'2022-07-19 16:06:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549344510583635970', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 18:44:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549356953754124289', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 19:34:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357002215112706', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@44dc913b', NULL, N'37', NULL, N'2022-07-19 19:34:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357005801242625', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e8b327d', NULL, N'30', NULL, N'2022-07-19 19:34:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357028131717122', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'40', NULL, N'2022-07-19 19:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357028530176001', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'132', NULL, N'2022-07-19 19:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357037531152385', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'56', NULL, N'2022-07-19 19:34:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357060796956674', N'2', N'online修改数据,表名:v3_hello_copy,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"cc":"33ddd\n333","aa":"","sex":"1","sel_user":"","bm":"","pop":"","cc3":"","update_time":"2022-07-19 19:34:43","jeecg_row_key":"1549304583296790529","name":"dd","id":"1549304583296790529","update_by":"admin","age":""}]', NULL, N'83', NULL, N'2022-07-19 19:34:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357072675225601', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2022-07-19 19:34:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357083479752705', N'2', N'online修改数据,表名:v3_hello_copy,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"cc":"33ddd\n333","aa":"","sex":"1","sel_user":"","bm":"","pop":"","cc3":"","update_time":"2022-07-19 19:34:48","jeecg_row_key":"1549304583296790529","name":"dd","id":"1549304583296790529","update_by":"admin","age":33}]', NULL, N'72', NULL, N'2022-07-19 19:34:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357173028143105', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@25269a6c', NULL, N'11', NULL, N'2022-07-19 19:35:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357183929139201', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7e67a15a', NULL, N'9', NULL, N'2022-07-19 19:35:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357185883684865', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68de58e5', NULL, N'14', NULL, N'2022-07-19 19:35:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357187993419777', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-07-19 19:35:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357188127637506', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'82', NULL, N'2022-07-19 19:35:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357190820380674', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@62dd25ec', NULL, N'10', NULL, N'2022-07-19 19:35:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549357194284875777', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50665b04', NULL, N'12', NULL, N'2022-07-19 19:35:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549359325314269186', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57b33ae8', NULL, N'10', NULL, N'2022-07-19 19:43:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549359327478530049', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4551bb01', NULL, N'11', NULL, N'2022-07-19 19:43:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549359340124356609', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@39d208cb', NULL, N'14', NULL, N'2022-07-19 19:43:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549359343605628929', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@515f096b', NULL, N'9', NULL, N'2022-07-19 19:43:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549365634868690946', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 20:08:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549402732640227329', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-19 22:36:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549406822233427969', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7d883719', NULL, N'43', NULL, N'2022-07-19 22:52:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549406846170320897', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@c52f3e3', NULL, N'13', NULL, N'2022-07-19 22:52:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549406857100677122', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41902c74', NULL, N'10', NULL, N'2022-07-19 22:52:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573346277601281', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-20 09:54:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573392767266818', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-07-20 09:54:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573392775655425', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'53', NULL, N'2022-07-20 09:54:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573401105543169', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'10', NULL, N'2022-07-20 09:54:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573421691187202', N'2', N'online删除数据,表名:v3_hello_copy,删除成功!', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.f()', NULL, N'', NULL, N'28', NULL, N'2022-07-20 09:54:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573430453088258', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'21', NULL, N'2022-07-20 09:54:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573430490836994', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'8', NULL, N'2022-07-20 09:54:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573565144772609', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'5', NULL, N'2022-07-20 09:55:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549573565195104258', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'17', NULL, N'2022-07-20 09:55:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549654213188644866', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-20 15:15:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658285392261122', N'2', N'角色首页配置-通过code查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.queryByCode()', NULL, N' roleCode: admin request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@168d583c', NULL, N'25', NULL, N'2022-07-20 15:31:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658299992633345', N'2', N'角色首页配置-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.add()', NULL, N'[{"component":"22","createBy":"admin","createTime":1658302304614,"id":"1549658299929718786","roleCode":"admin","route":true,"status":"1","sysOrgCode":"A01","url":"222"},null]', NULL, N'12', NULL, N'2022-07-20 15:31:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658307634655233', N'2', N'角色首页配置-通过code查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.queryByCode()', NULL, N' roleCode: test request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@178c37ae', NULL, N'8', NULL, N'2022-07-20 15:31:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658316287504386', N'2', N'角色首页配置-通过code查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.queryByCode()', NULL, N' roleCode: test request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@70c9401c', NULL, N'9', NULL, N'2022-07-20 15:31:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658333035360257', N'2', N'角色首页配置-通过code查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.queryByCode()', NULL, N' roleCode: admin request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@32620571', NULL, N'6', NULL, N'2022-07-20 15:31:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658343298822145', N'2', N'角色首页配置-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.edit()', NULL, N'[{"component":"22","id":"1549658299929718786","priority":0,"roleCode":"admin","route":true,"status":"0","updateBy":"admin","updateTime":1658302314952,"url":"222"},null]', NULL, N'11', NULL, N'2022-07-20 15:31:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549658353499369473', N'2', N'角色首页配置-通过code查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.queryByCode()', NULL, N' roleCode: hr request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@69aec34f', NULL, N'7', NULL, N'2022-07-20 15:31:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1549660626828914690', N'2', N'角色首页配置-通过code查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysRoleIndexController.queryByCode()', NULL, N' roleCode: vue3 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@497f37d2', NULL, N'8', NULL, N'2022-07-20 15:40:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942222340661249', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-07-26 22:47:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942369913053185', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'49', NULL, N'2022-07-26 22:47:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942370047270913', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'82', NULL, N'2022-07-26 22:47:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942375378231297', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'19', NULL, N'2022-07-26 22:47:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942390989430786', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"00001","order_date":"2019-06-10 00:00:00","descc":"购买产品BOOT","update_time":"2022-07-26 22:47:54","xiala":"","id":"4028810c6b40244b016b4068ef890006","update_by":"admin"}]', NULL, N'54', NULL, N'2022-07-26 22:47:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942398253965313', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'16', NULL, N'2022-07-26 22:47:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942413588340737', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"00001","order_date":"2019-06-10 00:00:00","descc":"购买产品BOOT","update_time":"2022-07-26 22:47:59","xiala":"","id":"4028810c6b40244b016b4068ef890006","update_by":"admin"}]', NULL, N'26', NULL, N'2022-07-26 22:48:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942478260314113', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022072622480728","test_order_product":[{"product_name":"11","price":11,"num":"","pro_type":"","descc":"","order_fk_id":"1551942478126096385","create_by":"admin","create_time":"2022-07-26 22:48:15"},{"product_name":"22","price":22,"num":"","pro_type":"","descc":"","order_fk_id":"1551942478126096385","create_by":"admin","create_time":"2022-07-26 22:48:15"}],"create_by":"admin","descc":"222","create_time":"2022-07-26 22:48:15","id":"1551942478126096385"},null]', NULL, N'25', NULL, N'2022-07-26 22:48:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942650415521794', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022072622483289","test_order_product":[{"product_name":"11","price":22,"num":22,"pro_type":"1","descc":"22","order_fk_id":"1551942650348412929","create_by":"admin","create_time":"2022-07-26 22:48:56"},{"product_name":"11","price":22,"num":22,"pro_type":"2","descc":"22","order_fk_id":"1551942650348412929","create_by":"admin","create_time":"2022-07-26 22:48:56"},{"product_name":"11","price":22,"num":22,"pro_type":"2","descc":"2222","order_fk_id":"1551942650348412929","create_by":"admin","create_time":"2022-07-26 22:48:56"}],"create_by":"admin","order_date":"2022-07-01","descc":"11113344","create_time":"2022-07-26 22:48:56","xiala":"1","id":"1551942650348412929"},null]', NULL, N'24', NULL, N'2022-07-26 22:48:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942671101829122', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'18', NULL, N'2022-07-26 22:49:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942671101829123', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'11', NULL, N'2022-07-26 22:49:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942681537257474', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'14', NULL, N'2022-07-26 22:49:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942800122814465', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'17', NULL, N'2022-07-26 22:49:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942809383837698', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"000012","order_date":"2019-06-10 00:00:00","descc":"购买产品BOOT","update_time":"2022-07-26 22:49:34","xiala":"","id":"4028810c6b40244b016b4068ef890006","update_by":"admin"}]', NULL, N'25', NULL, N'2022-07-26 22:49:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942820200947714', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'8', NULL, N'2022-07-26 22:49:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942820263862274', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'22', NULL, N'2022-07-26 22:49:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942842908909569', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022072622493848","test_order_product":"","create_by":"admin","descc":"222","create_time":"2022-07-26 22:49:42","id":"1551942842841800705"},null]', NULL, N'18', NULL, N'2022-07-26 22:49:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942875741921281', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'13', NULL, N'2022-07-26 22:49:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942901230706689', N'2', N'online修改数据,表名:test_order_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022072622493848","test_order_product":[{"product_name":"222","price":33,"num":"","pro_type":"","descc":"","order_fk_id":"1551942842841800705","create_by":"admin","create_time":"2022-07-26 22:49:56"},{"product_name":"33","price":33,"num":"","pro_type":"","descc":"","order_fk_id":"1551942842841800705","create_by":"admin","create_time":"2022-07-26 22:49:56"}],"descc":"222","update_time":"2022-07-26 22:49:56","xiala":"","id":"1551942842841800705","update_by":"admin"}]', NULL, N'25', NULL, N'2022-07-26 22:49:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942907438276610', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'15', NULL, N'2022-07-26 22:49:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942975348252673', N'2', N'online列表加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'16', NULL, N'2022-07-26 22:50:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942975482470401', N'2', N'online表单加载,表名:test_order_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'51', NULL, N'2022-07-26 22:50:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551942998647611393', N'2', N'online删除数据,表名:test_order_main,删除成功!', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.f()', NULL, N'', NULL, N'25', NULL, N'2022-07-26 22:50:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551943024476135426', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022072622502038","test_order_product":[{"product_name":"11","price":"","num":"","pro_type":"","descc":"","order_fk_id":"1551943024409026561","create_by":"admin","create_time":"2022-07-26 22:50:25"},{"product_name":"22","price":"","num":"","pro_type":"","descc":"","order_fk_id":"1551943024409026561","create_by":"admin","create_time":"2022-07-26 22:50:25"}],"create_by":"admin","create_time":"2022-07-26 22:50:25","id":"1551943024409026561"},null]', NULL, N'19', NULL, N'2022-07-26 22:50:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551943030838894594', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'14', NULL, N'2022-07-26 22:50:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551943046227795970', N'2', N'online删除数据,表名:test_order_main,删除成功!', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.f()', NULL, N'', NULL, N'26', NULL, N'2022-07-26 22:50:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551943088930004996', N'2', N'online新增数据,表名:test_order_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["56870166aba54ebfacb20ba6c770bd73",{"order_code":"CN2022072622503177","test_order_product":[{"product_name":"11","price":11,"num":11,"pro_type":"1","descc":"11","order_fk_id":"1551943088862896130","create_by":"admin","create_time":"2022-07-26 22:50:40"},{"product_name":"2","price":2,"num":2,"pro_type":"2","descc":"2","order_fk_id":"1551943088862896130","create_by":"admin","create_time":"2022-07-26 22:50:40"}],"create_by":"admin","create_time":"2022-07-26 22:50:40","id":"1551943088862896130"},null]', NULL, N'23', NULL, N'2022-07-26 22:50:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551943747511230466', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@704310ba', NULL, N'23', NULL, N'2022-07-26 22:53:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1551944884842897410', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@562e7d41', NULL, N'7', NULL, N'2022-07-26 22:57:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'155d2991204d541388d837d1457e56ab', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 11:32:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572774823859019778', N'1', N'用户名: JEECG用户,退出成功!', NULL, N'jeecg', N'JEECG用户', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:28:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572774854691348482', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:28:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572775132417187842', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5db675bf', NULL, N'16', NULL, N'2022-09-22 10:29:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572775136405970946', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@35c0b81e', NULL, N'16', NULL, N'2022-09-22 10:29:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572775149538336770', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30e7aad8', NULL, N'21', NULL, N'2022-09-22 10:29:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572775195424022530', N'2', N'编辑用户,username: zhagnxiao', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:30:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572775794307719169', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:32:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776178589851650', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@67df1051', NULL, N'5', NULL, N'2022-09-22 10:33:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776199091609601', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6433028', NULL, N'13', NULL, N'2022-09-22 10:34:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776204162523137', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3fcc7862', NULL, N'5', NULL, N'2022-09-22 10:34:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776241491828738', N'2', N'多数据源管理-添加', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.add()', NULL, N'[{"code":"121","createBy":"admin","createTime":1663814051395,"dbDriver":"com.mysql.jdbc.Driver","dbPassword":"2ec0a39fe441909f5b483711c6c6a391","dbType":"1","dbUrl":"jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false","dbUsername":"1212","id":"1572776241479245825","name":"1212","sysOrgCode":"A01"}]', NULL, N'16', NULL, N'2022-09-22 10:34:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776241705738242', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50749171', NULL, N'4', NULL, N'2022-09-22 10:34:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776252405407746', N'2', N'多数据源管理-通过id删除', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.delete()', NULL, N' id: 1572776241479245825', NULL, N'5', NULL, N'2022-09-22 10:34:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776252589957121', N'2', N'多数据源管理-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysDataSourceController.queryPageList()', NULL, N' sysDataSource: SysDataSource(id=null, code=null, name=null, remark=null, dbType=null, dbDriver=null, dbUrl=null, dbName=null, dbUsername=null, dbPassword=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42449c7e', NULL, N'4', NULL, N'2022-09-22 10:34:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776442185080834', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@41b7302c', NULL, N'5', NULL, N'2022-09-22 10:34:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776444613582850', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1fb17be3', NULL, N'4', NULL, N'2022-09-22 10:35:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776457292963842', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'30', NULL, N'2022-09-22 10:35:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776457297158145', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'28', NULL, N'2022-09-22 10:35:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776507377147905', N'2', N'online新增数据,表名:v3_hello_copy,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["1533109361525321729",{"birthday":"2022-09-01","cc":"qw\nqwq","create_by":"admin","create_time":"2022-09-22 10:35:14","sys_org_code":"A01","sex":"1","name":"qw","bm":"c6d7cb4deeac411cb3384b1b31278596","id":"1572776507305844738"},null]', NULL, N'15', NULL, N'2022-09-22 10:35:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776935980490753', N'2', N'online表单加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'6', NULL, N'2022-09-22 10:36:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572776935980490754', N'2', N'online列表加载,表名:v3_hello_copy,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'14', NULL, N'2022-09-22 10:36:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572777794688737282', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e5e58e9', NULL, N'8', NULL, N'2022-09-22 10:40:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572777805400989698', N'2', N'编辑用户,username: zhagnxiao', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:40:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778087535042562', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3312b6ec', NULL, N'7', NULL, N'2022-09-22 10:41:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778122586841089', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@128c377b', NULL, N'3', NULL, N'2022-09-22 10:41:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778130400829441', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=devleader, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@57cfce5d', NULL, N'3', NULL, N'2022-09-22 10:41:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778193273446401', N'2', N'添加用户,username: 123123', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:41:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778201137766401', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3ae6f6d6', NULL, N'4', NULL, N'2022-09-22 10:41:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778201720774658', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=devleader, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3f589092', NULL, N'4', NULL, N'2022-09-22 10:41:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778223384354818', N'2', N'编辑用户,username: 123123', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:42:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778231777157122', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1c77fac7', NULL, N'5', NULL, N'2022-09-22 10:42:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778232133672962', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=devleader, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@79a5c4a4', NULL, N'6', NULL, N'2022-09-22 10:42:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778257702150145', N'2', N'编辑用户,username: 123123', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:42:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572778314547552257', N'2', N'删除用户,id: 1572778193260863489', N'3', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 10:42:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572780104374509569', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6f77eb0d', NULL, N'4', NULL, N'2022-09-22 10:49:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572780252810928130', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4403f367', NULL, N'4', NULL, N'2022-09-22 10:50:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572780262835314690', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=总经理, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42a020a7', NULL, N'3', NULL, N'2022-09-22 10:50:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572780536178106370', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@55e6f670', NULL, N'4', NULL, N'2022-09-22 10:51:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781368307048449', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7bf82477', NULL, N'7', NULL, N'2022-09-22 10:54:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781375076655106', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4a110adc', NULL, N'7', NULL, N'2022-09-22 10:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781479300915202', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4730b66a', NULL, N'5', NULL, N'2022-09-22 10:55:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781544958550017', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"age":22,"birthday":1663948800000,"content":"222","createBy":"jeecg-boot","createTime":1554369489000,"email":"zhangdaiscott@163.com","id":"c28fa8391ef81d6fabd8bd894a7615aa","keyWord":"22","name":"小麦","punchTime":1662692108000,"salaryMoney":33,"sex":"2","updateBy":"admin","updateTime":1663815315846}]', NULL, N'8', NULL, N'2022-09-22 10:55:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781889050861570', N'2', N'编辑DEMO', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.edit()', NULL, N'[{"birthday":1664467200000,"createBy":"admin","createTime":1622796193000,"email":"111@1.com","id":"1400734875399024641","name":"aaa","punchTime":1662605790000,"salaryMoney":33,"sex":"2","updateBy":"admin","updateTime":1663815397890}]', NULL, N'5', NULL, N'2022-09-22 10:56:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572783113905070081', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5e4ffc5', NULL, N'5', NULL, N'2022-09-22 11:01:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572783117180821505', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@43c92f82', NULL, N'6', NULL, N'2022-09-22 11:01:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572815938846879746', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 13:11:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572908962247573505', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 19:21:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572908985777618945', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5b88e1cd', NULL, N'25', NULL, N'2022-09-22 19:21:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572913510034948098', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@541d20fb', NULL, N'29', NULL, N'2022-09-22 19:39:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572913643527061506', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 19:40:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572913686577397761', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 19:40:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572952136517025794', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:13:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572952196826923009', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e639175', NULL, N'35', NULL, N'2022-09-22 22:13:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572952211783811074', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@f5591c0', NULL, N'21', NULL, N'2022-09-22 22:13:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572953048266440706', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:16:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572953442858172418', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68139c7a', NULL, N'26', NULL, N'2022-09-22 22:18:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572954272277594113', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4c1f8ca', NULL, N'14', NULL, N'2022-09-22 22:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572954303898451970', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@a081680', NULL, N'11', NULL, N'2022-09-22 22:21:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572954393073549313', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6e7da81', NULL, N'8', NULL, N'2022-09-22 22:22:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955199139086338', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@75f45d6b', NULL, N'8', NULL, N'2022-09-22 22:25:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955243070226434', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@33eb54b0', NULL, N'9', NULL, N'2022-09-22 22:25:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955246870265857', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@7ae498cd', NULL, N'25', NULL, N'2022-09-22 22:25:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955433109946369', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b4a28eb', NULL, N'10', NULL, N'2022-09-22 22:26:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955478051913729', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@15b4fadd', NULL, N'9', NULL, N'2022-09-22 22:26:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955615696388098', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@30e1dc79', NULL, N'9', NULL, N'2022-09-22 22:26:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955882458316802', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@28e25f22', NULL, N'8', NULL, N'2022-09-22 22:28:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955897775915010', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@e1c940f', NULL, N'10', NULL, N'2022-09-22 22:28:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572955993779339266', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3bf373e7', NULL, N'7', NULL, N'2022-09-22 22:28:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572956303738404865', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11b88a', NULL, N'10', NULL, N'2022-09-22 22:29:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572956429940817922', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4e0bfa3d', NULL, N'8', NULL, N'2022-09-22 22:30:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572956559892938753', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@26642803', NULL, N'8', NULL, N'2022-09-22 22:30:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572956656529702914', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@76d19e25', NULL, N'7', NULL, N'2022-09-22 22:31:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572956806790643714', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6b2d31bd', NULL, N'8', NULL, N'2022-09-22 22:31:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572957187268542465', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@37a8d254', NULL, N'8', NULL, N'2022-09-22 22:33:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572957217975042049', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:33:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572957258252943362', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:33:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572957299151601665', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:33:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572958510533705729', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:38:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572958539507957761', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:38:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572958556029321218', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 22:38:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572958592217776129', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11cab64b', NULL, N'11', NULL, N'2022-09-22 22:38:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572962244068245505', N'2', N'online列表加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'99', NULL, N'2022-09-22 22:53:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572962244194074626', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'120', NULL, N'2022-09-22 22:53:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572962279690469378', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'35', NULL, N'2022-09-22 22:53:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572962279820492801', N'2', N'online列表加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2022-09-22 22:53:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572972739320049666', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3412559f', NULL, N'26', NULL, N'2022-09-22 23:35:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572974029957722114', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 23:40:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572975673676099585', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-22 23:46:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573185785304866817', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 13:41:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573185864967282690', N'2', N'online列表加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'114', NULL, N'2022-09-23 13:41:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573185864967282691', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'126', NULL, N'2022-09-23 13:41:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573185891135545345', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'39', NULL, N'2022-09-23 13:41:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573185891336871938', N'2', N'online列表加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'85', NULL, N'2022-09-23 13:42:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573227020564516866', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 16:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573229088943591426', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 16:33:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573229714838605825', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 16:36:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573234805159186434', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 16:56:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573235916280647682', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 17:00:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573236125970681857', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 17:01:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573241736670171138', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 17:23:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573243663185301506', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 17:31:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573245165769543681', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'172.17.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 17:37:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573280110986641410', N'1', N'用户名: jeecg,登录成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 19:56:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573280141777027074', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 19:56:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573280161741914113', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 19:56:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1573280322442477569', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-09-23 19:57:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580443586901270530', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-13 14:21:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580450753108729858', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-13 14:49:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580479543100723201', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3706ff0c', NULL, N'12', NULL, N'2022-10-13 16:44:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580479554744111106', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2b82d5d5', NULL, N'3', NULL, N'2022-10-13 16:44:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580479558112137217', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2a9dd146', NULL, N'12', NULL, N'2022-10-13 16:44:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580479565305368577', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@1766fc69', NULL, N'3', NULL, N'2022-10-13 16:44:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580480426857353217', N'2', N'填值规则-编辑', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.edit()', NULL, N'[{"id":"1202787623203065858","ruleClass":"org.jeecg.modules.system.rule.CategoryCodeRule","ruleCode":"category_code_rule","ruleName":"分类字典编码生成","ruleParams":"{\"pid\":\"\"}","updateBy":"admin","updateTime":1665650872311}]', NULL, N'0', NULL, N'2022-10-13 16:47:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580480427121594370', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@60322bb8', NULL, N'16', NULL, N'2022-10-13 16:47:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580504077539364865', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-13 18:21:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510294466777089', N'2', N'online列表加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 18:46:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510294475165698', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-13 18:46:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510294483554306', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-13 18:46:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510327043936257', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 18:46:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510327043936258', N'2', N'online表单加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 18:46:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510327106850817', N'2', N'online列表加载,表名:aaaa,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'11', NULL, N'2022-10-13 18:46:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510345255604226', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'16', NULL, N'2022-10-13 18:46:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510345255604227', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'17', NULL, N'2022-10-13 18:46:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510345255604228', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 18:46:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510370337542145', N'2', N'online新增数据,表名:v3_hello,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2","create_by":"admin","create_time":"2022-10-13 18:46:51","sys_org_code":"A01","sex":"1","name":"22","id":"1580510370266238978"},null]', NULL, N'23', NULL, N'2022-10-13 18:46:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510385927770114', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'6', NULL, N'2022-10-13 18:46:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510399718641666', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2333","update_time":"2022-10-13 18:46:58","jeecg_row_key":"1580510370266238978","sex":"2","name":"223","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'6', NULL, N'2022-10-13 18:46:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510411882123265', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'5', NULL, N'2022-10-13 18:47:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510430748102658', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2333","update_time":"2022-10-13 18:47:05","jeecg_row_key":"1580510370266238978","sex":"2","name":"易强","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'9', NULL, N'2022-10-13 18:47:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510446703235074', N'2', N'online删除数据,表名:v3_hello,删除成功!', N'4', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.f()', NULL, N'', NULL, N'12', NULL, N'2022-10-13 18:47:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510454626275330', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'3', NULL, N'2022-10-13 18:47:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510454626275331', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'2', NULL, N'2022-10-13 18:47:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510454680801281', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'15', NULL, N'2022-10-13 18:47:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510520988553218', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'2', NULL, N'2022-10-13 18:47:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510521005330434', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'2', NULL, N'2022-10-13 18:47:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580510521064050689', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'20', NULL, N'2022-10-13 18:47:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580519576188899329', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-13 19:23:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580525566774956034', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-13 19:47:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580525566774956035', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-13 19:47:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580525566808510465', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 19:47:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580525572399517697', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'8', NULL, N'2022-10-13 19:47:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580525580377083906', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2333","update_time":"2022-10-13 19:47:17","jeecg_row_key":"1580510370266238978","sex":"2","name":"易强1","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'28', NULL, N'2022-10-13 19:47:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529283481948161', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'28', NULL, N'2022-10-13 20:02:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529283528085505', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2022-10-13 20:02:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529283528085506', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'41', NULL, N'2022-10-13 20:02:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529392651292674', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529392655486978', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529392684847106', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'12', NULL, N'2022-10-13 20:02:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529653427949570', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'9', NULL, N'2022-10-13 20:03:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529653469892610', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-13 20:03:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529653469892611', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-13 20:03:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529664442191873', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:03:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529675502571521', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2333","update_time":"2022-10-13 20:03:34","jeecg_row_key":"1580510370266238978","sex":"1","name":"易强1","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'10', NULL, N'2022-10-13 20:03:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529681445900290', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'7', NULL, N'2022-10-13 20:03:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580529718922006530', N'2', N'online新增数据,表名:v3_hello,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-10-15","cc":"222","create_by":"admin","create_time":"2022-10-13 20:03:44","sys_org_code":"A01","sex":"1","name":"11","id":"1580529718871674882"},null]', NULL, N'12', NULL, N'2022-10-13 20:03:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530392401399810', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'8', NULL, N'2022-10-13 20:06:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530392405594114', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'12', NULL, N'2022-10-13 20:06:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530392422371330', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-13 20:06:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530578372644865', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'10', NULL, N'2022-10-13 20:07:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530578389422081', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2022-10-13 20:07:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530578393616386', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-13 20:07:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530704092712961', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2022-10-13 20:07:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530704155627521', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:07:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530704155627522', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'13', NULL, N'2022-10-13 20:07:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530871365750785', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'11', NULL, N'2022-10-13 20:08:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530871365750786', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-13 20:08:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530871365750787', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'18', NULL, N'2022-10-13 20:08:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530877116141569', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:08:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530892819615746', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'6', NULL, N'2022-10-13 20:08:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580530916781674498', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'6', NULL, N'2022-10-13 20:08:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531038877863938', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2022-10-13 20:08:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531038877863939', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'2', NULL, N'2022-10-13 20:08:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531038877863940', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'12', NULL, N'2022-10-13 20:08:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531063976579074', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:09:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531398430380034', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:10:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531398430380035', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2022-10-13 20:10:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531398430380036', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'12', NULL, N'2022-10-13 20:10:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531404524703746', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'4', NULL, N'2022-10-13 20:10:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531420412727297', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2022-10-13 20:10:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531420412727298', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'3', NULL, N'2022-10-13 20:10:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531420479836161', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'10', NULL, N'2022-10-13 20:10:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580531429677944833', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-13 20:10:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533002416041986', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'90', NULL, N'2022-10-13 20:16:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533002608979969', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'141', NULL, N'2022-10-13 20:16:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533002608979970', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'141', NULL, N'2022-10-13 20:16:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533007679893505', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'40', NULL, N'2022-10-13 20:16:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533020636098561', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 20:16:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533075078164482', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 20:17:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533567497842690', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-13 20:19:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533622992678914', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'107', NULL, N'2022-10-13 20:19:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533623194005505', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'149', NULL, N'2022-10-13 20:19:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533623194005506', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'153', NULL, N'2022-10-13 20:19:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580533629753896962', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 20:19:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534437664927746', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'101', NULL, N'2022-10-13 20:22:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534437799145473', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'141', NULL, N'2022-10-13 20:22:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534437799145474', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'144', NULL, N'2022-10-13 20:22:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534445206286338', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'114', NULL, N'2022-10-13 20:22:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534445340504066', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'213', NULL, N'2022-10-13 20:22:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534445340504067', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'225', NULL, N'2022-10-13 20:22:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534445541830657', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'262', NULL, N'2022-10-13 20:22:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534445541830658', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'263', NULL, N'2022-10-13 20:22:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534500948586498', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'104', NULL, N'2022-10-13 20:22:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534501078609922', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'143', NULL, N'2022-10-13 20:22:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534501145718785', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'153', NULL, N'2022-10-13 20:22:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534505746870274', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'98', NULL, N'2022-10-13 20:22:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534506074025985', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'176', NULL, N'2022-10-13 20:22:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534506141134849', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'187', NULL, N'2022-10-13 20:22:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534506275352577', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'224', NULL, N'2022-10-13 20:22:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534506275352578', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'224', NULL, N'2022-10-13 20:22:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534551120850946', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-10-15","cc":"222","update_time":"2022-10-13 20:22:56","jeecg_row_key":"1580529718871674882","sex":"1","name":"11","rel_user":"1258783909887422466","id":"1580529718871674882","update_by":"admin","age":"","rel_filed":"500"}]', NULL, N'58', NULL, N'2022-10-13 20:22:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534560667086850', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'90', NULL, N'2022-10-13 20:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534561396895745', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'80', NULL, N'2022-10-13 20:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534561396895746', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 20:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534561661136897', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'148', NULL, N'2022-10-13 20:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534561661136898', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'152', NULL, N'2022-10-13 20:22:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534571001851905', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-13 20:23:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534579109441538', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'52', NULL, N'2022-10-13 20:23:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534592426356739', N'2', N'online修改数据,表名:ces_shop_goods,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["ces_shop_goods",{"good_type_id":"1258408003595464706","update_time":"2022-10-13 20:23:06","contents":"

121212

","price":500,"name":"雷蛇鼠标","chuc_date":"2020-05-08 00:00:00","id":"1258783909887422466","update_by":"admin"}]', NULL, N'40', NULL, N'2022-10-13 20:23:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534607295164417', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-10-15","cc":"222","rel_user_dictText":"雷蛇鼠标","update_time":"2022-10-13 20:23:09","jeecg_row_key":"1580529718871674882","sex":"1","name":"11","rel_user":"1258783909887422466","id":"1580529718871674882","update_by":"admin","rel_filed":"500","age":""}]', NULL, N'39', NULL, N'2022-10-13 20:23:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534626437967874', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 20:23:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534671501570050', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'74', NULL, N'2022-10-13 20:23:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534953757257730', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 20:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534953757257731', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 20:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534953958584322', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2022-10-13 20:24:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580534968290521090', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-13 20:24:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580537778079936514', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'34', NULL, N'2022-10-13 20:35:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580537807230349314', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'38', NULL, N'2022-10-13 20:35:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580537827069407234', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 20:35:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580537951120142339', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2333","update_time":"2022-10-13 20:36:27","jeecg_row_key":"1580510370266238978","sex":"1","name":"易强1","rel_user":"","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'53', NULL, N'2022-10-13 20:36:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580537964437057537', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 20:36:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580537975514214402', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-13 20:36:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538174894649345', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"2333","update_time":"2022-10-13 20:37:20","jeecg_row_key":"1580510370266238978","sex":"1","name":"易强1","rel_user":"1258408897326149634","id":"1580510370266238978","update_by":"admin","age":"","rel_filed":"5000"}]', NULL, N'35', NULL, N'2022-10-13 20:37:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538186026332161', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 20:37:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538187397869570', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'55', NULL, N'2022-10-13 20:37:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538211108270081', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-13 20:37:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538212161040386', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2022-10-13 20:37:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538229173137409', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 20:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580538241227567106', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-13 20:37:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580540922339930113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-13 20:48:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541539468849153', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 20:50:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541539468849154', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 20:50:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541539582095362', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'62', NULL, N'2022-10-13 20:50:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541544044834817', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-13 20:50:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541544044834818', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-13 20:50:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541544200024065', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-13 20:50:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541544220995585', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-13 20:50:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541578320687106', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 20:50:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541578320687107', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 20:50:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541578442321922', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2022-10-13 20:50:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541814128652289', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 20:51:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541856939913218', N'2', N'online列表加载,表名:ces_shop_type,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'64', NULL, N'2022-10-13 20:51:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541857090908161', N'2', N'online表单加载,表名:ces_shop_type,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'92', NULL, N'2022-10-13 20:51:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541857090908162', N'2', N'online表单加载,表名:ces_shop_type,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'93', NULL, N'2022-10-13 20:51:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541866414845954', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 20:52:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541898169921537', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 20:52:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541919640563713', N'2', N'online修改数据,表名:ces_shop_type,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["8d66ea41c7cc4ef9ab3aab9055657fc9",{"update_time":"2022-10-13 20:52:13","jeecg_row_key":"1258408044439597058","children":"[object Object]","name":"鞋子","pid":"0","has_child":"1","id":"1258408044439597058","update_by":"admin","pics":"temp/4afbfbedab64034f9015f1bca8c379310b551dab_1665665531949.jpg","content":""}]', NULL, N'36', NULL, N'2022-10-13 20:52:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580541939773222913', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'45', NULL, N'2022-10-13 20:52:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542945890283521', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'65', NULL, N'2022-10-13 20:56:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542945978363906', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'92', NULL, N'2022-10-13 20:56:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542945978363907', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'87', NULL, N'2022-10-13 20:56:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542950604681218', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 20:56:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542958955540482', N'2', N'online修改数据,表名:v3_demo1,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["d0c0871f48f64288bb5683145b1572a7",{"birthday":"2022-06-27","update_time":"2022-10-13 20:56:21","jeecg_row_key":"1532265688470265858","sex":"1","name":"小王","id":"1532265688470265858","salary":222,"update_by":"admin","age":22,"cccc":""}]', NULL, N'35', NULL, N'2022-10-13 20:56:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542962298400769', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-13 20:56:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542962298400770', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-13 20:56:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542962415841282', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'45', NULL, N'2022-10-13 20:56:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542985320935426', N'2', N'online列表加载,表名:test_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'66', NULL, N'2022-10-13 20:56:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542985505484802', N'2', N'online表单加载,表名:test_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'108', NULL, N'2022-10-13 20:56:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580542985505484803', N'2', N'online表单加载,表名:test_note,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'108', NULL, N'2022-10-13 20:56:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543047157559298', N'2', N'online新增数据,表名:test_note,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["05a3a30dada7411c9109306aa4117068",{"birthday":"2022-10-05","create_by":"admin","sys_org_code":"A01","create_time":"2022-10-13 20:56:42","sex":"1","name":"zhangsan","id":"1580543046964621313","age":22},null]', NULL, N'46', NULL, N'2022-10-13 20:56:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543052916338689', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 20:56:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543123464531969', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2022-10-13 20:57:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543123523252225', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'90', NULL, N'2022-10-13 20:57:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543123531640833', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'89', NULL, N'2022-10-13 20:57:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543128434782210', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 20:57:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543149821538305', N'2', N'online修改数据,表名:test_enhance_select,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["3d447fa919b64f6883a834036c14aa67",{"area":"1230769855347593217","jeecg_row_key":"402880e570801ffe017080538b24002f","province":"1230769253267836929","city":"1230769769930592257","id":"402880e570801ffe017080538b24002f"}]', NULL, N'32', NULL, N'2022-10-13 20:57:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543427375411201', N'2', N'online列表加载,表名:demo_field_def_val_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2022-10-13 20:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543427887116290', N'2', N'online表单加载,表名:demo_field_def_val_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'205', NULL, N'2022-10-13 20:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543427887116291', N'2', N'online表单加载,表名:demo_field_def_val_main,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'197', NULL, N'2022-10-13 20:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543432865755137', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'53', NULL, N'2022-10-13 20:58:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543461949059073', N'2', N'online新增数据,表名:demo_field_def_val_main,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["4adec929a6594108bef5b35ee9966e9f",{"create_by":"admin","code":"${order_num_rule_param}","address":"北京市 朝阳区","create_time":"2022-10-13 20:58:21","sys_org_code":"A01","sex":2,"name":"admin","id":"1580543461659652098","address_param":"北京市 昌平区","demo_field_def_val_sub":[{"code":"${order_num_rule_param}","name":"管理员","date":"2022-10-13","main_id":"1580543461659652098","create_by":"admin","create_time":"2022-10-13 20:58:21","sys_org_code":"A01"},{"code":"${order_num_rule_param}","name":"管理员","date":"2022-10-13","main_id":"1580543461659652098","create_by":"admin","create_time":"2022-10-13 20:58:21","sys_org_code":"A01"}]},null]', NULL, N'68', NULL, N'2022-10-13 20:58:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543467233882113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'47', NULL, N'2022-10-13 20:58:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543482572451841', N'2', N'online表单加载,表名:demo_field_def_val_sub,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'56', NULL, N'2022-10-13 20:58:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543527480864770', N'2', N'online修改数据,表名:demo_field_def_val_main,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["4adec929a6594108bef5b35ee9966e9f",{"update_time":"2022-10-13 20:58:36","code":"${order_num_rule_param}","address":"北京市 朝阳区","sex":"2","name":"admin","id":"1580543461659652098","update_by":"admin","address_param":"北京市 昌平区"}]', NULL, N'62', NULL, N'2022-10-13 20:58:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543533365473282', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'50', NULL, N'2022-10-13 20:58:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543547596746753', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-13 20:58:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543614592364545', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'69', NULL, N'2022-10-13 20:58:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543646297108482', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'46', NULL, N'2022-10-13 20:59:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543708557357057', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-13 20:59:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543708674797570', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'116', NULL, N'2022-10-13 20:59:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543708683186177', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'115', NULL, N'2022-10-13 20:59:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543922328449026', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'126', NULL, N'2022-10-13 21:00:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543922328449027', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'123', NULL, N'2022-10-13 21:00:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543922336837634', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'128', NULL, N'2022-10-13 21:00:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543941685161986', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-13 21:00:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543941685161987', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-13 21:00:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580543941865517058', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-13 21:00:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544035553685505', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'63', NULL, N'2022-10-13 21:00:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544035553685506', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'63', NULL, N'2022-10-13 21:00:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544035889229825', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'145', NULL, N'2022-10-13 21:00:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544277246259201', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'81', NULL, N'2022-10-13 21:01:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544277376282625', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'114', NULL, N'2022-10-13 21:01:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544277376282626', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'114', NULL, N'2022-10-13 21:01:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544318325272577', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'64', NULL, N'2022-10-13 21:01:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544318325272578', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'64', NULL, N'2022-10-13 21:01:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544318656622593', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'133', NULL, N'2022-10-13 21:01:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544324407013378', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 21:01:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544324407013379', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 21:01:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544324599951361', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-13 21:01:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544399858348033', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'175', NULL, N'2022-10-13 21:02:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544399992565762', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'196', NULL, N'2022-10-13 21:02:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544399992565763', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'203', NULL, N'2022-10-13 21:02:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544438789877762', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'55', NULL, N'2022-10-13 21:02:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544438789877763', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'54', NULL, N'2022-10-13 21:02:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544439117033473', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'123', NULL, N'2022-10-13 21:02:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544512760623106', N'2', N'online新增数据,表名:ai_control_single,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["553a4172fde446419cb602dc70f9ee67",{"dhwb":"商品名称:22,单价:22","create_by":"admin","sys_org_code":"A01","create_time":"2022-10-13 21:02:31","price":22,"kaiguan":2,"name":"22","id":"1580544512563490817","zdmrz":"1"},null]', NULL, N'44', NULL, N'2022-10-13 21:02:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544550366752770', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'50', NULL, N'2022-10-13 21:02:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544763290595330', N'2', N'online修改数据,表名:ai_control_single,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["553a4172fde446419cb602dc70f9ee67",{"danxuan":"2","nyrsfm":"2022-10-13 03:00:05","duoxuan":"2","popback":"张三","zddtjxlss":"admin","ldzuy":"","xiala":"","zdbxl":"","jycs":"","zddtjdx":"zhagnxiao","wenjian":"","zddtjduox":"zhagnxiao","update_time":"2022-10-13 21:03:31","flzds":"1183693534173069314","jeecg_row_key":"1580544512563490817","province":"","price":22,"kaiguan":1,"markdown":"22","yuanjia":"","id":"1580544512563490817","ldzje":"","update_by":"admin","dhwb":"商品名称:22,单价:22","bmxz":"c6d7cb4deeac411cb3384b1b31278596","mi_ma":"","yhxz":"zhangsan","zdbduoxuan":"63775228b7b041a99825f79760590b7d","ldzjs":"","zdbdx":"63775228b7b041a99825f79760590b7d","xlss":"","zdmrz":"1","tupian":"temp/appdev_1665666175437.png","xldx":"","zddtjxl":"","fwb":"

11

","popup":"zhangsan","name":"22","geshu":"","zddtjxldx":"admin","riqi":"2022-10-06","zdbxldx":"57197590443c44f083d42ae24ef26a2c","zdys":"1185039122143719425","shq":"140303","shijian":"00:00:02"}]', NULL, N'39', NULL, N'2022-10-13 21:03:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544769938567169', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'53', NULL, N'2022-10-13 21:03:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544789060399105', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'60', NULL, N'2022-10-13 21:03:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544924859379713', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'64', NULL, N'2022-10-13 21:04:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544924859379714', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'63', NULL, N'2022-10-13 21:04:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544925123620865', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'146', NULL, N'2022-10-13 21:04:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580544935533883394', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'64', NULL, N'2022-10-13 21:04:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580545002412060675', N'2', N'online修改数据,表名:ai_control_single,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["553a4172fde446419cb602dc70f9ee67",{"danxuan":"2","nyrsfm":"2022-10-13 03:00:05","duoxuan":"2","popback":"张三","zddtjxlss":"admin","ldzuy":"","xiala":"","zdbxl":"","jycs":"","zddtjdx":"zhagnxiao","wenjian":"","zddtjduox":"zhagnxiao","update_time":"2022-10-13 21:04:28","flzds":"1183693534173069314","jeecg_row_key":"1580544512563490817","province":"","price":22,"kaiguan":"1","markdown":"22","yuanjia":"","id":"1580544512563490817","ldzje":"","update_by":"admin","dhwb":"商品名称:22333,单价:22","bmxz":"c6d7cb4deeac411cb3384b1b31278596","mi_ma":"33333","yhxz":"zhangsan","zdbduoxuan":"63775228b7b041a99825f79760590b7d","ldzjs":"","zdbdx":"63775228b7b041a99825f79760590b7d","xlss":"","zdmrz":"1","tupian":"temp/appdev_1665666175437.png","xldx":"","zddtjxl":"","fwb":"

11

","popup":"zhangsan","name":"22333","geshu":"","zddtjxldx":"admin","riqi":"2022-10-06","zdbxldx":"57197590443c44f083d42ae24ef26a2c","zdys":"1185039122143719425","shq":"140303","shijian":"00:00:02"}]', NULL, N'37', NULL, N'2022-10-13 21:04:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580545223837757442', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'166', NULL, N'2022-10-13 21:05:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580545223900672001', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'186', NULL, N'2022-10-13 21:05:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580545223900672002', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'185', NULL, N'2022-10-13 21:05:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580557845064724481', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-13 21:55:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558123113525249', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'181', NULL, N'2022-10-13 21:56:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558123226771457', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'201', NULL, N'2022-10-13 21:56:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558123226771458', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'196', NULL, N'2022-10-13 21:56:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558181905084418', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'180', NULL, N'2022-10-13 21:56:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558181972193282', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'198', NULL, N'2022-10-13 21:56:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558181972193283', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'198', NULL, N'2022-10-13 21:56:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580558238620463106', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'51', NULL, N'2022-10-13 21:57:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580561410588028929', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'71', NULL, N'2022-10-13 22:09:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580561422835396609', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'68', NULL, N'2022-10-13 22:09:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580562522367995905', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'176', NULL, N'2022-10-13 22:14:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580562522435104769', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'190', NULL, N'2022-10-13 22:14:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580562522435104770', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'193', NULL, N'2022-10-13 22:14:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580562545545719810', N'2', N'online新增数据,表名:ai_control_single,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["553a4172fde446419cb602dc70f9ee67",{"create_by":"admin","sys_org_code":"A01","create_time":"2022-10-13 22:14:10","price":333,"kaiguan":2,"name":"测试js增强设置默认值","id":"1580562545285672961","zdmrz":"1"},null]', NULL, N'65', NULL, N'2022-10-13 22:14:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580563039869612033', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'168', NULL, N'2022-10-13 22:16:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580563039936720897', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'191', NULL, N'2022-10-13 22:16:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580563039936720898', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'184', NULL, N'2022-10-13 22:16:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580563072266416130', N'2', N'online新增数据,表名:ai_control_single,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["553a4172fde446419cb602dc70f9ee67",{"dhwb":"我的名称是:测试js增强设置默认值222","create_by":"admin","sys_org_code":"A01","create_time":"2022-10-13 22:16:16","kaiguan":2,"name":"测试js增强设置默认值222","id":"1580563072002174977","zdmrz":"1"},null]', NULL, N'59', NULL, N'2022-10-13 22:16:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580564796645453825', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'205', NULL, N'2022-10-13 22:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580564796708368385', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'226', NULL, N'2022-10-13 22:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580564796708368386', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'227', NULL, N'2022-10-13 22:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580564803784159234', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2022-10-13 22:23:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580566084099649537', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-13 22:28:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580566653027627009', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'40', NULL, N'2022-10-13 22:30:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580566653040209921', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'37', NULL, N'2022-10-13 22:30:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580566653245730817', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'93', NULL, N'2022-10-13 22:30:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568393055612930', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'59', NULL, N'2022-10-13 22:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568393105944578', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'49', NULL, N'2022-10-13 22:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568393290493954', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'95', NULL, N'2022-10-13 22:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568419374870529', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'65', NULL, N'2022-10-13 22:37:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568419500699649', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'95', NULL, N'2022-10-13 22:37:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568419500699650', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'96', NULL, N'2022-10-13 22:37:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568423749529601', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'99', NULL, N'2022-10-13 22:37:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568423778889729', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'105', NULL, N'2022-10-13 22:37:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568423875358721', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'128', NULL, N'2022-10-13 22:37:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568423879553025', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'129', NULL, N'2022-10-13 22:37:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568550543339522', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-13 22:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568550543339523', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-13 22:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568550660780034', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-13 22:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580568555891077122', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 22:38:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569001833672706', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-13 22:39:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569141021650945', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-13 22:40:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569141021650946', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-13 22:40:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569141281697793', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-13 22:40:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569151540965378', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'65', NULL, N'2022-10-13 22:40:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569151540965379', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'65', NULL, N'2022-10-13 22:40:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569151805206529', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'124', NULL, N'2022-10-13 22:40:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580569151805206530', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'131', NULL, N'2022-10-13 22:40:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580570133628858369', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-13 22:44:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580570133628858370', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 22:44:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580570133825990658', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-13 22:44:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580570446259695617', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 22:45:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580570447312465922', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'34', NULL, N'2022-10-13 22:45:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580570458196684802', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 22:45:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580571532760592385', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'25', NULL, N'2022-10-13 22:49:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580571532773175297', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-13 22:49:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580571532961918978', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2022-10-13 22:49:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580571608929153025', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 22:50:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580571608929153026', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 22:50:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580571609063370753', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'49', NULL, N'2022-10-13 22:50:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572594598981633', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'50', NULL, N'2022-10-13 22:54:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572594598981634', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'50', NULL, N'2022-10-13 22:54:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572594661896193', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'54', NULL, N'2022-10-13 22:54:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572594770948098', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'91', NULL, N'2022-10-13 22:54:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572594787725313', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'94', NULL, N'2022-10-13 22:54:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572694540857345', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'37', NULL, N'2022-10-13 22:54:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572694612160514', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'56', NULL, N'2022-10-13 22:54:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572694737989633', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-13 22:54:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572733166202881', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-13 22:54:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572733166202882', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 22:54:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572733296226305', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-13 22:54:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580572739805786114', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-13 22:54:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580574466068066305', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'47', NULL, N'2022-10-13 23:01:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580574467234082817', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-13 23:01:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580574467234082818', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-13 23:01:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580574596347342850', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 23:02:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580574596347342851', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 23:02:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580574596485754881', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2022-10-13 23:02:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580575088280481793', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 23:04:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580575088280481794', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-13 23:04:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580575088418893825', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'47', NULL, N'2022-10-13 23:04:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576147728117761', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'113', NULL, N'2022-10-13 23:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576148525035521', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'80', NULL, N'2022-10-13 23:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576148525035522', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'80', NULL, N'2022-10-13 23:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576148793470977', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'155', NULL, N'2022-10-13 23:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576148860579841', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'158', NULL, N'2022-10-13 23:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576261846740994', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'27', NULL, N'2022-10-13 23:08:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576262106787841', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 23:08:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576264552067074', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-13 23:08:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576479682113537', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 23:09:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576479682113538', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 23:09:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576479875051522', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 23:09:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576543955628034', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-13 23:09:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576543955628035', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-13 23:09:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576544152760321', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'85', NULL, N'2022-10-13 23:09:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576593683296257', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 23:10:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576593683296258', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 23:10:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576593943343105', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-13 23:10:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576644526649345', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-13 23:10:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576849502285825', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 23:11:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576849502285826', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 23:11:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576849703612418', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-13 23:11:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576878451372033', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 23:11:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576878451372034', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 23:11:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580576878581395458', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-13 23:11:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580577253766082561', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-13 23:12:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580577253766082562', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 23:12:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580577253963214850', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2022-10-13 23:12:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580581356080607233', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'36', NULL, N'2022-10-13 23:28:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580581356080607234', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2022-10-13 23:28:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580581356214824962', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2022-10-13 23:28:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580581635664523265', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-13 23:30:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580581635664523266', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 23:30:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580581635861655554', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2022-10-13 23:30:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583412417835009', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2022-10-13 23:37:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583412480749570', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 23:37:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583412682076161', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'80', NULL, N'2022-10-13 23:37:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583577295925250', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 23:37:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583577295925251', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 23:37:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583577493057537', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-13 23:37:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583608140836866', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 23:37:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583608140836867', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 23:37:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580583608337969154', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 23:37:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584186526969857', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-13 23:40:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584186526969858', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'27', NULL, N'2022-10-13 23:40:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584186728296450', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2022-10-13 23:40:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584404572057601', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 23:41:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584404572057602', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 23:41:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584404769189889', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-13 23:41:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584463917264897', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 23:41:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584463917264898', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-13 23:41:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580584464118591490', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2022-10-13 23:41:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585505560080385', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'87', NULL, N'2022-10-13 23:45:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585506285694977', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'79', NULL, N'2022-10-13 23:45:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585506285694978', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'81', NULL, N'2022-10-13 23:45:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585506549936129', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'148', NULL, N'2022-10-13 23:45:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585506617044993', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'155', NULL, N'2022-10-13 23:45:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585567501561858', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-13 23:45:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585567501561859', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 23:45:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585567698694146', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 23:45:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585575147778050', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'92', NULL, N'2022-10-13 23:45:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585575814672385', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 23:45:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585575814672386', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'78', NULL, N'2022-10-13 23:45:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585576083107841', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'140', NULL, N'2022-10-13 23:45:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585576146022401', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'145', NULL, N'2022-10-13 23:45:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585585755172865', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'29', NULL, N'2022-10-13 23:45:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585605480984578', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'28', NULL, N'2022-10-13 23:45:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580585616319066113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'92', NULL, N'2022-10-13 23:45:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580586817370599425', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-13 23:50:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580589012212133889', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-13 23:59:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580589012212133890', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'26', NULL, N'2022-10-13 23:59:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580589012413460482', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2022-10-13 23:59:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580590654093406210', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'13', NULL, N'2022-10-14 00:05:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580590654156320770', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-14 00:05:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580590658765860866', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 00:05:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580591896442056706', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-14 00:10:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580594179619827713', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 00:19:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580594326965727233', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:20:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580594326965727234', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 00:20:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580594327162859522', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-14 00:20:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596683183108098', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'94', NULL, N'2022-10-14 00:29:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596683388628994', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'144', NULL, N'2022-10-14 00:29:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596683443154946', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'145', NULL, N'2022-10-14 00:29:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596690414088193', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'162', NULL, N'2022-10-14 00:29:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596690477002754', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'172', NULL, N'2022-10-14 00:29:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596690607026177', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'210', NULL, N'2022-10-14 00:29:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596690669940737', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'211', NULL, N'2022-10-14 00:29:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596736605958145', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 00:30:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596736731787266', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'137', NULL, N'2022-10-14 00:30:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596736731787267', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'137', NULL, N'2022-10-14 00:30:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596741936918530', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'162', NULL, N'2022-10-14 00:30:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596741936918531', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'170', NULL, N'2022-10-14 00:30:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596742066941953', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'205', NULL, N'2022-10-14 00:30:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596742129856513', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'209', NULL, N'2022-10-14 00:30:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596751810310146', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2022-10-14 00:30:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596775126446081', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 00:30:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596775126446082', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 00:30:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596775256469506', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2022-10-14 00:30:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596779907952642', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 00:30:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596779907952643', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 00:30:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596780239302658', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'72', NULL, N'2022-10-14 00:30:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596780239302659', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'159', NULL, N'2022-10-14 00:30:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596780239302660', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'168', NULL, N'2022-10-14 00:30:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580596877521989634', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'56', NULL, N'2022-10-14 00:30:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597863216984065', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 00:34:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597863216984066', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 00:34:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597863472836610', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 00:34:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597883550969858', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 00:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597883550969859', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 00:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597883680993281', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 00:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597883811016705', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'141', NULL, N'2022-10-14 00:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597883878125570', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'148', NULL, N'2022-10-14 00:34:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580597911707332609', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'38', NULL, N'2022-10-14 00:34:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598896227921922', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 00:38:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598913508454401', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 00:38:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598913508454402', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 00:38:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598913709780993', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 00:38:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598921230168065', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'92', NULL, N'2022-10-14 00:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598921230168066', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'93', NULL, N'2022-10-14 00:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598921431494658', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'91', NULL, N'2022-10-14 00:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598921561518082', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'172', NULL, N'2022-10-14 00:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598921628626945', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'179', NULL, N'2022-10-14 00:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598979828789249', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 00:38:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598979828789250', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 00:38:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598980025921537', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 00:38:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598986439012354', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'99', NULL, N'2022-10-14 00:38:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598986439012355', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'101', NULL, N'2022-10-14 00:38:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598986640338946', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 00:38:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598986770362369', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'177', NULL, N'2022-10-14 00:38:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580598986770362370', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'183', NULL, N'2022-10-14 00:38:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599022744907778', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'43', NULL, N'2022-10-14 00:39:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599412282503170', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:40:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599412282503171', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:40:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599412483829762', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 00:40:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599483803774978', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'86', NULL, N'2022-10-14 00:40:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599483803774979', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'86', NULL, N'2022-10-14 00:40:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599484000907265', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'81', NULL, N'2022-10-14 00:40:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599484135124994', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'163', NULL, N'2022-10-14 00:40:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599484135124995', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'170', NULL, N'2022-10-14 00:40:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599522814996481', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 00:41:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599522814996482', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 00:41:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599522945019906', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 00:41:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599678926991362', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'65', NULL, N'2022-10-14 00:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599678926991363', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'65', NULL, N'2022-10-14 00:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599679195426817', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'123', NULL, N'2022-10-14 00:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599679195426818', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'129', NULL, N'2022-10-14 00:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599710958891009', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'57', NULL, N'2022-10-14 00:41:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599860804595713', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 00:42:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599860804595714', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 00:42:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599861001728001', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 00:42:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599869428084738', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'82', NULL, N'2022-10-14 00:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599869428084739', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 00:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599869679742977', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 00:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599869746851841', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'164', NULL, N'2022-10-14 00:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599869746851842', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'171', NULL, N'2022-10-14 00:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599957139369985', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:42:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599957139369986', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:42:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599957340696577', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 00:42:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599973975306242', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599973975306243', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580599974176632833', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 00:42:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600003578703873', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 00:43:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600003578703874', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 00:43:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600003771641858', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'81', NULL, N'2022-10-14 00:43:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600027041640450', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'74', NULL, N'2022-10-14 00:43:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600027104555010', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'78', NULL, N'2022-10-14 00:43:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600027431710722', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 00:43:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600027431710723', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'165', NULL, N'2022-10-14 00:43:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600027431710724', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'170', NULL, N'2022-10-14 00:43:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600872357474305', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'105', NULL, N'2022-10-14 00:46:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600872558800897', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'147', NULL, N'2022-10-14 00:46:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600872558800898', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'141', NULL, N'2022-10-14 00:46:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600878342746113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 00:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600878669901826', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'180', NULL, N'2022-10-14 00:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600878669901827', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'193', NULL, N'2022-10-14 00:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600878929948673', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'244', NULL, N'2022-10-14 00:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600878929948674', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'246', NULL, N'2022-10-14 00:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600888945946625', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 00:46:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600945887817730', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 00:46:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600945887817731', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 00:46:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580600946013646849', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 00:46:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580601099164463105', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'65', NULL, N'2022-10-14 00:47:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580601099164463106', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'65', NULL, N'2022-10-14 00:47:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580601099424509954', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'124', NULL, N'2022-10-14 00:47:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580601099424509955', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'129', NULL, N'2022-10-14 00:47:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602122545278977', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:51:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602122545278978', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 00:51:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602122679496705', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 00:51:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602213855277057', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'64', NULL, N'2022-10-14 00:51:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602213855277058', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'66', NULL, N'2022-10-14 00:51:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602214123712513', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'124', NULL, N'2022-10-14 00:51:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602214123712514', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'129', NULL, N'2022-10-14 00:51:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602333216780290', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 00:52:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602333216780291', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 00:52:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602333413912577', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-14 00:52:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602456294436865', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'71', NULL, N'2022-10-14 00:52:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602456294436866', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'72', NULL, N'2022-10-14 00:52:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602456487374849', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'82', NULL, N'2022-10-14 00:52:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602456550289410', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'144', NULL, N'2022-10-14 00:52:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580602456617398273', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'146', NULL, N'2022-10-14 00:52:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580729939647934466', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 09:19:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730426086535169', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2022-10-14 09:21:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730426099118082', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'90', NULL, N'2022-10-14 09:21:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730426128478210', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 09:21:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730501504315394', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'120', NULL, N'2022-10-14 09:21:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730501512704002', N'2', N'online表单加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'120', NULL, N'2022-10-14 09:21:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730501516898306', N'2', N'online列表加载,表名:ai_control_single,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'122', NULL, N'2022-10-14 09:21:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730516331180033', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 09:21:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730516347957249', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-14 09:21:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730516444426241', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 09:21:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730521787969537', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'61', NULL, N'2022-10-14 09:21:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730522060599297', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'116', NULL, N'2022-10-14 09:21:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730522094153729', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'125', NULL, N'2022-10-14 09:21:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730522219982850', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'155', NULL, N'2022-10-14 09:21:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580730522257731586', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'164', NULL, N'2022-10-14 09:21:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733444458688513', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'64', NULL, N'2022-10-14 09:33:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733444542574593', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 09:33:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733444550963202', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'86', NULL, N'2022-10-14 09:33:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733468689182721', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 09:33:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733477530775553', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-29","cc":"233322","rel_user_dictText":"华为手机note","update_time":"2022-10-14 09:33:24","jeecg_row_key":"1580510370266238978","sex":"1","name":"易强1","rel_user":"1258408897326149634","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'40', NULL, N'2022-10-14 09:33:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733484002586626', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 09:33:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733500263903234', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 09:33:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733500263903235', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-14 09:33:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733500381343746', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 09:33:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733682334445569', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 09:34:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733726953451522', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'67', NULL, N'2022-10-14 09:34:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733727716814850', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'116', NULL, N'2022-10-14 09:34:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733727746174978', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'123', NULL, N'2022-10-14 09:34:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733727880392706', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'155', NULL, N'2022-10-14 09:34:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733727880392707', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'156', NULL, N'2022-10-14 09:34:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580733737309188097', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 09:34:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580734498357260289', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 09:37:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580734522256404482', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 09:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580734522256404483', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 09:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580734522378039298', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 09:37:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580735586837868546', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 09:41:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580735601740230657', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-14 09:41:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580735601761202177', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 09:41:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580735601920585729', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'55', NULL, N'2022-10-14 09:41:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580738808973504514', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2022-10-14 09:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580738808973504515', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 09:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580738809174831106', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 09:54:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580738918004436994', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 09:55:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580738918004436995', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2022-10-14 09:55:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580738918201569281', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 09:55:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739026607550465', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 09:55:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739026607550466', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'35', NULL, N'2022-10-14 09:55:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739026796294145', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'93', NULL, N'2022-10-14 09:55:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739227418243073', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 09:56:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739227997057025', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'27', NULL, N'2022-10-14 09:56:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739228059971586', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 09:56:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580739503470555138', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'38', NULL, N'2022-10-14 09:57:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580749232582307842', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 10:36:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580749389226979330', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 10:36:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580749389306671105', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'105', NULL, N'2022-10-14 10:36:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580749389315059714', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'101', NULL, N'2022-10-14 10:36:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580749396122415105', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 10:36:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580749419526631426', N'2', N'online修改数据,表名:test_enhance_select,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["3d447fa919b64f6883a834036c14aa67",{"area":"1230769620021972993","jeecg_row_key":"402880e570801ffe017080538b24002f","province":"1230769290609725441","city":"1230769470889299970","id":"402880e570801ffe017080538b24002f"}]', NULL, N'40', NULL, N'2022-10-14 10:36:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580750040824688642', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 10:39:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580750040828882946', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 10:39:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580750040946323458', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 10:39:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580750046809960449', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 10:39:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580750054154186754', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 10:39:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580750065558499330', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 10:39:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754316162641921', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 10:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754316187807746', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 10:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754316368162817', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'70', NULL, N'2022-10-14 10:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754318326902785', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'27', NULL, N'2022-10-14 10:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754318326902786', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'27', NULL, N'2022-10-14 10:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754318545006593', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 10:56:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754372878020609', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 10:56:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754483582480385', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 10:56:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754964790784002', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 10:58:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754964803366914', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2022-10-14 10:58:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754964929196033', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 10:58:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754980993380354', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 10:58:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754996143206401', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 10:58:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754996143206402', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 10:58:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580754996269035521', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'47', NULL, N'2022-10-14 10:58:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580755762362855425', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 11:01:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580755762367049729', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 11:01:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580755762463518722', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2022-10-14 11:01:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580761269882466306', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 11:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580761269882466307', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 11:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580761270083792898', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'70', NULL, N'2022-10-14 11:23:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580761276836622337', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'35', NULL, N'2022-10-14 11:23:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580761292733034497', N'2', N'online修改数据,表名:test_enhance_select,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["3d447fa919b64f6883a834036c14aa67",{"area":"1230769620021972993","jeecg_row_key":"402880e570801ffe017080538b24002f","province":"1230769290609725441","city":"1230769470889299970","id":"402880e570801ffe017080538b24002f"}]', NULL, N'41', NULL, N'2022-10-14 11:23:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580761382075904002', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 11:24:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762603536920577', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 11:29:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762603666944001', N'2', N'online列表加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 11:29:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762606036725761', N'2', N'online表单加载,表名:test_enhance_select,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-14 11:29:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762666602475522', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'35', NULL, N'2022-10-14 11:29:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762723422711809', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 11:29:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762723422711810', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 11:29:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762723615649793', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'74', NULL, N'2022-10-14 11:29:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762728669786114', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 11:29:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580762800400773122', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 11:29:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772317276549122', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:07:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772317276549123', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:07:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772317385601026', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 12:07:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772323719000065', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 12:07:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772890432385026', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'27', NULL, N'2022-10-14 12:10:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772901572456450', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'18', NULL, N'2022-10-14 12:10:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772902625226753', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 12:10:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772922241986562', N'2', N'online修改数据,表名:ces_shop_goods,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["ces_shop_goods",{"good_type_id":"1258408003595464706","update_time":"2022-10-14 12:10:08","price":5000,"name":"华为手机note","chuc_date":"2020-05-07 00:00:00","id":"1258408897326149634","update_by":"admin"}]', NULL, N'48', NULL, N'2022-10-14 12:10:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772946136936449', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 12:10:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580772954278080513', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 12:10:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773234726023170', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 12:11:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773345237544961', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'62', NULL, N'2022-10-14 12:11:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773345329819649', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'85', NULL, N'2022-10-14 12:11:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773345334013954', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 12:11:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773352317530113', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'115', NULL, N'2022-10-14 12:11:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773352376250370', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'128', NULL, N'2022-10-14 12:11:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773352544022529', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'168', NULL, N'2022-10-14 12:11:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773352544022530', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'169', NULL, N'2022-10-14 12:11:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773352564994050', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'56', NULL, N'2022-10-14 12:11:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773616751620098', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 12:12:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773709647065089', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:13:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773709651259393', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'18', NULL, N'2022-10-14 12:13:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773709764505601', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 12:13:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773720191545346', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:13:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773720191545347', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-14 12:13:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773720455786498', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'53', NULL, N'2022-10-14 12:13:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773720468369409', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'100', NULL, N'2022-10-14 12:13:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773720485146625', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'106', NULL, N'2022-10-14 12:13:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773955445862401', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:14:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773955445862402', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:14:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773955559108610', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 12:14:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773968771166209', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 12:14:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773968771166210', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 12:14:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773968938938369', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 12:14:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773968959909890', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 12:14:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580773970763460610', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 12:14:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774067383447553', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 12:14:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774316160200705', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 12:15:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774316172783617', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-14 12:15:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774316286029826', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'53', NULL, N'2022-10-14 12:15:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774405477904385', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-14 12:16:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774405477904386', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:16:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774405595344898', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 12:16:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774422649384961', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 12:16:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774422649384962', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 12:16:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774422817157122', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 12:16:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774422842322945', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 12:16:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580774424708788226', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 12:16:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782172712349697', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 12:46:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782194782777345', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 12:46:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782194791165954', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:46:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782194875052033', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'62', NULL, N'2022-10-14 12:46:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782303981481985', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 12:47:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782303981481986', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-14 12:47:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782304140865538', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'79', NULL, N'2022-10-14 12:47:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782304161837057', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 12:47:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782314513379330', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'39', NULL, N'2022-10-14 12:47:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782344288743425', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 12:47:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782360071909377', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:47:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782360071909378', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:47:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782360185155585', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 12:47:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782477495644161', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:48:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782477495644162', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:48:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782477667610626', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 12:48:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782477688582145', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-14 12:48:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782512283201537', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:48:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782783344291842', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 12:49:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782783344291843', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 12:49:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782783478509569', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'50', NULL, N'2022-10-14 12:49:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782807008555010', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 12:49:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782807008555011', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 12:49:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782807172132865', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 12:49:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782807188910082', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'87', NULL, N'2022-10-14 12:49:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782809785184257', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'38', NULL, N'2022-10-14 12:49:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782845935890434', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2022-10-14 12:49:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782846053330946', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'99', NULL, N'2022-10-14 12:49:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580782846053330947', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'99', NULL, N'2022-10-14 12:49:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783222492114946', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 12:51:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783373617082369', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'18', NULL, N'2022-10-14 12:51:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783373621276673', N'2', N'online表单加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-14 12:51:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783373742911489', N'2', N'online列表加载,表名:v3_demo1,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'53', NULL, N'2022-10-14 12:51:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783428956729346', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 12:51:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783452704878593', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 12:51:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783452704878594', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 12:51:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783452830707714', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 12:51:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783495126069249', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 12:52:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783495126069250', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 12:52:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783495285452801', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 12:52:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783495298035713', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'87', NULL, N'2022-10-14 12:52:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783505083346945', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-14 12:52:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783549958205442', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 12:52:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783567498784769', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:52:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783567498784770', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:52:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783567603642369', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 12:52:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783586624811009', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-14 12:52:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783586624811010', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'42', NULL, N'2022-10-14 12:52:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783586788388865', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'81', NULL, N'2022-10-14 12:52:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783586805166082', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'84', NULL, N'2022-10-14 12:52:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783591213379586', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:52:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783688164716546', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 12:52:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580783801134100481', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 12:53:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784207859953665', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 12:54:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784263522562049', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2022-10-14 12:55:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784263656779777', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'49', NULL, N'2022-10-14 12:55:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784263757443074', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'11', NULL, N'2022-10-14 12:55:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784271730814977', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 12:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784271730814978', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 12:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784271835672577', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 12:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784271919558658', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 12:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784271936335874', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'92', NULL, N'2022-10-14 12:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784410117681154', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:55:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784410117681155', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 12:55:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784410214150146', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'52', NULL, N'2022-10-14 12:55:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784422306328577', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 12:55:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784422306328578', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 12:55:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784422427963394', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 12:55:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784422490877953', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-14 12:55:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784422503460865', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'92', NULL, N'2022-10-14 12:55:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784473342619650', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 12:56:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784513154953218', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-14 12:56:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784513163341825', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'19', NULL, N'2022-10-14 12:56:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784513293365249', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'54', NULL, N'2022-10-14 12:56:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784534436851714', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:56:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784534436851715', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 12:56:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784534692704257', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'102', NULL, N'2022-10-14 12:56:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784534709481473', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'106', NULL, N'2022-10-14 12:56:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784534734647297', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'54', NULL, N'2022-10-14 12:56:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784871298183169', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'27', NULL, N'2022-10-14 12:57:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580784961916121089', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 12:57:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785020665737218', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-14 12:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785020674125825', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'56', NULL, N'2022-10-14 12:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785020820926466', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'11', NULL, N'2022-10-14 12:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785027309514753', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'53', NULL, N'2022-10-14 12:58:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785027326291969', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'56', NULL, N'2022-10-14 12:58:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785027540201473', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'49', NULL, N'2022-10-14 12:58:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785027552784386', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'110', NULL, N'2022-10-14 12:58:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785027569561602', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'115', NULL, N'2022-10-14 12:58:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785414531854338', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:59:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785414548631553', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 12:59:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785414661877762', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 12:59:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785423969038338', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'50', NULL, N'2022-10-14 12:59:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785423969038339', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 12:59:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785423990009858', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'60', NULL, N'2022-10-14 12:59:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785424141004801', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'91', NULL, N'2022-10-14 12:59:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785424153587714', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'94', NULL, N'2022-10-14 12:59:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785446123352066', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 12:59:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785666408198145', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'42', NULL, N'2022-10-14 13:00:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785666680827906', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'13', NULL, N'2022-10-14 13:00:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785666680827907', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2022-10-14 13:00:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785672250863617', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 13:00:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785672250863618', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 13:00:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785672355721218', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 13:00:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785672427024385', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'86', NULL, N'2022-10-14 13:00:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785672439607298', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 13:00:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785732648841217', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 13:01:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785774008872961', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2022-10-14 13:01:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785774130507777', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'43', NULL, N'2022-10-14 13:01:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785774495412225', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'13', NULL, N'2022-10-14 13:01:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785784947617794', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'61', NULL, N'2022-10-14 13:01:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785784968589314', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 13:01:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785784968589315', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 13:01:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785785144750082', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'90', NULL, N'2022-10-14 13:01:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785785161527297', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'95', NULL, N'2022-10-14 13:01:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785933270790145', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 13:01:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785972663693313', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'44', NULL, N'2022-10-14 13:02:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785972873408514', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-14 13:02:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785972953100290', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'10', NULL, N'2022-10-14 13:02:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785978770599937', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 13:02:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785978770599938', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 13:02:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785978875457538', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'54', NULL, N'2022-10-14 13:02:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785978955149314', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'92', NULL, N'2022-10-14 13:02:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580785978971926530', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 13:02:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580798655077167105', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 13:52:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802225226788866', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 14:06:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802225226788867', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 14:06:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802225423921153', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-14 14:06:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802238505955330', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'104', NULL, N'2022-10-14 14:06:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802238505955331', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 14:06:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802238505955332', N'2', N'online表单加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 14:06:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802238828916737', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'149', NULL, N'2022-10-14 14:06:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802238828916738', N'2', N'online列表加载,表名:ces_shop_goods,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'157', NULL, N'2022-10-14 14:06:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802262753226753', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 14:06:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802327412617217', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 14:06:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802327412617218', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 14:06:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580802327546834946', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'96', NULL, N'2022-10-14 14:06:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804102022639617', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 14:14:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804102022639618', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 14:14:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804102223966210', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'71', NULL, N'2022-10-14 14:14:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804108322484226', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 14:14:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804139582631937', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-14 14:14:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804740458622978', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 14:16:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804740458622979', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 14:16:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804740655755266', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'78', NULL, N'2022-10-14 14:16:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580804764097720321', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'38', NULL, N'2022-10-14 14:16:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805046948999169', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'42', NULL, N'2022-10-14 14:17:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805146081374209', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'63', NULL, N'2022-10-14 14:18:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805146148483073', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-14 14:18:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805146282700802', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'14', NULL, N'2022-10-14 14:18:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805273231699970', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 14:18:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805317993312258', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:18:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805317993312259', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:18:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805318190444545', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'72', NULL, N'2022-10-14 14:18:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805354538283010', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'39', NULL, N'2022-10-14 14:19:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805453674852353', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:19:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805453674852354', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:19:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580805453876178946', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'76', NULL, N'2022-10-14 14:19:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806769604177922', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 14:24:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806769604177923', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'24', NULL, N'2022-10-14 14:24:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806769805504513', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'82', NULL, N'2022-10-14 14:24:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806854035517442', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:24:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806854035517443', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:24:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806854232649730', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'73', NULL, N'2022-10-14 14:24:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806859924320258', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 14:25:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806871907446786', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 14:25:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806889523523586', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 14:25:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806889523523587', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 14:25:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580806889720655874', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'70', NULL, N'2022-10-14 14:25:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809214719832065', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'71', NULL, N'2022-10-14 14:34:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809215046987778', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-14 14:34:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809215307034625', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-14 14:34:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809239856295937', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 14:34:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809280897560578', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 14:34:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809280964669442', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 14:34:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809281161801729', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-14 14:34:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809287772024834', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 14:34:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809519993860097', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 14:35:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809519993860098', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 14:35:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809520128077825', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'65', NULL, N'2022-10-14 14:35:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580809536364228609', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 14:35:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580810141929451522', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'52', NULL, N'2022-10-14 14:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580810142189498369', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'16', NULL, N'2022-10-14 14:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580810142386630658', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-14 14:38:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580812544502280193', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 14:47:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814427874799617', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 14:55:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814427874799618', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 14:55:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814428071931906', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-14 14:55:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814435567153153', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 14:55:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814471197765633', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-09-03","cc":"23332290","rel_user_dictText":"华为手机note","update_time":"2022-10-14 14:55:14","jeecg_row_key":"1580510370266238978","sex":"2","name":"易强10","rel_user":"1258408897326149634","id":"1580510370266238978","update_by":"admin","age":""}]', NULL, N'53', NULL, N'2022-10-14 14:55:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814478479077378', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'35', NULL, N'2022-10-14 14:55:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814505297457155', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-10-15","cc":"222","rel_user_dictText":"雷蛇鼠标","update_time":"2022-10-14 14:55:22","jeecg_row_key":"1580529718871674882","sex":"1","name":"刘艳","rel_user":"1258783909887422466","id":"1580529718871674882","update_by":"admin","age":""}]', NULL, N'43', NULL, N'2022-10-14 14:55:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814516307505154', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 14:55:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814578769080321', N'2', N'online修改数据,表名:v3_hello,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["9ab817fd4c2e4e7ba6652c4fa46af389",{"birthday":"2022-10-15","cc":"222","rel_user_dictText":"雷蛇鼠标","update_time":"2022-10-14 14:55:40","jeecg_row_key":"1580529718871674882","sex":"1","name":"刘艳","rel_user":"1258783909887422466","id":"1580529718871674882","update_by":"admin","age":""}]', NULL, N'42', NULL, N'2022-10-14 14:55:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814586130083841', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 14:55:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814639527768066', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 14:55:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814639527768067', N'2', N'online表单加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 14:55:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814639800397825', N'2', N'online列表加载,表名:v3_hello,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'71', NULL, N'2022-10-14 14:55:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814647861850113', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-14 14:55:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814683857367042', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 14:56:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816109077671937', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'107', NULL, N'2022-10-14 15:01:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816109211889666', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'159', NULL, N'2022-10-14 15:01:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816109211889667', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'143', NULL, N'2022-10-14 15:01:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816176480137217', N'2', N'online新增数据,表名:ceshi_001,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","create_by":"admin","ccc":"

2222

","create_time":"2022-10-14 15:02:01","sys_org_code":"A01","daka_time":"2022-10-14 00:00:06","sex":"1","name":"卢雨泽","id":"1580816176220090369","salary":2222,"age":22},null]', NULL, N'58', NULL, N'2022-10-14 15:02:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816182025007106', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-14 15:02:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816199062269953', N'2', N'online修改数据,修改失败,Data truncation: Data too long for column ''ccc'' at row 1', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","ccc":"

2222

","dep_suo":"","update_time":"2022-10-14 15:02:06","jeecg_row_key":"1580816176220090369","daka_time":"2022-10-14 00:00:06","sex":"1","name":"卢雨泽","id":"1580816176220090369","salary":2222,"update_by":"admin","age":22}]', NULL, N'226', NULL, N'2022-10-14 15:02:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816215524913153', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 15:02:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816241374408706', N'2', N'online修改数据,修改失败,Data truncation: Data too long for column ''dep_suo'' at row 1', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","ccc":"

2222

","dep_suo":"57197590443c44f083d42ae24ef26a2c,67fc001af12a4f9b8458005d3f19934a","update_time":"2022-10-14 15:02:16","jeecg_row_key":"1580816176220090369","daka_time":"2022-10-14 00:00:06","sex":"1","name":"卢雨泽","id":"1580816176220090369","salary":2222,"update_by":"admin","age":22}]', NULL, N'47', NULL, N'2022-10-14 15:02:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816274660405250', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","ccc":"

2222

","dep_suo":"57197590443c44f083d42ae24ef26a2c","update_time":"2022-10-14 15:02:24","jeecg_row_key":"1580816176220090369","daka_time":"2022-10-14 00:00:06","sex":"1","name":"卢雨泽","id":"1580816176220090369","salary":2222,"update_by":"admin","age":22}]', NULL, N'36', NULL, N'2022-10-14 15:02:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816287696302082', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'49', NULL, N'2022-10-14 15:02:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816468504358913', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'49', NULL, N'2022-10-14 15:03:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816479686373378', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'20', NULL, N'2022-10-14 15:03:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816479686373379', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 15:03:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816479816396802', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 15:03:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816592852889602', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'77', NULL, N'2022-10-14 15:03:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816593054216194', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'117', NULL, N'2022-10-14 15:03:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816593054216195', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'117', NULL, N'2022-10-14 15:03:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816598636834818', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'37', NULL, N'2022-10-14 15:03:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816614675853314', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","ccc":"

222290

","dep_suo":"57197590443c44f083d42ae24ef26a2c","update_time":"2022-10-14 15:03:45","jeecg_row_key":"1580816176220090369","daka_time":"2022-10-14 00:00:06","sex":"1","name":"卢雨泽","id":"1580816176220090369","salary":2222,"update_by":"admin","age":22}]', NULL, N'49', NULL, N'2022-10-14 15:03:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816691800715266', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'107', NULL, N'2022-10-14 15:04:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816691997847554', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'143', NULL, N'2022-10-14 15:04:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816691997847555', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'143', NULL, N'2022-10-14 15:04:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816698037645314', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 15:04:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816727859146753', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","ccc":"

222290

","dep_suo":"57197590443c44f083d42ae24ef26a2c","update_time":"2022-10-14 15:04:12","jeecg_row_key":"1580816176220090369","daka_time":"2022-10-14 00:00:06","sex":"1","name":"卢雨泽","id":"1580816176220090369","salary":2222,"update_by":"admin","age":22}]', NULL, N'33', NULL, N'2022-10-14 15:04:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580816738592370690', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'26', NULL, N'2022-10-14 15:04:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580817213001707522', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'50', NULL, N'2022-10-14 15:06:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824165056393217', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'113', NULL, N'2022-10-14 15:33:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824165123502082', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'147', NULL, N'2022-10-14 15:33:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824165123502083', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'137', NULL, N'2022-10-14 15:33:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824171180077057', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'39', NULL, N'2022-10-14 15:33:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824196534644738', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-17","ccc":"

222290

","dep_suo":"57197590443c44f083d42ae24ef26a2c","daka_time":"2022-10-14 00:00:06","sex":"1","salary":2222,"update_time":"2022-10-14 15:33:53","jeecg_row_key":"1580816176220090369","name":"卢雨泽","popup_ta":"小红帽4——prod","id":"1580816176220090369","update_by":"admin","age":22}]', NULL, N'40', NULL, N'2022-10-14 15:33:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824530216693761', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'102', NULL, N'2022-10-14 15:35:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824530346717185', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'128', NULL, N'2022-10-14 15:35:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824530346717186', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'127', NULL, N'2022-10-14 15:35:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824545731424258', N'2', N'online新增数据,表名:ceshi_001,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"create_by":"admin","create_time":"2022-10-14 15:35:16","sys_org_code":"A01","name":"1212","pid":"0","id":"1580824545521709058","has_child":"0"},null]', NULL, N'49', NULL, N'2022-10-14 15:35:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824562953236482', N'2', N'online新增数据,表名:ceshi_001,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"create_by":"admin","create_time":"2022-10-14 15:35:20","sys_org_code":"A01","name":"333","pid":"1580824545521709058","id":"1580824562693189634","has_child":"0"},null]', NULL, N'57', NULL, N'2022-10-14 15:35:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824576580530178', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'39', NULL, N'2022-10-14 15:35:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580824645950124034', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-06","ccc":"

333

","dep_suo":"6d35e179cd814e3299bd588ea7daed3f","daka_time":"2022-10-07 15:35:25","sex":"1","pid":"1580824545521709058","salary":33,"update_time":"2022-10-14 15:35:40","jeecg_row_key":"1580824562693189634","name":"333","popup_ta":"aaa","has_child":"0","id":"1580824562693189634","update_by":"admin","age":22}]', NULL, N'49', NULL, N'2022-10-14 15:35:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825080488407042', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'25', NULL, N'2022-10-14 15:37:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825080555515906', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'21', NULL, N'2022-10-14 15:37:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825080752648193', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'64', NULL, N'2022-10-14 15:37:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825084972118018', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 15:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825084972118019', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'17', NULL, N'2022-10-14 15:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825085102141441', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'48', NULL, N'2022-10-14 15:37:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825762079584257', N'2', N'online列表加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'121', NULL, N'2022-10-14 15:40:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825762863919106', N'2', N'online表单加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'310', NULL, N'2022-10-14 15:40:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825762863919107', N'2', N'online表单加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'312', NULL, N'2022-10-14 15:40:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825874696646657', N'2', N'online新增数据,表名:ceshi_main001,添加成功!', N'2', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["971d999a5bbd401483aa15f0b548f82c",{"create_by":"admin","ceshi_sub_01":[{"produ_name":"苹果","price":222.22,"datess":"2022-10-14","order_id":"1580825874361102338","create_by":"admin","create_time":"2022-10-14 15:40:33","sys_org_code":"A01"},{"produ_name":"小米手机","price":33.24,"datess":"2022-10-09","order_id":"1580825874361102338","create_by":"admin","create_time":"2022-10-14 15:40:33","sys_org_code":"A01"}],"sys_org_code":"A01","create_time":"2022-10-14 15:40:33","ddd":"111","name":"单表示例","id":"1580825874361102338"},null]', NULL, N'81', NULL, N'2022-10-14 15:40:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825885635391490', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'69', NULL, N'2022-10-14 15:40:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825900369981442', N'2', N'online表单加载,表名:ceshi_sub_01,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'58', NULL, N'2022-10-14 15:40:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825900571308033', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'23', NULL, N'2022-10-14 15:40:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825931336527874', N'2', N'online修改数据,表名:ceshi_main001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["971d999a5bbd401483aa15f0b548f82c",{"ceshi_sub_01":[{"create_by":"admin","update_time":"","jeecg_row_key":"1580825874495320066","create_time":"2022-10-14 15:40:46","sys_org_code":"A01","price":222.22,"id":"1580825874495320066","update_by":"","produ_name":"苹果","order_id":"1580825874361102338","datess":"2022-10-14"},{"create_by":"admin","update_time":"","jeecg_row_key":"1580825874495320067","create_time":"2022-10-14 15:40:33","sys_org_code":"A01","price":33.24,"id":"1580825874495320067","update_by":"","produ_name":"小米手机1","order_id":"1580825874361102338","datess":"2022-10-16"}],"update_time":"2022-10-14 15:40:46","ddd":"111","name":"单表示例","id":"1580825874361102338","update_by":"admin"}]', NULL, N'71', NULL, N'2022-10-14 15:40:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825935593746434', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'43', NULL, N'2022-10-14 15:40:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580825997963046914', N'2', N'online修改数据,表名:ceshi_main001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["971d999a5bbd401483aa15f0b548f82c",{"update_time":"2022-10-14 15:41:02","ddd":"111","name":"单表示例","id":"1580825874361102338","update_by":"admin"}]', NULL, N'58', NULL, N'2022-10-14 15:41:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826003247869954', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'60', NULL, N'2022-10-14 15:41:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826031639113730', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 15:41:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826055785721857', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 15:41:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826097221251073', N'2', N'online表单加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'27', NULL, N'2022-10-14 15:41:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826097221251074', N'2', N'online表单加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 15:41:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826097418383362', N'2', N'online列表加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 15:41:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826101654630402', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'57', NULL, N'2022-10-14 15:41:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826109221154818', N'2', N'online表单加载,表名:ceshi_sub_01,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'12', NULL, N'2022-10-14 15:41:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826109619613698', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 15:41:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826120298311682', N'2', N'online修改数据,表名:ceshi_main001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["971d999a5bbd401483aa15f0b548f82c",{"update_time":"2022-10-14 15:41:32","ddd":"111","name":"单表示例","id":"1580825874361102338","update_by":"admin"}]', NULL, N'80', NULL, N'2022-10-14 15:41:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826124140294145', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'62', NULL, N'2022-10-14 15:41:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826171443654658', N'2', N'online修改数据,表名:ceshi_main001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["971d999a5bbd401483aa15f0b548f82c",{"update_time":"2022-10-14 15:41:44","ddd":"111","name":"单表示例","id":"1580825874361102338","update_by":"admin"}]', NULL, N'60', NULL, N'2022-10-14 15:41:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826310996537345', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'83', NULL, N'2022-10-14 15:42:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826324305063937', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 15:42:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826331607347201', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'56', NULL, N'2022-10-14 15:42:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826404898615298', N'2', N'online修改数据,表名:ceshi_main001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["971d999a5bbd401483aa15f0b548f82c",{"update_time":"2022-10-14 15:42:39","ddd":"111","name":"单表示例","id":"1580825874361102338","update_by":"admin"}]', NULL, N'72', NULL, N'2022-10-14 15:42:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826509823324161', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'75', NULL, N'2022-10-14 15:43:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826530337665025', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'51', NULL, N'2022-10-14 15:43:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826530467688450', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'90', NULL, N'2022-10-14 15:43:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826530467688451', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'85', NULL, N'2022-10-14 15:43:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826787880513538', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'107', NULL, N'2022-10-14 15:44:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826788014731265', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'145', NULL, N'2022-10-14 15:44:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826788014731266', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'145', NULL, N'2022-10-14 15:44:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826795509952514', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'40', NULL, N'2022-10-14 15:44:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826893195292674', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'111', NULL, N'2022-10-14 15:44:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826893392424961', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'147', NULL, N'2022-10-14 15:44:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826893392424962', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'148', NULL, N'2022-10-14 15:44:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826981254705154', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'105', NULL, N'2022-10-14 15:44:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826981388922881', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'136', NULL, N'2022-10-14 15:44:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826981388922882', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'136', NULL, N'2022-10-14 15:44:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580826993246220289', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'41', NULL, N'2022-10-14 15:45:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827034438479874', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-13","ccc":"","dep_suo":"","daka_time":"2022-10-07 15:45:05","sex":"1","pid":"0","salary":"","update_time":"2022-10-14 15:45:09","jeecg_row_key":"1580824545521709058","children":"[object Object]","name":"1212","popup_ta":"","has_child":"1","id":"1580824545521709058","update_by":"admin","age":78}]', NULL, N'37', NULL, N'2022-10-14 15:45:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827228886413313', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 15:45:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827228886413314', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 15:45:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827229016436737', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'70', NULL, N'2022-10-14 15:45:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827231067451393', N'2', N'online列表加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'109', NULL, N'2022-10-14 15:45:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827231843397634', N'2', N'online表单加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'289', NULL, N'2022-10-14 15:45:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827231843397635', N'2', N'online表单加载,表名:ceshi_main001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'289', NULL, N'2022-10-14 15:45:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827232627732482', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'30', NULL, N'2022-10-14 15:45:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827232627732483', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 15:45:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580827232824864769', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'68', NULL, N'2022-10-14 15:45:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580834175006171139', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 16:13:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835642991599617', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'145', NULL, N'2022-10-14 16:19:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835643255840770', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'200', NULL, N'2022-10-14 16:19:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835643255840771', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'200', NULL, N'2022-10-14 16:19:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835673916203009', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 16:19:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835673916203010', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'46', NULL, N'2022-10-14 16:19:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835674046226433', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'89', NULL, N'2022-10-14 16:19:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835679163277313', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 16:19:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835679163277314', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 16:19:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835679335243777', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'81', NULL, N'2022-10-14 16:19:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580835941080784899', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 16:20:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836120760573954', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 16:21:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836120827682818', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 16:21:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836121020620802', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'87', NULL, N'2022-10-14 16:21:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836149206343682', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 16:21:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836149206343683', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 16:21:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836149470584833', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-14 16:21:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836173554278402', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 16:21:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836173554278403', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 16:21:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836173751410690', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-14 16:21:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836338696609793', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 16:22:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836338696609794', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 16:22:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836338897936386', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'86', NULL, N'2022-10-14 16:22:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836357457731585', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 16:22:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836357457731586', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'29', NULL, N'2022-10-14 16:22:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836357659058178', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'82', NULL, N'2022-10-14 16:22:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836364491579393', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'45', NULL, N'2022-10-14 16:22:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580836377393258498', N'2', N'online修改数据,表名:test_demo,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["d35109c3632c4952a19ecc094943dd71",{"birthday":"2019-04-01 00:00:00","descc":"8","ceck":"","sex":"1","file_kk":"","sel_table":"","xiamuti":"","search_sel":"","pop":"","update_time":"2022-10-14 16:22:17","top_pic":"","jeecg_row_key":"4028810c6b02cba2016b02cba21f0000","user_code":"","name":"张小红","chegnshi":"","id":"4028810c6b02cba2016b02cba21f0000","update_by":"admin","age":8222}]', NULL, N'57', NULL, N'2022-10-14 16:22:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580837379781582849', N'2', N'填值规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysFillRuleController.queryPageList()', NULL, N' sysFillRule: SysFillRule(id=null, ruleName=null, ruleCode=null, ruleClass=null, ruleParams=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2c320ac7', NULL, N'24', NULL, N'2022-10-14 16:26:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580837382918922241', N'2', N'编码校验规则-分页列表查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.system.controller.SysCheckRuleController.queryPageList()', NULL, N' sysCheckRule: SysCheckRule(id=null, ruleName=null, ruleCode=null, ruleJson=null, ruleDescription=null, updateBy=null, updateTime=null, createBy=null, createTime=null) pageNo: 1 pageSize: 10 request: org.apache.shiro.web.servlet.ShiroHttpServletRequest@52dc58d8', NULL, N'28', NULL, N'2022-10-14 16:26:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580837404536365058', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'15', NULL, N'2022-10-14 16:26:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580837404536365059', N'2', N'online表单加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 16:26:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580837404779634689', N'2', N'online列表加载,表名:test_demo,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'88', NULL, N'2022-10-14 16:26:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580837423654002690', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'39', NULL, N'2022-10-14 16:26:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842476322316289', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'34', NULL, N'2022-10-14 16:46:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842476322316290', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'32', NULL, N'2022-10-14 16:46:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842476519448577', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 16:46:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842486975848449', N'2', N'online表单数据查询', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.b()', NULL, N'', NULL, N'36', NULL, N'2022-10-14 16:46:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842495142158338', N'2', N'online修改数据,表名:ceshi_001,修改成功!', N'3', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'["f41141ce64c74db6a58d60e7864edee6",{"birthday":"2022-10-13","ccc":"

222

","dep_suo":"","daka_time":"2022-10-07 15:45:05","sex":"1","pid":"0","salary":"","update_time":"2022-10-14 16:46:36","jeecg_row_key":"1580824545521709058","children":"[object Object]","name":"1212","popup_ta":"","has_child":"1","id":"1580824545521709058","update_by":"admin","age":78}]', NULL, N'45', NULL, N'2022-10-14 16:46:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842503748870146', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 16:46:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842503748870147', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'31', NULL, N'2022-10-14 16:46:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580842503941808130', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'80', NULL, N'2022-10-14 16:46:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580848894165278722', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'33', NULL, N'2022-10-14 17:12:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580848894429519874', N'2', N'online列表加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'99', NULL, N'2022-10-14 17:12:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580848897776574465', N'2', N'online表单加载,表名:ceshi_001,操作成功', N'1', N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'22', NULL, N'2022-10-14 17:12:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580860354480295937', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 17:57:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580860382355640322', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 17:57:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580860748698734593', N'2', N'online列表加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.a()', NULL, N'', NULL, N'28', NULL, N'2022-10-14 17:59:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580860749055250433', N'2', N'online表单加载,表名:ces_order_main,操作成功', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.online.cgform.c.a.c()', NULL, N'', NULL, N'117', NULL, N'2022-10-14 17:59:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580861542663704577', N'2', N'修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 18:02:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580862507278127106', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3c385140', NULL, N'22', NULL, N'2022-10-14 18:06:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580862550643036161', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@50fbfede', NULL, N'5', NULL, N'2022-10-14 18:06:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580864213349027841', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@68e4746b', NULL, N'3', NULL, N'2022-10-14 18:12:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580864633995776002', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@42f6fb14', NULL, N'4', NULL, N'2022-10-14 18:14:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580864652354244609', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@2f165c0f', NULL, N'7', NULL, N'2022-10-14 18:14:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580867798371651586', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@6072ee2a', NULL, N'5', NULL, N'2022-10-14 18:27:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580867810946174978', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@109a188e', NULL, N'4', NULL, N'2022-10-14 18:27:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580871969854443521', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@11c0468b', NULL, N'6', NULL, N'2022-10-14 18:43:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580872059964870658', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@4cc8f629', NULL, N'4', NULL, N'2022-10-14 18:44:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580872867104149505', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@3384797b', NULL, N'4', NULL, N'2022-10-14 18:47:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580872876478418945', N'2', N'职务表-分页列表查询', N'1', N'admin', N'管理员', N'0:0:0:0:0:0:0:1', N'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', NULL, N' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null) pageNo: 1 pageSize: 5 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@61bc5cd2', NULL, N'4', NULL, N'2022-10-14 18:47:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580877122863091714', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 19:04:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580877977129570308', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 19:07:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580878701653643268', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 19:10:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580878704866480130', N'2', N'修改角色ID: 1501570619841810433 的权限配置,操作人: admin', N'2', N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-14 19:10:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1581819725276123138', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-17 09:29:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1581819796650594306', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'0:0:0:0:0:0:0:1', NULL, NULL, NULL, NULL, NULL, NULL, N'2022-10-17 09:30:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15b9599cb02b49a62fb4a1a71ccebc18', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:02:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'189842bf681338dc99dfa66d366a0e6f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 15:55:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'189e3428e35e27dfe92ece2848b10ba8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-27 15:52:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18a51a5f04eeaad6530665f6b0883f0c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:34:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18b16a451fec0fe7bf491ab348c65e30', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-16 11:55:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18eafaeec588403245269a41732d1a74', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:45:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'190eb7b4d493eb01b13c5b97916eeb13', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:09:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1912a44dd4a6ffa1636d2dde9c2f1ab7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 11:01:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1a570aac0c30ac2955b59e2dc7a6204c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 20:58:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1a5b71c9458c17f9bcb19a5747fd47dd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 11:56:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1aa593c64062f0137c0691eabac07521', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-14 10:45:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1ab7c74d217152081f4fa59e4a56cc7b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 12:03:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1b05434820cbcb038028da9f5cda31bb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 17:45:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1bf5c5603b79f749d4ee75965b3698db', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-20 14:54:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1d970c0e396ffc869e3a723d51f88b46', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 13:01:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1db82f78233c120c6ec7648ca1177986', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 23:07:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1e4533a02fb9c739a3555fa7be6e7899', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 10:04:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1f0b36f7e021aa5d059ffb0a74ef6de4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 23:11:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1f33d11e1833ae497e3ef65a3f02dd5b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-21 19:51:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1f8f46118336b2cacf854c1abf8ae144', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 11:02:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'202344b08b69ad70754e6adaa777eae0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:54:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'20751803c1e5b2d758b981ba22f61fcd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 18:11:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'20e5887d0c9c7981159fe91a51961141', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 20:12:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'20fc3263762c80ab9268ddd3d4b06500', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:36:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'20fea778f4e1ac5c01b5a5a58e3805be', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 19:01:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'210a01dcb34302eaed0d1e95820655d0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:30:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21510ebaa4eca640852420ed6f6cbe01', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 11:41:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'217aa2f713b0903e6be699136e374012', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-27 20:07:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2186244ae450e83d1487aa01fbeae664', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 14:47:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21910e350c9083e107d39ff4278f51d6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 18:14:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21b8493a05050584d9bb06cfc2a05a6b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-05 17:29:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21bad1470a40da8336294ca7330f443d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 17:35:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21fed0f2d080e04cf0901436721a77a6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 21:53:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2255d6f5e2a3d0839b8b9cfc67816c5c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-20 15:01:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'22735c059b01949a87cb918f5ef3be76', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 22:41:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'22ad9f87788506456c774801389d6a01', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 17:20:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'22d8a2fbd53eafb21f6f62ae073c0fc1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-17 22:28:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2312c2693d6b50ca06799fee0ad2554a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 12:11:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23176e4b29c3d2f3abadd99ebeffa347', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 16:37:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'233e39d8b7aa90459ebef23587c25448', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 17:38:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23a314588249752842447e4f98783be4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-19 18:28:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25f8b1b345b1c8a070fe81d715540c85', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 15:39:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'260bb025d91b59d0135d635ef85eeb82', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 11:40:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'26529d5753ceebbd0d774542ec83a43e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 20:17:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2659c59136fb1a284ab0642361b10cdd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 18:40:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2676be4ffc66f83221fd95e23d494827', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 21:31:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'26975f09c66025d1c8d87a6894a3c262', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 18:29:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'273081678d85acebaa6615973bff31db', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:02:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2746af3dd0309cdeeff7d27999fbcda1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 12:52:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'279e519d647f1a4e1f85f9b90ab370b9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 17:01:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'27d23027dc320175d22391d06f50082f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 15:50:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'27e8812c9a16889f14935eecacf188eb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 18:52:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2811e224e4e8d70f2946c815988b9b7c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'286af82485388bfcd3bb9821ff1a4727', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 18:34:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'28dbc8d16f98fb4b1f481462fcaba48b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-14 20:56:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'28e8a7ed786eaced3182c70f68c7ea78', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:18:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2919d2f18db064978a619707bde4d613', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 09:58:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2942a12521ac8e3d441429e6c4b04207', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 14:12:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2966ed2bdf67c9f3306b058d13bef301', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 21:25:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'29fb5d4297748af3cd1c7f2611b7a2d6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:38:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2a383edf5445dc8493f5240144ca72f5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 12:56:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2ab9cf95ac35fdbb8fe976e13c404c41', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:49:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2b3be3da6ba9d1ee49f378d729d69c50', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 13:24:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2b433e88db411bef115bc9357ba6a78b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.105', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 12:09:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2b4d33d9be98e1e4cdd408a55f731050', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 10:32:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2b5a76869a7d1900487cd220de378dba', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-05 16:32:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2b801129457c05d23653ecaca88f1711', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 21:44:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2bca2d6666c1f6630225252c7b31326c', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-05-17 18:30:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2c6822927334eb0810b71465fd9c4945', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:02:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2c6ede513b83fbc23aaedb89dbfa868a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 18:03:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d5af41d2df82b316ba31fcdf6168d6a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-17 14:43:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2de252a92b59ebfbf16860cc563e3865', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 22:04:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2e44c368eda5a7f7a23305b61d82cddb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 18:14:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2e63fd1b3b6a6145bc04b2a1df18d2f5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 19:01:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2eb75cb6ca5bc60241e01fa7471c0ccf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 18:34:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2eb964935df6f3a4d2f3af6ac5f2ded1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.200', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 13:27:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2ebe7f0432f01788d69d39bc6df04a1a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 18:05:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2fecb508d344c5b3a40f471d7b110f14', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:36:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3087ac4988a961fa1ec0b4713615c719', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 22:54:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'30da94dd068a5a57f3cece2ca5ac1a25', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 18:01:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'30ec2dc50347240f131c1004ee9b3a40', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 10:19:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'310bb368795f4985ed4eada030a435a0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 23:22:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'317e3ae1b6ccdfb5db6940789e12d300', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-03 21:44:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'32464c6f7f772ddda0a963b19ad2fd70', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 11:30:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3267222d9387284b864792531b450bfe', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 10:33:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'326b2df4ab05a8dbb03a0a0087e82a25', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-10 11:53:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'335956cbad23d1974138752199bf1d84', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 10:05:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'337b647a4085e48f61c7832e6527517d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:45:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'34a6b86424857a63159f0e8254e238c2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 18:22:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3569ada5c43a4022d3d13ac801aff40e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 14:50:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'35fdedc363d9fe514b44095da40f170b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:51:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3612f8d40add5a7754ea3d54de0b5f20', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 19:59:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'36358cacfc5eb3ba7e85cfe156218b71', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 19:14:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3683743d1936d06f3aaa03d6470e5178', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 22:40:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'36fd54ce8bc1ee4aac9e3ea4bfdcd5a8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-29 18:49:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'375aadb2833e57a0d5a2ce0546a65ca4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 20:38:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3767186b722b7fefd465e147d3170ad1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-26 21:57:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'378b44af9c1042c1438450b11c707fcf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 16:07:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'37ca8ff7098b9d118adb0a586bdc0d13', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:46:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3836dc3f91d072e838092bc8d3143906', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 12:50:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'39caf3d5d308001aeb0a18e15ae480b9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 10:31:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3a0330033a8d3b51ffbfb2e0a7db9bba', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:54:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3a290289b4b30a1caaac2d03ad3161cd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:58:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3a4a0e27d77aa8b624180e5fd5e4004e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 09:51:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3a76114e431912ff9a19a4b6eb795112', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:19:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3b07fda32423a5696b2097e1c23c00d4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 16:04:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3ba1e54aa9aa760b59dfe1d1259459bc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 09:44:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3bc73699a9fd3245b87336787422729b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:41:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3d25a4cdd75b9c4c137394ce68e67154', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 09:59:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3d9874f248a984608ca98c36c21c5a7a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 13:05:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3e2574b7b723fbc9c712b8e200ea0c84', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 14:24:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3e6116220fa8d4808175738c6de51b12', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 21:04:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3e64011b4bea7cdb76953bfbf57135ce', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 23:09:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3e69108be63179550afe424330a8a9e4', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 18:38:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3ec2023daa4a7d6a542bf28b11acf586', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 16:18:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3f47afcdce94596494746ac34eebf13b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 13:59:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3fd0d771bbdd34fae8b48690ddd57799', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 17:17:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'40209016cadff6b571a8150c6218cfa8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-18 11:33:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'404d5fb6cce1001c3553a69089a618c8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 12:29:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'406e79995e3340d052d85a74a5d40d1b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:23:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4084f184160940a96e47d7be1fab4ea3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:51:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'40b3a9bee45b23548250936310b273f4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-30 14:42:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4114145795da30b34545e9e39b7822d9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:39:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4218b30015501ee966548c139c14f43f', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 10:11:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4234117751af62ac87343cbf8a6f1e0f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 10:17:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4261867172d0fd5c04c993638661ac0b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 11:24:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'42aef93749cc6222d5debe3fb31ba41b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 15:51:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'42bf42af90d4df949ad0a6cd1b39805e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.200', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 17:39:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4303dbb3e502f11a3c4078f899bb3070', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 17:28:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43079866b75ee6a031835795bb681e16', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-04 22:44:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'432067d777447423f1ce3db11a273f6f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 09:47:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43536edd8aa99f9b120872e2c768206c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 10:53:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43848099c1e70910ba1572868ee40415', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 11:28:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'445436e800d306ec1d7763c0fe28ad38', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 11:43:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'446724ea6dd41f4a03111c42e00d80cd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 16:56:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'45819fe1b96af820575a12e9f973014e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 09:19:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'45f0309632984f5f7c70b3d40dbafe8b', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 09:59:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'472c34745b8f86a46efa28f408465a63', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:56:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'477592ab95cd219a2ccad79de2f69f51', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-05 10:38:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4778fe2992fd5efd65f86cb0e00e338e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:53:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'47c5a5b799e10255c96ccd65286541ef', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:50:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4816854636129e31c2a5f9d38af842ef', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 12:45:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'484cdb8db40e3f76ef686552f57d8099', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 18:14:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'488fc8f3d040fa75c6802898ea88f7d6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-20 11:38:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'48929ec94226d9ccff9fae4ff48e95e3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:32:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'48e4e10ac7e583050fd85734f0676a7c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 19:58:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'48e5faf2d21ead650422dc2eaf1bb6c5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 22:08:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'48eac0dd1c11fe8f0cb49f1bd14529c2', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 13:01:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4922f2f1173a1edc11dfd11cb2a100ae', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:08:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4930e32672465979adbc592e116226a6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 16:53:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'49d48fda33126595f6936a5d64e47af0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 13:17:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'49f1ec54eb16af2001ff6809a089e940', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:59:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4a0020835a71fc6dcaefd01968d21f81', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-30 18:46:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4aa770f37a7de0039ba0f720c5246486', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:26:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4ab79469ba556fa890258a532623d1dc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:54:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4acfbc327681d89dab861c77401f8992', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 10:54:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4b1341863a8fffeccda8bbe413bd815f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 15:59:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4ba055970859a6f1afcc01227cb82a2d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 09:43:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4d1be4b4991a5c2d4d17d0275e4209cf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-05 20:47:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4d9299e2daac1f49eac0cec75a90c32e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 11:28:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4de1ed55165f7086f1a425a26a2f56ec', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:26:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f31f3ebaf5d1a159d2bb11dd9984909', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-15 11:14:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f7f587bec68ed5bf9f68b0ccd76d62b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 21:01:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5034aec34f0b79da510e66008dbf2fcc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 16:18:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'506ce2d73a038b6e491a35a6c74a7343', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 13:44:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'507b55d3b5ddc487fb40ca1f716a1253', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:43:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'50e8de3e6b45f8625b8fd5590c9fd834', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 18:23:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'515c28df59f07478339b61ca5b1b54a8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 10:34:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'51aeabed335ab4e238640a4d17dd51a3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-12 10:12:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'523a54948d5edaf421566014b66f9465', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 19:50:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'52673feae24ea5bc3ca111f19c9a85d4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:16:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'528baecc596a66eaadc8887bff911f55', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 10:08:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'52e36d72cd04bea2604747e006b038ec', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 19:47:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'52fde989fb8bb78d03fb9c14242f5613', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-20 17:04:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5323f848cddbb80ba4f0d19c0580eba9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 22:58:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5358b182eab53a79eec236a9cee1e0fc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 13:01:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'543970eba4d1c522e3cb597b0fd4ad13', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 22:53:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'54c2bad38dafd9e636ce992aa93b26af', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 11:57:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5554869b3475770046602061775e0e57', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 14:38:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'557b3c346d9bc8f7a83fac9f5b12dc1b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:20:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'55d649432efa7eaecd750b4b6b883f83', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 22:44:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'55e906361eeabb6ec16d66c7196a06f0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 12:50:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'562092eb81561ee0f63be5dd9367d298', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:20:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'57264fff74c4f857bddf5d766951f3c9', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1558262155067,"id":"dcb45a2fc661e5cdc341b806e5914873","name":"111","sysOrgCode":"A01"}]', NULL, N'5', N'admin', N'2019-05-19 18:35:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'580256f7c7ea658786dba919009451b6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:39:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'583d3aa445d408f4ecd19ee0a85514af', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:18:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5858f2f8436460a94a517904c0bfcacb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 23:42:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'586002e1fb4e60902735070bab48afe3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-27 16:18:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'586e8244eff6d6761077ef15ab9a82d9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 23:03:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5902fb4ba61ccf7ff4d2dd97072b7e5b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:48:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'59558082e1b1d754fa3def125ed4db3c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 18:24:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5bca377b50c362009738d612cac82006', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-20 14:54:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5c04e3d9429e3bcff4d55f6205c4aa83', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 18:14:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5c35117cbeb39428fcc2ddd90ce96a2b', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 17:18:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5c48703e3a2d4f81ee5227f0e2245990', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-04 23:12:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5c675eeb69795180eee2c1069efc114b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 12:59:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5c7e834e089ef86555d8c2627b1b29b5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 11:25:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5cf2431447eab30fd3623e831033eea0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 19:17:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d8ed15778aa7d99224ee62c606589fb', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-30 15:51:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5dee273feb8dd12989b40c2c92ce8c4a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 13:42:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5e8bac7831de49146d568c9a8477ddad', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:16:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5ea258e1f478d27e0879e2f4bcb89ecd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 14:01:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5ee6d5fe1e6adcc4ad441b230fae802d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 15:56:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5f00b5514a11cd2fe240c131e9ddd136', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 16:30:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5f0a5e85efbe9c79645ffc0c15fcee1a', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1558261833637,"id":"94f78b1c9753dfb1202d731f540666e1","keyWord":"1","name":"1","sysOrgCode":"A01"}]', NULL, N'30', N'admin', N'2019-05-19 18:30:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5f314fc45492d7f90b74d1ca74d1d392', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 17:45:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'606cb4f81f9bb412e2b2bdaa0f3e5dda', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 16:27:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'60886d5de8a18935824faf8b0bed489e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 10:11:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'60a975067f02cf05e74fa7b71e8e862a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-31 14:31:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'60d4f59974170c67826e64480533d793', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 13:25:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'611fa74c70bd5a7a8af376464a2133e8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-27 17:48:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'61445cc950f5d04d91339089b18edef9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:13:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'615625178b01fc20c60184cd28e64a70', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 09:47:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'61aac4cfe67ec6437cd901f95fbd6f45', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:40:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'61d2d2fd3e9e23f67c23b893a1ae1e72', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 22:44:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'623e4bc7c098f368abcc368227235caf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-01 09:48:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'62d197757e2cb40f9e8cb57fa6a207f7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 10:54:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'62e208389a400e37250cfa51c204bdc8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:44:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'636309eec5e750bc94ce06fb98526fb2', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-30 18:15:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'636d37d423199e15b4030f35c60859fe', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 10:07:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'63c998d68b4d0d1529d86b4c0628e072', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-07-05 14:45:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'63ccf8dda5d9bf825ecdbfb9ff9f456c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.105', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 12:14:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'642e48f2e5ac8fe64f1bfacf4d234dc8', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 12:51:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'64711edfb8c4eb24517d86baca005c96', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:41:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'64c00f27ddc93fda22f91b38d2b828b5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 17:34:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'65771bce3f5786dfb4d84570df61a47a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 22:07:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'65ace1ae98891f48ab4121d9258e4f1e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 10:45:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'65be8e015c9f2c493bd0a4e405dd8221', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:40:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'661c4792f00b0814e486c3d623d7259f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 18:06:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'66493cd0347eeb6ee2ef5ee923604683', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:29:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6664dc299f547f6702f93e2358810cc1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.3.22', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-05 21:04:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'67181c36b55b06047a16a031fd1262c1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-17 13:55:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'671a44fd91bf267549d407e0c2a680ee', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 22:45:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'672b527c49dc349689288ebf2c43ed4d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 11:26:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6737424e01b38f2273e9728bf39f3e37', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 19:43:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'675153568c479d8b7c6fe63327066c9f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 15:29:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'679e12ba247575749e03aa8f67347ac6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 17:14:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'680b3e6e4768d80d6ea0ce8ba71bdd0e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 09:14:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6836a652dc96246c028577e510695c6f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-15 20:47:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'687810e7fea7e480962c58db515a5e1c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 18:42:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'689b8f2110f99c52e18268cbaf05bbb6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 09:58:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'68df65639e82cc6a889282fbef53afbb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-08 15:01:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'68e90e08a866de748e9901e923406959', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 12:37:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'68f7394ca53c59438b2b41e7bb9f3094', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 14:09:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69a7a5b960d6aedda5c4bd8b877be0a8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:50:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69a9dfb2fb02e4537b86c9c5c05184ae', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 15:22:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69baa4f883fe881f401ea063ddfd0079', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-12 20:51:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69e3164d007be2b9834e4fb398186f39', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 23:38:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69e6fd7891d4b42b0cccdc0874a43752', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:45:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69ea2322f72b41bcdc7f235889132703', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 10:54:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69fc2407b46abad64fa44482c0dca59f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-01 12:04:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a4231540c73ad67128d5a24e6a877ff', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 12:54:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a67bf2ff924548dee04aa97e1d64d38', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:52:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6b4cdd499885ccba43b40f10abf64a78', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 13:04:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6b876be6e384337b36ad28a4a5868be8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 21:22:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6baccd034e970c6f109791cff43bc327', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:46:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6bc98b7dc91a3924f794202867367aca', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:50:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c558d70dc5794f9f473d8826485727a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 18:38:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c99cfe2774c15ad030b83723f81d70d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-20 14:07:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6cbd2a9257fae1cb7ff7bc2eb264b3ab', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 19:08:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6cf638853ef5384bf81ed84572a6445d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 19:25:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6cfeaf6a6be5bb993b9578667999c354', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-24 11:43:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d45672f99bbfd01d6385153e9c3ad91', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 13:49:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d93d5667245ef8e5d6eafdbc9113f51', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:34:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6ee846271a3d4b9e576b5a0749c49d12', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 20:02:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6fb7db45b11bc22347b234fda07700c8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 12:00:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'703fbcb7e198e8e64978ec0518971420', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 17:53:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'70849167f54fd50d8906647176d90fdf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 23:12:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'709b0f2bf8cb8f785f883509e54ace28', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:37:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7126b35521cd0dba932e6f04b0dac88f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:52:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7148b3d58f121ef04bcbea5dd2e5fe3b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:35:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'716f9f5f066a6f75a58b7b05f2f7f861', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:59:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7225200c3cec4789af4f1da2c46b129d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 17:19:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7268539fbe77c5cc572fb46d71d838f1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 13:22:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7285730e2644f49def0937dc99bfbe3d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:07:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7289cf420ac87ea0538bde81435b1aaa', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:03:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'72ee87d0637fb3365fdff9ccbf286c4a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 17:36:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7313b43ff53015d79a58b4dc7c660721', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:03:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'732a1015057fde25d81ee12a7fbf66b2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-01 10:05:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7351132f4f5f65e5bf157dd7ad5344a4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:51:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7374f3a2ccb20216cf8eecb26037ce0a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 18:08:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'74209dfc97285eb7919868545fc2c649', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 11:23:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'74c991568d8bcb2049a0dbff53f72875', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 22:12:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'75c7fa1a7d3639be1b112e263561e43a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-14 17:07:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'76bea561f662ec0ccf05bc370f1ffe35', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 11:08:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'772f238d46531a75fff31bae5841057c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 11:31:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'77579d78a903635cc4942882f568e9e5', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 17:13:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'775e987a2ca37edc4f21e022b265a84a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 13:36:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'776c2e546c9ab0375d97590b048b8a9d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:13:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'77a329e5eb85754075165b06b7d877fd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 13:25:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78caf9e97aedfb8c7feef0fc8fdb4fb5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-10 17:04:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78f519b618f82a39adad391fbf6b9c7a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 13:49:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'790b722fa99a8f3a0bc38f61e13c1cf4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 18:34:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'79a1737fcc199c8262f344e48afb000d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 23:25:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'79e76353faffd0beb0544c0aede8564f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-08 17:28:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7a511b225189342b778647db3db385cd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 20:50:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7a99cf653439ca82ac3b0d189ddaad4a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 10:41:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7a9d307d22fb2301d6a9396094afc82f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-14 18:45:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ae9cad197aee3d50e93bc3a242d68ec', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-10 13:12:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7b2b322a47e1ce131d71c50b46d7d29e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-06 15:55:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7b44138c1b80b67da13b89db756a22b0', N'2', N'添加测试DEMO', NULL, NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"jeecg-boot","createTime":1553824172062,"id":"5fce01cb7f0457746c97d8ca05628f81","name":"1212"}]', NULL, N'25', N'jeecg-boot', N'2019-03-29 09:49:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7b85fba62bc001773fff1a54e1609aef', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 16:28:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ba3df5d2612ac3dd724e07a55411386', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:35:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7bc7b1ff923dbb19fb0ecd800cd690bd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-18 09:34:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7c310b99a84411798a2aaf4074a28e7e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 12:42:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7c88e9cf6018a1b97b420b8cb6122815', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-28 19:46:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ce1934fb542a406e92867aec5b7254d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 14:53:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7d11535270734de80bd52ec0daa4fc1f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.105', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 12:20:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7d8539ff876aad698fba235a1c467fb8', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 09:47:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7da063020a42db99e0f3bb9500498828', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 13:45:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7dc448f04edf4b9655362ad1a1c58753', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 23:10:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7dc498b45fbf25c59686d9dda0d3eb66', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:12:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7e2edea80050d2e46aa2e8faef8e29ce', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:01:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7e41208e29d412d586fc39375628b0d0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-21 15:34:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7e92abdc0c1f54596df499a5a2d11683', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:59:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7f31435ca2f5a4ef998a4152b2433dec', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 18:36:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7f9c3d539030049a39756208670be394', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 11:44:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7feae2fb5001ca0095c05a8b08270317', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:17:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'802cec0efbe9d862b7cea29fefc5448b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 18:58:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'810deb9fd39fa2f0a8e30e3db42f7c2b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 18:51:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8143ce0b35bfe6e7b8113e1ecc066acd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-05-17 14:48:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81c9056ac38e6f881d60f3d41df1845e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-17 11:44:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81c95e1c8805fa191753fc99ba54c3e9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:01:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81f7a606359aff9f97f95c15ce8e7c69', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 11:33:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'82cee1c403025fc1db514c60fc7d8d29', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 16:41:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8300e85a2c2f16c2358d31e8b364edf7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 11:55:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8317a81bce60a10afeb44af6ef6c807a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 11:27:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8327cced60486bad4009276e14403502', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 09:56:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8447099784da63b3b2cd2fbbc5eabcea', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 16:04:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'845f732f6a0f0d575debc4103e92bea2', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 10:17:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'85949de2d54078e6b8f3df0a3c79c43d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 17:08:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'85b3106d757d136b48172a9ab1f35bb6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 18:34:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'862aa0e6e101a794715174eef96f7847', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:41:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'873f425879ef9ca7ced982acda19ea58', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 16:35:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8742a458bf166fd5f134ac65fa8903f9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 13:09:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'87885bc889d23c7c208614da8e021fb0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 10:23:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8802209912ca66d56f2ea241ffd0cc13', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:52:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'88bab180edf685549c7344ec8db7d954', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 19:07:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'88bfc5b77b4be0d6d0f7c8661cf24853', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 10:25:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'88d7136ed5c7630057451816dbaff183', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-03-25 13:01:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'88d8b4b50bdab58c52fe25fa711fbbef', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 21:21:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'89bfd8b9d6fa57a8e7017a2345ec1534', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-12 09:27:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'89d2bc84e056f327291c53821d421034', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 16:57:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'89fbc93e77defb34c609c84a7fe83039', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 09:47:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8a13971104d70e35111d10dd99de392e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:34:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ab131214232450ca202103ef81f0a2d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 15:46:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8b2ad448021fbb5509ea04c9a780b165', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 14:35:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8b66ec251e3107765768dbd0590eeb29', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 14:25:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8d105ea6c89691bc8ee7d4fd568aa690', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 11:39:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8d9ce65020320d46882be43b22b12a62', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 10:56:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8e03def9e0283005161d062d4c0a5a80', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:46:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ec3a287a37d155047e80a80769d5226', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 18:37:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8f616500d666a5a67bc98e7ccd73c2e2', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1547912194199,"id":"ffa9da1ad40632dfcabac51d766865bd","name":"秦999"}]', NULL, N'386', N'admin', N'2019-01-19 23:36:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8fde5f89e8ad30cf3811b8683a9a77b1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 18:02:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8fe913a5b037943c6667ee4908f88bea', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-16 11:18:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ff27392165c8c707ee10ec0010c7bb8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:44:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'90555a39c0b02180df74752e4d33f253', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-27 18:26:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'905d2cf4308f70a3a2121a3476e38ed0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 14:00:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'90711ddb861e28bd8774631c98f3edb9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:57:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'90b4bad7939233a1e0d7935f079ea0fa', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 12:45:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9174fe77fe8ba69243f72d5577b391d3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:48:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'917dbb5db85d1a6f142135827e259bbf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 20:21:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'92e514fee917a1a459c4ffdb0ca42516', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 10:20:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'939b3ff4733247a47efe1352157b1f27', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 19:01:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'93b4d26f60d7fb45a60524760bf053e4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 22:20:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'93bb98ba996dacebfb4f61503067352e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 22:47:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9410b7974fbc9df415867095b210e572', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-16 11:18:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'94fe4465d779e0438cfe6f0cb1a1aa7e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:57:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'95063e0bdfa5c9817cc0f66e96baad93', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:59:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'952947331f8f3379494c4742be797fc3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 18:42:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'954f1ccb8b230d2d7d4858eec3aba0a4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 17:08:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'95d906e6f048c3e71ddbcc0c9448cf49', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-26 19:23:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'961992e05772bc7ad2ca927cf7649440', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:55:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'965c74ffe09d8a06bb817efa6d62254b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 10:01:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'968d434c45aae64c9ad0e86d18238065', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-01 10:02:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'96ada57ac17c4477f4e4c8d596d4cc1a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 10:54:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'96d7fe922f46123e0497e22dedf89328', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 23:10:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'98b7fc431e4654f403e27ec9af845c7b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 17:31:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'98d4b573769af6d9c10cd5c509bfb7af', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-16 11:21:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'993010965223b8e3a7a784409f7e377e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-30 15:50:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'99357d793f2507cfb7b270677b4fe56c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:46:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'994efef0ebca19292e14a39b385b0e21', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 16:22:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'997bb4cb1ad24439b6f7656222af0710', N'2', N'添加测试DEMO', NULL, NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"jeecg-boot","createTime":1553824768819,"id":"ee84471f0dff5ae88c45e852bfa0280f","keyWord":"22","name":"222"}]', NULL, N'5', N'jeecg-boot', N'2019-03-29 09:59:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a1456ef58a2b1fb63cdc54b723f2539', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 17:26:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a5c1fbf3543880af6461182e24b75db', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-15 13:51:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9acebd2d37c9078f9568125fb9696976', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 16:07:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9b23981621d5265a55681883ec19fa91', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:46:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9b568a868e57f24c5ba146848061613f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 20:09:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9b7a830914668881335da1b0ce2274b1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 17:19:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9bd6e11c5a2f0bb70215cfa097a4b29c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:57:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9be945480d69038865279f02df5cee45', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:49:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9bfe7312f2951503082a28c2cc966ce4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 10:24:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9c32ec437d8f8d407b1bd1165fc0305d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-08 15:01:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9c64406daa2b6e7ad1f6776789d61e43', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 10:56:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9cea908c7a78dc77fdaed975819983bd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:20:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9d0416e09fae7aeeeefc8511a61650c2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 18:15:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9db7e7d214dbe9fe8fff5ff20634e282', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 11:19:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9df97c1b3213aa64eda81c6bf818b02b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 22:42:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9e1da5d8758f2681543971ee43ee14e2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 22:43:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9e9d01c430b72703ce3a94589be54bbe', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 18:26:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9eb3fb6d9d45e3847a88f65ed47da935', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'192.168.3.22', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-05 20:52:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9ed114408a130e69c0de4c91b2d6bf7e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 13:03:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9ef3f1ed07003e3abec3445920b062f1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 11:17:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9f2db1ffaf89518a25cc6701da0c5858', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 17:05:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9f31eedbe3f3c5c431b490d5fec0094c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-01 09:56:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9f4960f89a10d7fdcf22d1ea46143fff', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:51:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a052befb699ee69b3197b139fd9263f0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-15 17:34:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a1b870eee811cfa4960f577b667b0973', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 18:23:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a22ddd4b5b0b84bd7794edd24b25fc64', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1547883299809,"email":"zhangdaiscott@163.com","id":"7eac655877842eb39dc2f0469f3964ec","name":"zhang daihao"}]', NULL, N'25', N'admin', N'2019-01-19 15:34:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a28de45f52c027a3348a557efab6f430', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 10:34:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2950ae3b86f786a6a6c1ce996823b53', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 09:47:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2e0435673b17f4fb848eecdf8ecacd6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 21:32:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a34ed4c6fef2b9f07a20e54ef4501b99', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 10:48:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a35a476c303983701045507c9af3fa03', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:44:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a42e5cd05566ea226c2e2fc201860f2c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 11:15:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a521d9f2a0087daa37923fa704dea85b', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 12:45:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a56661bbc72b8586778513c71f4764f5', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:53:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a5848ab4e8d0fb6ecf71ee1d99165468', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 22:14:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a5daa58b078cb8b3653af869aeecebd0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 17:14:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a61d9db83888d42b0d24621de48a880d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-05 22:49:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a6209166e1e9b224cca09de1e9ea1ed7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:41:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a6261bbbf8e964324935722ea1384a5d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 19:46:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a63147887c6ca54ce31f6c9e6279a714', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 09:19:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a68160f37cace166fedd299c4ca0be10', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 15:40:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a6971e63e3d9158020e0186cda81467d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 14:59:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a69f4ff4e48754de96ae6fa4fabc1579', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 09:18:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a6c3b28530416dace21371abe8cae00b', N'2', N'删除测试DEMO', NULL, NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N'["ee84471f0dff5ae88c45e852bfa0280f"]', NULL, N'9', N'jeecg-boot', N'2019-03-29 09:59:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a6e323785535592ee208aa7e53554644', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 09:15:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a710ed2de7e31fd72b1efb1b54ba5a87', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 15:30:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a77d29673cfe97c9e03cfb879b934f62', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 12:41:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a7d1f4a774eb8644e2b1d37ca5f93641', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 10:16:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a7ee4b4c236bc0e8f56db5fdf1e5ac38', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 13:21:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a83e37b55a07fe48272b0005a193dee6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 09:17:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a867c282a8d97f7758235f881804bb48', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-13 18:28:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a8c7ba2d11315b171940def2cbeb0e8f', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 13:01:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a95192071de908f37f4998af4c269bcb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 14:26:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a9b34565c6460dc9cede00ad150393f9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 14:17:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a9bd713f975bfbff87638432a104b715', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 20:04:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa47c8cf2a4f2de16f415b9d9d3dbf05', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-30 16:14:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa49341b29865b45588ad2f9b89c47ea', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-11 19:42:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aaf10eab9c2b6ed6af1d7a9ce844d146', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 13:08:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ab1d707bbfdf44aa17307d30ca872403', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 15:50:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ab550d09101a88bc999ea57cbb05aa5a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 17:59:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ab8a71b7565d356d12e12c6730b0ceb0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:51:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ac8cf22c2f10a38c7a631fc590551c40', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 12:04:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ad97829fe7fefcd38c80d1eb1328e40f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 09:28:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'add13f513772a63f8ca8bf85634bb72c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 13:09:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ae61be664d2f30d4f2248347c5998a45', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-03-25 12:53:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aeb738ab880c262772453d35fc98f2f2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 18:50:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aec0817ecc0063bde76c1f6b6889d117', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:47:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aeca30df24ce26f008a7e2101f7c513c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:27:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'af5869701738a6f4c2c58fe8dfe02726', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 16:42:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'af8fe96a9f0b325e4833fc0d9c4721bf', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-30 18:14:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b01c3f89bcfd263de7cb1a9b0210a7af', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 17:53:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b096a9e76395f1a52d8c260c4eb811fd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 18:51:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b09ccd219a1ce5c7270bb659748b8330', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 15:34:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b0cebd174565a88bb850a2475ce14625', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 18:19:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b0d11dfec52e02f504c63e2f8224b00d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 19:27:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b0e6b3a0ec5d8c73166fb8129d21a834', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-09 16:56:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b1e9797721dbfcc51bbe7182142cbdcd', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 12:52:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b20ff98a10af3c25c1991741fd59ea64', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 16:07:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b23293288a84ba965509f466ed0e7e2f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 12:43:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b26369680b41d581649cf865e88331e9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:03:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b3127e34f395e1f1790450da5689a4a1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 16:28:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b3474fc5aad9ec2f36ccbbf7bf864a69', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 11:17:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b38f42f4e15ee72e494bdf6f6feb0ae7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:49:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b3adf055f54878657611ef430f85803e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 11:33:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b3cceb535fa5577cc21b12502535ad29', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:29:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b428718441be738cf8b5ce92109068c3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 16:21:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b4c3c7af9899b9af3f42f730cfabc9b2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:17:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b4ccdfc1280e73439eb1ad183076675b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 14:10:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b53c9e8ce1e129a09a3cda8c01fe644c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:38:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b55cc05e8dd4279c0fa145833db19ba8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 11:37:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5df1807f08af5db640da11affec24d3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 12:49:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5f6636c6e24e559ddf1feb3e1a77fd5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:14:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b605a83a9b5f3cdaaa1b3f4f41a5f12d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 17:04:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b6ee157afd006ceddc8c7558c251192e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 14:20:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b7085f003b4336af4d4ba18147f8e5ae', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 22:29:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b7478d917ab6f663e03d458f0bb022a3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:50:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b7f33b5a514045878447fc64636ac3e6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 22:00:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b86958d773b2c2bd79baa2e8c3c84050', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-15 16:49:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b8bd2a9de3fb917dfb6b435e58389901', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 20:13:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b945fe8b63e0fc26d02c85466f36ebd9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-01 09:57:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b954f7c34dfbe9f6a1fc12244e0a7d59', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:41:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b972484d206b36420efac466fae1c53f', N'1', N'用户名: jeecg,退出成功!', NULL, N'jeecg', N'jeecg', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-03-25 12:54:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b98b7ac9e890657aa86a900763afbe2a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 11:49:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b99f5b6975350d86db4c5dd91de9f608', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 23:40:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b99fc7c53d4e3edc0c618edc11d3a073', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 15:58:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b9bf472a12fc25a9d4b500421b08b025', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 10:53:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'baa53d6a534e669f6150ea47565fa5b9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-09 17:27:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'baaf37e5937f938ac92856bc74cc2b86', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 13:48:53.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bbd3e1f27e025502a67cf54945b0b269', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-31 22:13:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bbe2e637bafa0d7f465dc9e1266cff3d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 11:16:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bbf4fb593d6918cc767bb50c9b6c16c5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 10:44:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bc28d4275c7c7fcd067e1aef40ec1dd4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 10:53:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bc594b8921a0bcdb26d4a93916316092', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:42:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bd6d7d720b9dd803f8ad26e2d40870f3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 11:04:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bd9167a87aee4574a30d67825acaad0a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:51:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bdeae62057ae9858b6a546c1bdb6efc7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:49:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bdfd95b4d4c271d7d8d38f89f4a55da9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:59:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'beb9ef68b586f05bd7cf43058e01ad4a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 22:29:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'befbcf5a27ef8d2ca8e6234077f9413d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 16:01:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bfa0766f53dbd3a0fe4043f57bd9bbee', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:35:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bfe758860662ae07a15598396a12cfaa', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:50:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bfec8c8c88868391041667d924e3af7f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 14:38:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c03985d6e038b5d8ebdeec27fce249ba', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:43:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c12e3d7655a5a8b192bb9964a2a66946', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:35:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c1842fc83cdf0b0cc0264bf093e9c55d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 21:56:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c18db091677ec01d55e913662b9028a9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 21:19:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c1a68605bee6b3d1264390c1cfe7a9fa', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 20:49:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c21422fa08f8480a53367fda7ddddf12', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 10:02:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c2bfe3b92e6bfb7016cc82e95419a602', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:54:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c33b4e0bbf998330e44fad65e9d0029e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 15:54:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c434dc5172dc993ee7cd96187ca58653', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-28 19:46:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5954beca75d6a0c014e2de3b621275a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 22:41:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5d4597b38275dcb890c6568a7c113f2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-24 12:18:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5e541648bab341230c93377b4d4e262', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:05:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c665d704539483630cc9ed5715ed57a8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:10:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c66e22782dd3916d1361c76b0cc4ec8a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 22:44:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c6c0316b6989bf1eea0a3803f593bf69', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 15:47:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c6cbe54fcb194d025a081e5f91a7e3f0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 10:26:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c72bb25acd132303788699834ae039b4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:06:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c7384ed6a6b09ff6704a6b1c1e378cee', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-07-05 14:45:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c7b6156c4f42b70c562b507766f4546c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:14:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c98a6367b152cf5311d0eec98fab390c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 22:13:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c9be887c9292153e39861c91243b7432', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-30 15:12:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ca737885d9034f71f70c4ae7986fafa8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 22:47:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'caee69e55ec929f7ba904280cac971e6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:49:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cb6b52fbbdd4c5698c17edaf9960e11e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 21:22:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cb7c6178101ef049d3f1820ee41df539', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-28 19:59:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbd720f20fc090c7350a98be0738816a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 20:55:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbf83d11486a8d57814ae38c9822b022', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:05:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cc39057ae0a8a996fb0b3a8ad5b8f341', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 10:20:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cc7fa5567e7833a3475b29b7441a2976', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 14:21:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cc8ab347f332c55570830c5fc39bbf9f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 13:08:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ccad29843623a6c3ca59548b1d533b15', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 10:56:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cd064a2f6cb6c640cb97a74aaa6041d7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:17:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cd5af66a87bb40026c72a748155b47e8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:47:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cd7a7c49e02ca9613b6879fda4e563cf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:29:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ce6aa822166b97a78b0bbea62366f8e0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 20:14:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ce9893f4d0dd163e900fcd537f2c292d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:55:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cedf399271592c27dcb6f6ce3312e77d', N'2', N'删除测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N'["7501"]', NULL, N'24', N'admin', N'2019-03-06 16:03:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cf590576a5f6a42b347e6b5bf5ebf5bd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 12:43:31.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cfba34db2d7fbb15a2971212f09b59ec', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:51:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd00964eee24c6f9a8609a42eeebef957', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-10 17:04:48.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd01d658731dac4b580a879d986b03456', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 15:00:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd03aaee882d13b796db860cb95f27724', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:59:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd0ce9bfc790a573d48d49d3bbbf1a1cb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 22:09:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd1111594fef195980370c5f91ccf9212', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:48:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd1746c5c937fcb650bd835ff74dabdff', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 18:06:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd18bff297a5c2fa54d708f25a7d790d6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:13:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd19b6e77ab1b6d6aa58996a93918754c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 11:33:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd1eb2a8ebed28d34199c5fc4a1579c4c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 12:55:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd23e6766cecf911fb2e593eeee354e18', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 18:42:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd2910961a0ff046cc3ef6cf8d33a8094', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 15:38:47.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd29cf7aae44523bf2f3d187e91356fe8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 12:20:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd2ac19a709ea08f7259286df28efd635', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:35:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd2b516c5d834bd0fca91cda416fe499e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:46:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd2fe98d661f1651b639bf74499f124db', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 10:16:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd3b54be0510db6a6da27bf30becb5335', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 19:42:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd3c4f120d8a23b62ec9e24b431a58496', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-07 14:17:24.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd3df1a4057b6d7fb4dab073a727ba21f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 23:14:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd3f08843a9b2b3284711e376fb785beb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 10:58:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd4ef00700436645680657f72445d38db', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-11 18:05:29.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd5b9e5d9bfbbd8e6d651087ead76d9f7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 20:17:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd68957c067fb27e80a23babebdb1591f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:55:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd6aaf0f8e2428bf3c957becbf4bcedb4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:38:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd70329497664391dabc25effe7406c50', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:25:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd70c2847d8d0936a2a761f745a84aa48', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 16:39:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd762a1cba3dc23068f352323d98909e0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 22:26:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd7902eeab2c34611fad046a79bff1c1b', N'2', N'添加测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"admin","createTime":1547883544104,"email":"zhangdaiscott@163.com","id":"4436302a0de50bb83025286bc414d6a9","name":"zhang daihao"}]', NULL, N'1682', N'admin', N'2019-01-19 15:39:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd7e7cb4c21372e48b8e0ec7e679466e3', N'1', N'用户名: null,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:02:34.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd7e8a7f14967c70d68f5569cb4d11d0a', N'2', N'删除测试DEMO', NULL, NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N'["5fce01cb7f0457746c97d8ca05628f81"]', NULL, N'9', N'jeecg-boot', N'2019-03-29 09:49:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd82b170459d99fc05eb8aa1774e1a1c9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-26 18:45:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd869534109332e770c70fad65ef37998', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 10:02:30.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd8c43edd685431ab3ef7b867efc29214', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 17:37:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd8eed69045aae6cedbff402b4e35f495', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 18:22:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd8fd478e6ceb03a575719e1a54342333', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:43:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd916bd1d956418e569549ee1c7220576', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 19:18:42.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd92d9e003666c6b020f079eaee721f9f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 12:08:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd98115c02c0ac478a16d6c35de35053d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 12:50:09.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd9a0bb9fe6d2c675aa84f9441c0bd8bb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-11 10:56:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd9e0150666b69cced93eb4defb19788b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 23:11:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'da3fda67aea2e565574ec2bcfab5b750', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-08 22:36:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'da7d2236f6f9e0f61897e5ea9b968d4d', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 20:02:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'da9a15efcf4e1e4f24647db7e2143238', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 11:19:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dabdcb8e15ea9215a1af22f7567ff73d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 16:48:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dae0658783324c81fa6909b6e4a25a65', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-22 11:46:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'db2b518e7086a0561f936d327a0ab522', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-18 22:39:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'db8adca4aa7972fdc283be96d877efe0', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:04:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'db8c89112bf4706fb558664dd741aa46', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 09:33:23.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dbbcfb7f59311637a613ec9a6c63f04a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 10:53:57.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dcec1957987abbe6658f1f2c96980366', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:05:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dcfe23b155d5c6fa9a302c063b19451e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 18:47:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dd4e1ab492e59719173d8ae0f5dbc9a2', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-11 19:47:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dd6fbb9b6224c927c0923c16b9285525', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 13:37:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dd9b2cfffb798a22d90dada4fdbbbc61', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 23:39:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'de37620b6921abcfe642606a0358d30f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-09 15:42:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'de938485a45097d1bf3fa311d0216ed4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-02 10:15:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'de978382f59685babf3684d1c090d136', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-14 12:55:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dee4d42c439b51b228ab5db5d0723fc0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 20:02:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dfacaa7c01ccf0bade680044cced3f11', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 15:25:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e01ed1516e8ae3a2180acbd4e4508fa5', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 20:28:12.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e088a2607864d3e6aadf239874d51756', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-26 18:46:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e09bb0a74c268a9aaf1f94edcc2eb65a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-08 18:26:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e0da357be27d66de1c9e9b8ecb22f9f9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:51:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e14cd21cf5eaad9ea3689730a824a50c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 16:12:32.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e169938510c9320cb1495ddb9aabb9d1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:47:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e1d0b1fd3be59e465b740e32346e85b0', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-02 10:16:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e1d1fc464cf48ec26b7412585bdded1a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:49:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e1fa52ecbcc0970622cc5a0c06de9317', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-03 18:33:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e232f89df26cc9e5eced10476c4e4a2b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-10 10:05:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e234abc35a52f0dd2512b0ce2ea0e4f2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 20:05:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e261674e2640fe6d0a3cd86df631537d', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:05:51.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e2af7674bb716a7c0b703c7c7e20b906', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 11:38:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e2b6d0e751f130d35c0c3b8c6bd2a77e', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-27 16:18:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e2f703771f64b1bcd709204669ae3d93', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-05-17 14:48:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e3031f999984909f9048d8ec15543ad0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 18:43:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e37cce529d0c98c47b4977d7ddf963c0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:17:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e39f051ba6fdb7447f975421f3b090a7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-05 12:49:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e3b531fa12e47ac19a2ab0c883dee595', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 10:40:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e40823376fa8c0e74a4e760de695e824', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-30 15:36:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e42a38382fce916909d6d09f66147006', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 14:28:44.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e48a6bd82c92a8005c80c5ef36746117', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 19:32:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e4a166fcd0fc4037cb26e35cc1fb87b2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 18:32:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e4afd66ac249dde9c3bd9da50f9c2469', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 17:41:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e4c06405615399d6b1ebea45c8112b4d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:07:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e4c330b381e2fbfde49f1d4dd43e68b7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-14 22:22:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e4e40e21437b23b74324e0402cceb71a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 11:34:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e540ca989819c54baefffbc3d05e8b58', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 10:10:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e5a9b045449136719d4c19c429c2dd56', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 13:08:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e713a89e753cbecf1e10247b2112c3f8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 23:14:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e720278084b0d4316448ec59d4e3399d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 15:52:45.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e78f8832d61c1603c17767ee2b78ef07', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-01 19:50:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e7f2b0a7493e7858c5db1f1595fa54b1', N'2', N'添加测试DEMO', NULL, NULL, NULL, N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.add()', NULL, N'[{"createBy":"jeecg-boot","createTime":1553824376817,"id":"e771211b77cd3b326d3e61edfd9a5a19","keyWord":"222","name":"222"}]', NULL, N'7', N'jeecg-boot', N'2019-03-29 09:52:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e864c0007983211026d6987bd0cd4dc8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.114', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-11 13:37:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e8b37ad67ef15925352a4ac3342cef07', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:38:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e8cde8dcd6253b249d67a05aaf10f968', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-22 12:30:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e92544c6102243e7908e0cbb217f5198', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:48:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e93f1a170e3cd33f90dd132540c7a39b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:12:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e9a31bfc128b3f5ae01656916c605ddb', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:44:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e9ce2b3f7ac1fa3f5f7fd247207ca5c0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 22:53:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e9d3202c14f7f2812346fb4c2b781c67', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'192.168.1.104', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 21:38:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ea268ad02db29012b2f1bd3d4aea1419', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:10:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ea5f9191b0f593a1d6cb585538caa815', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:46:08.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ea66ed22fde49640cee5d73c6ef69718', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 11:50:04.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eaf74cd1489b02d39c470eed131fc918', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 18:37:39.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eb0b8a7cdf77df133566d7bd5a5f1fc0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-19 11:02:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eb4536aa50a58985baf0a763a1ce2ebf', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-17 19:48:49.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eb6f5196de91dd2e8316696bddd61345', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 22:26:36.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eb9a522fd947c7a706c5a106ca32b8c9', N'1', N'用户名: jeecg,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-17 17:50:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ecfee5b948602a274093b8890e5e7f3f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:05:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ed0bbe9047a7471ae1cdc1c2941eccb1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-29 17:52:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ed2740de487c684be9fa3cf72113ae30', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:51:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ed50b1fbc80c3b953f4551081b10335e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 16:19:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ed9b4ffc8afab10732aac2d0f84c567b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 19:10:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ee2bb63c47c868d59a45503b3d2f34ea', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 19:16:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eeb1f2e2c1b480e0bb62533848cbb176', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 22:55:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'eef5b90eea8e7394193443cfd7476529', N'2', N'删除测试DEMO', NULL, N'admin', N'管理员', N'127.0.0.1', N'org.jeecg.modules.demo.test.controller.JeecgDemoController.delete()', NULL, N'["dcb45a2fc661e5cdc341b806e5914873"]', NULL, N'9', N'admin', N'2019-05-19 18:36:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ef54197116da89bf091c0ed58321eea4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-09 19:22:06.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ef7219725c4b84cc71f56f97a8eab01a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:08:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ef7669ac0350730d198f59b8411b19d1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:28:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'efa591832b375b4609a5890b0c6f3250', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 16:00:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'efe77038e00cfff98d6931c3e7a4c3d6', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-06 16:20:19.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f0409312093beb563ac4016f2b2c6dfd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-03 13:24:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f04910792a74c563d057c4fcb345f963', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-20 18:30:00.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f06048c147c5bcdbed672e32b2c86b1c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-30 14:07:28.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f06e8fa83b408be905b4dc7caeaf9a80', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 19:40:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f0748a25728348591c7b73a66f273457', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-28 19:46:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f1186792c6584729a0f6da4432d951f9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-14 21:45:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f20cf3fe228ba6196a48015b98d0d354', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-01 19:25:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f21e30d73c337ea913849ed65808525c', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-27 10:23:22.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f21f9f700bf4f5bd9edda7a16ed338f8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:30:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f29f3b7b7e14b1389a0c53d263c0b26b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-29 17:44:25.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2ce8024e62740f63c134c3cfb3cae23', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:07:41.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f3aab8f9dff7bf705aa29c6dcce49011', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-13 15:18:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f3cafb545e5693e446f641fa0b5ac8cd', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-04-04 17:07:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f3d371d6f71409ea2fe52405b725db4a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-12 13:38:15.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f3e1f7fb81004ccd64df12d94ef1e695', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-22 21:30:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f43e38800d779422c75075448af738d1', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 18:47:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f540eff3f6e86c1e0beccd300efd357f', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 15:15:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f543c25bdd741055aeb4f77c5b5acf58', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 14:40:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f58e160e97d13a851f59b70bf54e0d06', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-23 20:11:58.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f5c08b45885d248c422a5d406cd5f223', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:41:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f6646950c8465da1d1219b7a7a209fc2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-25 19:14:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f6b0f562257bf02c983b9e3998ff864e', N'1', N'用户名: 管理员,退出成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg', N'2019-08-23 22:43:40.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f74f759b43afa639fd1c4f215c984ae0', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 22:08:18.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f78e24f5e841acac2a720f46f6c554bc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:47:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f79af48e6aeb150432640483f3bb7f2a', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:09:11.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f84e86c9a21149134b1f2599a424164b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 20:12:27.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f8960d64e93606fa52220cc9c4ae35a2', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-23 11:21:02.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f9062582881b42f6b139c313d8ab0463', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-17 20:47:26.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f93279c6899dc5e6cec975906f8bf811', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 13:47:20.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f95d517f43ba2229c80c14c1883a4ee9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 12:11:59.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f99912c5ff252594f14d31b768f8ad15', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-21 15:03:10.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f9abb524e0dc3571571dc6e50ec6db75', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 11:47:13.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa0612372b332b6c3ce787d9ca6dd2cc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-24 11:48:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa0ce422c12a565461eca56006052891', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 10:13:21.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa427f74dc6bd9cca3db478b5842f7f7', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-28 14:19:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa9b4d7d42bc9d1ba058455b4afedbfb', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-25 12:59:46.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa9cebbb6af23d2830584b3aacd51e46', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-31 13:59:17.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'faad055dd212ed9506b444f8f1a920b9', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-26 12:00:38.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fadb32d678346ee4bab02997988ff3bc', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 22:55:16.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'faea0dbfb7f86b571fed0dd270623831', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-18 14:12:14.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fb2871cda1421b766f8e68cb36a22bf3', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-25 17:35:01.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fb73d58bf6503270025972f99e50335d', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 11:57:56.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fbb8834e9736bdd4b6d3baee895c4ca4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-31 18:05:03.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fc22aaf9660e66558689a58dfa443074', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-15 16:30:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fc69a1640a4772c8edf2548d053fa6de', N'1', N'用户名: admin,登录成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-03-23 14:55:33.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fce1553149aea9bfd93e089f387199c8', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-02-24 23:11:35.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fded8eb5d78d13791baec769019fee54', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-25 12:15:07.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fe0dc06eaef69047131f39052fcce5c4', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-19 13:56:05.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fea8e1e2d229557185be0d9a10ebce17', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-01-19 21:55:55.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'feaf7c377abc5824c1757d280dd3c164', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-20 11:58:54.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ff3f7dbda20cd2734b1238fa5ba17fcf', N'1', N'用户名: 管理员,退出成功!', NULL, N'admin', N'管理员', N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'admin', N'2019-04-10 11:26:43.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ffac84fff3c65bb17aa1bda3a0d2029e', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-06 20:10:50.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_log] ([id], [log_type], [log_content], [operate_type], [userid], [username], [ip], [method], [request_url], [request_param], [request_type], [cost_time], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ffc6178ffa099bb90b9a4d0a64dae42b', N'1', N'用户名: admin,登录成功!', NULL, NULL, NULL, N'127.0.0.1', NULL, NULL, NULL, NULL, NULL, N'jeecg-boot', N'2019-03-21 18:28:32.0000000', NULL, NULL) GO -- ---------------------------- -- Table structure for sys_permission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_permission]') AND type IN ('U')) DROP TABLE [dbo].[sys_permission] GO CREATE TABLE [dbo].[sys_permission] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [component] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [component_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [redirect] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [menu_type] int NULL, [perms] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [perms_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [sort_no] float(53) NULL, [always_show] tinyint NULL, [icon] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [is_route] tinyint NULL, [is_leaf] tinyint NULL, [keep_alive] tinyint NULL, [hidden] tinyint NULL, [hide_tab] tinyint NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [del_flag] int NULL, [rule_flag] int NULL, [status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [internal_or_external] tinyint NULL ) GO ALTER TABLE [dbo].[sys_permission] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'父id', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'parent_id' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单标题', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'路径', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'url' GO EXEC sp_addextendedproperty 'MS_Description', N'组件', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'component' GO EXEC sp_addextendedproperty 'MS_Description', N'组件名字', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'component_name' GO EXEC sp_addextendedproperty 'MS_Description', N'一级菜单跳转地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'redirect' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'menu_type' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单权限编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'perms' GO EXEC sp_addextendedproperty 'MS_Description', N'权限策略1显示2禁用', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'perms_type' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单排序', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'sort_no' GO EXEC sp_addextendedproperty 'MS_Description', N'聚合子路由: 1是0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'always_show' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单图标', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'icon' GO EXEC sp_addextendedproperty 'MS_Description', N'是否路由菜单: 0:不是 1:是(默认值1)', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'is_route' GO EXEC sp_addextendedproperty 'MS_Description', N'是否叶子节点: 1:是 0:不是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'is_leaf' GO EXEC sp_addextendedproperty 'MS_Description', N'是否缓存该页面: 1:是 0:不是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'keep_alive' GO EXEC sp_addextendedproperty 'MS_Description', N'是否隐藏路由: 0否,1是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'hidden' GO EXEC sp_addextendedproperty 'MS_Description', N'是否隐藏tab: 0否,1是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'hide_tab' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态 0正常 1已删除', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'是否添加数据权限1是0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'rule_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮权限状态(0无效1有效)', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'外链菜单打开方式 0/内部打开 1/外部打开', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission', 'COLUMN', N'internal_or_external' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单权限表', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission' GO -- ---------------------------- -- Records of sys_permission -- ---------------------------- INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'00a2a0ae65cdca5e93209cdbde97cbe6', N'2e42e3835c2b44ec9f7bc26c146ee531', N'成功', N'/result/success', N'result/Success', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'020b06793e4de2eee0007f603000c769', N'f0675b52d89100ee88472b6800754a08', N'ViserChartDemo', N'/report/ViserChartDemo', N'jeecg/report/ViserChartDemo', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-03 19:08:53.0000000', N'admin', N'2019-04-03 19:08:53.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'024f1fd1283dc632458976463d8984e1', N'700b7f95165c46cc7a78bf227aa8fed3', N'Tomcat信息', N'/monitor/TomcatInfo', N'modules/monitor/TomcatInfo', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 09:44:29.0000000', N'admin', N'2019-05-07 15:19:10.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'043780fa095ff1b2bec4dc406d76f023', N'2a470fc0c3954d9dbb61de6d80846549', N'表格合计', N'/jeecg/tableTotal', N'jeecg/TableTotal', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-08-14 10:28:46.0000000', NULL, NULL, N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'05b3c82ddb2536a4a5ee1a4c46b5abef', N'540a2936940846cb98114ffb0d145cb8', N'用户列表', N'/list/user-list', N'examples/list/UserList', NULL, NULL, N'1', NULL, NULL, N'3', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'0620e402857b8c5b605e1ad9f4b89350', N'2a470fc0c3954d9dbb61de6d80846549', N'异步树列表Demo', N'/jeecg/JeecgTreeTable', N'jeecg/JeecgTreeTable', NULL, NULL, N'1', NULL, N'0', N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-05-13 17:30:30.0000000', N'admin', N'2019-05-13 17:32:17.0000000', N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'078f9558cdeab239aecb2bda1a8ed0d1', N'fb07ca05a3e13674dbf6d3245956da2e', N'搜索列表(文章)', N'/list/search/article', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-12 14:00:34.0000000', N'admin', N'2019-02-12 14:17:54.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'', N'系统监控', N'/dashboard3', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'6', N'0', N'dashboard', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:19:58.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'0ac2ad938963b6c6d1af25477d5b8b51', N'8d4683aacaa997ab86b966b464360338', N'代码生成按钮', NULL, NULL, NULL, NULL, N'2', N'online:goGenerateCode', N'1', N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-06-11 14:20:09.0000000', NULL, NULL, N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'109c78a583d4693ce2f16551b7786786', N'e41b69c57a941a3bbcce45032fe57605', N'Online报表配置', N'/online/cgreport', N'modules/online/cgreport/OnlCgreportHeadList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-03-08 10:51:07.0000000', N'admin', N'2019-03-30 19:04:28.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1166535831146504193', N'2a470fc0c3954d9dbb61de6d80846549', N'对象存储', N'/oss/file', N'modules/oss/OSSFileList', NULL, NULL, N'1', NULL, N'1', N'1', N'0', N'', N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-08-28 02:19:50.0000000', N'admin', N'2019-08-28 02:20:57.0000000', N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1170592628746878978', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'菜单管理', N'/isystem/newPermissionList', N'system/NewPermissionList', NULL, NULL, N'1', NULL, N'1', N'1.3', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2019-09-08 15:00:05.0000000', N'admin', N'2022-10-14 18:01:57.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1174506953255182338', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'职务管理', N'/isystem/position', N'system/SysPositionList', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-09-19 10:14:13.0000000', N'admin', N'2019-09-19 10:15:22.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1174590283938041857', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通讯录', N'/isystem/addressList', N'system/AddressList', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-09-19 15:45:21.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1192318987661234177', N'e41b69c57a941a3bbcce45032fe57605', N'系统编码规则', N'/isystem/fillRule', N'system/SysFillRuleList', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-11-07 13:52:53.0000000', N'admin', N'2020-07-10 16:55:03.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1205097455226462210', N'', N'报表设计', N'/big/screen', N'layouts/RouteView', NULL, NULL, N'0', NULL, N'1', N'2.1', N'0', N'area-chart', N'1', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-12-12 20:09:58.0000000', N'admin', N'2022-02-23 18:22:02.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1205098241075453953', N'1205097455226462210', N'生产销售监控', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index1', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-12 20:13:05.0000000', N'admin', N'2019-12-12 20:15:27.0000000', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1205306106780364802', N'1205097455226462210', N'智慧物流监控', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index2', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-13 09:59:04.0000000', N'admin', N'2019-12-25 09:28:03.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1209731624921534465', N'e41b69c57a941a3bbcce45032fe57605', N'多数据源管理', N'/isystem/dataSource', N'system/SysDataSourceList', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-25 15:04:30.0000000', N'admin', N'2020-02-23 22:43:37.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1224641973866467330', N'e41b69c57a941a3bbcce45032fe57605', N'系统校验规则', N'/isystem/checkRule', N'system/SysCheckRuleList', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-11-07 13:52:53.0000000', N'admin', N'2020-07-10 16:55:12.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1229674163694841857', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线表单ERP', N'/online/cgformErpList/:code', N'modules/online/cgform/auto/erp/OnlCgformErpList', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2020-02-18 15:49:00.0000000', N'admin', N'2020-02-18 15:52:25.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1232123780958064642', N'f0675b52d89100ee88472b6800754a08', N'Online报表示例', N'/online/cgreport/6c7f59741c814347905a938f06ee003c', N'modules/online/cgreport/auto/OnlCgreportAutoList', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'0', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-02-25 10:02:56.0000000', N'admin', N'2020-05-02 15:37:30.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1235823781053313025', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线内嵌子表', N'/online/cgformInnerTableList/:code', N'modules/online/cgform/auto/innerTable/OnlCgformInnerTableList', NULL, NULL, N'1', NULL, N'1', N'999', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2020-03-06 15:05:24.0000000', N'admin', N'2020-03-06 15:07:42.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260922988733255681', N'2a470fc0c3954d9dbb61de6d80846549', N'online订单管理', N'/online/cgformInnerTableList/56efb74326e74064b60933f6f8af30ea', N'111111', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'0', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:20:42.0000000', N'admin', N'2020-09-09 15:31:48.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260923256208216065', N'2a470fc0c3954d9dbb61de6d80846549', N'online用户报表', N'/online/cgreport/1260179852088135681', N'333333', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'0', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:21:46.0000000', N'admin', N'2020-09-09 15:31:54.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260928341675982849', N'3f915b2769fc80648e92d04e84ca059d', N'添加按钮', NULL, NULL, NULL, NULL, N'2', N'user:add', N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:41:58.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260929666434318338', N'3f915b2769fc80648e92d04e84ca059d', N'用户编辑', NULL, NULL, NULL, NULL, N'2', N'user:edit', N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:47:14.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260931366557696001', N'3f915b2769fc80648e92d04e84ca059d', N'表单性别可见', N'', NULL, NULL, NULL, N'2', N'user:sex', N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:53:59.0000000', N'admin', N'2020-05-14 21:57:00.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260933542969458689', N'3f915b2769fc80648e92d04e84ca059d', N'禁用生日字段', NULL, NULL, NULL, NULL, N'2', N'user:form:birthday', N'2', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 22:02:38.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1265162119913824258', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'路由网关', N'/isystem/gatewayroute', N'system/SysGatewayRouteList', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, NULL, N'2020-05-26 14:05:30.0000000', N'admin', N'2020-09-09 14:47:52.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1280350452934307841', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'租户管理', N'/isys/tenant', N'system/TenantList', NULL, NULL, N'1', NULL, N'1', N'1.31', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-07 11:58:30.0000000', N'admin', N'2021-08-16 16:24:03.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1280464606292099074', N'2a470fc0c3954d9dbb61de6d80846549', N'图片裁剪', N'/jeecg/ImagCropper', N'jeecg/ImagCropper', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-07 19:32:06.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287715272999944193', N'2a470fc0c3954d9dbb61de6d80846549', N'JVXETable示例', N'/jeecg/j-vxe-table-demo', N'layouts/RouteView', NULL, NULL, N'1', NULL, N'1', N'0.1', N'0', N'', N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:43:40.0000000', N'admin', N'2020-09-09 14:52:06.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287715783966834689', N'1287715272999944193', N'普通示例', N'/jeecg/j-vxe-table-demo/normal', N'jeecg/JVXETableDemo', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:45:42.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287716451494510593', N'1287715272999944193', N'布局模板', N'/jeecg/j-vxe-table-demo/layout', N'jeecg/JVxeDemo/layout-demo/Index', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:48:21.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287718919049691137', N'1287715272999944193', N'即时保存', N'/jeecg/j-vxe-table-demo/jsbc', N'jeecg/JVxeDemo/demo/JSBCDemo', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:57:36.0000000', N'admin', N'2020-07-27 20:03:37.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287718938179911682', N'1287715272999944193', N'弹出子表', N'/jeecg/j-vxe-table-demo/tczb', N'jeecg/JVxeDemo/demo/PopupSubTable', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:57:41.0000000', N'admin', N'2020-07-27 20:03:47.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287718956957810689', N'1287715272999944193', N'无痕刷新', N'/jeecg/j-vxe-table-demo/whsx', N'jeecg/JVxeDemo/demo/SocketReload', N'SocketReload', NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'1', N'1', N'0', N'0', NULL, N'admin', N'2020-07-27 19:57:44.0000000', N'admin', N'2022-10-14 18:43:57.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1304032910990495745', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线表单TAB', N'/online/cgformTabList/:code', N'modules/online/cgform/auto/tab/OnlCgformTabList', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2020-09-10 20:24:08.0000000', N'admin', N'2020-09-10 20:36:37.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'13212d3416eb690c2e1d5033166ff47a', N'2e42e3835c2b44ec9f7bc26c146ee531', N'失败', N'/result/fail', N'result/Error', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1335960713267093506', N'1205097455226462210', N'积木报表设计', N'{{ window._CONFIG[''domianURL''] }}/jmreport/list?token=${token}', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-12-07 22:53:50.0000000', N'admin', N'2020-12-08 09:28:06.0000000', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1352200630711652354', N'f0675b52d89100ee88472b6800754a08', N'Redis监控', N'{{ window._CONFIG[''domianURL''] }}/jmreport/view/1352160857479581696?token=${token}', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'5', N'0', N'', N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-01-21 18:25:28.0000000', N'admin', N'2021-04-07 14:00:57.0000000', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1365187528377102337', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多JVxeTable', N'/jeecg/JeecgOrderMainListForJVxeTable', N'jeecg/JeecgOrderMainListForJVxeTable', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-02-26 14:30:45.0000000', N'admin', N'2021-02-26 14:32:05.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1367a93f2c410b169faa7abcbad2f77c', N'6e73eb3c26099c191bf03852ee1310a1', N'基本设置', N'/account/settings/BaseSetting', N'account/settings/BaseSetting', N'account-settings-base', NULL, N'1', N'BaseSettings', NULL, NULL, N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, NULL, N'2018-12-26 18:58:35.0000000', N'admin', N'2019-03-20 12:57:31.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1387612436586065922', N'2a470fc0c3954d9dbb61de6d80846549', N'第三方APP消息测试', N'/jeecg/ThirdAppMessageTest', N'jeecg/ThirdAppMessageTest', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-04-29 11:39:20.0000000', N'admin', N'2021-04-29 11:39:27.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1400726868091015170', N'4148ec82b6acd69f470bea75fe41c357', N'demo添加功能', NULL, NULL, NULL, NULL, N'2', N'demo:add', N'1', NULL, N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-06-04 16:11:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1404684556047024130', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'在线用户', N'/isystem/online', N'system/SysUserOnlineList', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-06-15 14:17:51.0000000', N'admin', N'2022-10-14 17:58:44.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1494641317580423169', N'2a470fc0c3954d9dbb61de6d80846549', N'表格合计News', N'/jeecg/tableOrderTotal', N'jeecg/TableOrderTotal', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-02-18 19:53:54.0000000', N'admin', N'2022-02-18 19:55:04.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'190c2b43bec6a5f7a4194a85db67d96a', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'角色管理', N'/isystem/roleUserList', N'system/RoleUserList', NULL, NULL, N'1', NULL, NULL, N'1.2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-04-17 15:13:56.0000000', N'admin', N'2019-12-25 09:36:31.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1a0811914300741f4e11838ff37a1d3a', N'3f915b2769fc80648e92d04e84ca059d', N'手机号禁用', NULL, NULL, NULL, NULL, N'2', N'user:form:phone', N'2', N'1', N'0', NULL, N'0', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-05-11 17:19:30.0000000', N'admin', N'2019-05-11 18:00:22.0000000', N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'200006f0edf145a2b50eacca07585451', N'fb07ca05a3e13674dbf6d3245956da2e', N'搜索列表(应用)', N'/list/search/application', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-12 14:02:51.0000000', N'admin', N'2019-02-12 14:14:01.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'22d6a3d39a59dd7ea9a30acfa6bfb0a5', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO动态表单', N'/online/df/:table/:id', N'modules/online/cgform/auto/OnlineDynamicForm', NULL, NULL, N'1', NULL, NULL, N'9', N'0', NULL, N'0', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-04-22 15:15:43.0000000', N'admin', N'2019-04-30 18:18:26.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'265de841c58907954b8877fb85212622', N'2a470fc0c3954d9dbb61de6d80846549', N'图片拖拽排序', N'/jeecg/imgDragSort', N'jeecg/ImgDragSort', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 10:43:08.0000000', N'admin', N'2019-04-25 10:46:26.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'277bfabef7d76e89b33062b16a9a5020', N'e3c13679c73a4f829bcff2aba8fd68b1', N'基础表单', N'/form/base-form', N'examples/form/BasicForm', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-02-26 17:02:08.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2a470fc0c3954d9dbb61de6d80846549', N'', N'常见案例', N'/jeecg', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'7', N'0', N'qrcode', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:46:42.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2aeddae571695cd6380f6d6d334d6e7d', N'f0675b52d89100ee88472b6800754a08', N'布局统计报表', N'/report/ArchivesStatisticst', N'jeecg/report/ArchivesStatisticst', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-03 18:32:48.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2dbbafa22cda07fa5d169d741b81fe12', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'在线文档', N'{{ window._CONFIG[''domianURL''] }}/doc.html', N'layouts/IframePageView', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-01-30 10:00:01.0000000', N'admin', N'2020-09-09 14:48:58.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2e42e3835c2b44ec9f7bc26c146ee531', N'', N'结果页', N'/result', N'layouts/PageView', NULL, NULL, N'0', NULL, NULL, N'8', N'0', N'check-circle-o', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:46:56.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'339329ed54cf255e1f9392e84f136901', N'2a470fc0c3954d9dbb61de6d80846549', N'helloworld', N'/jeecg/helloworld', N'jeecg/helloworld', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-02-15 16:24:56.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'3f915b2769fc80648e92d04e84ca059d', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'用户管理', N'/isystem/user', N'system/UserList', NULL, NULL, N'1', NULL, NULL, N'1.1', N'0', NULL, N'1', N'0', N'1', N'0', N'0', NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2022-10-14 18:09:03.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'3fac0d3c9cd40fa53ab70d4c583821f8', N'2a470fc0c3954d9dbb61de6d80846549', N'分屏', N'/jeecg/splitPanel', N'jeecg/SplitPanel', NULL, NULL, N'1', NULL, NULL, N'6', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 16:27:06.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4148ec82b6acd69f470bea75fe41c357', N'2a470fc0c3954d9dbb61de6d80846549', N'单表模型示例', N'/jeecg/jeecgDemoList', N'jeecg/JeecgDemoList', N'DemoList', NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', N'1', N'0', N'0', NULL, NULL, N'2018-12-28 15:57:30.0000000', N'admin', N'2022-10-14 19:00:09.0000000', N'0', N'1', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'418964ba087b90a84897b62474496b93', N'540a2936940846cb98114ffb0d145cb8', N'查询表格', N'/list/query-list', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4356a1a67b564f0988a484f5531fd4d9', N'2a470fc0c3954d9dbb61de6d80846549', N'内嵌Table', N'/jeecg/TableExpandeSub', N'jeecg/TableExpandeSub', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-04 22:48:13.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'45c966826eeff4c99b8f8ebfe74511fc', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'部门管理', N'/isystem/depart', N'system/DepartList', NULL, NULL, N'1', NULL, NULL, N'1.4', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-01-29 18:47:40.0000000', N'admin', N'2019-12-25 09:36:47.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4875ebe289344e14844d8e3ea1edd73f', N'', N'详情页', N'/profile', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'8', N'0', N'profile', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:46:48.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4f66409ef3bbd69c1d80469d6e2a885e', N'6e73eb3c26099c191bf03852ee1310a1', N'账户绑定', N'/account/settings/binding', N'account/settings/Binding', NULL, NULL, N'1', N'BindingSettings', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 19:01:20.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4f84f9400e5e92c95f05b554724c2b58', N'540a2936940846cb98114ffb0d145cb8', N'角色列表', N'/list/role-list', N'examples/list/RoleList', NULL, NULL, N'1', NULL, NULL, N'4', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'53a9230444d33de28aa11cc108fb1dba', N'5c8042bd6c601270b2bbd9b20bccc68b', N'我的消息', N'/isps/userAnnouncement', N'system/UserAnnouncementList', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-04-19 10:16:00.0000000', N'admin', N'2019-12-25 09:54:34.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'54097c6a3cf50fad0793a34beff1efdf', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线表单', N'/online/cgformList/:code', N'modules/online/cgform/auto/OnlCgformAutoList', NULL, NULL, N'1', NULL, NULL, N'9', N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-03-19 16:03:06.0000000', N'admin', N'2019-04-30 18:19:03.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'540a2936940846cb98114ffb0d145cb8', N'', N'列表页', N'/list', N'layouts/PageView', NULL, N'/list/query-list', N'0', NULL, NULL, N'9', N'0', N'table', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:20:20.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'54dd5457a3190740005c1bfec55b1c34', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'菜单管理(老)', N'/isystem/permission', N'system/PermissionList', NULL, NULL, N'1', NULL, NULL, N'1.3', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2022-10-14 18:01:41.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'58857ff846e61794c69208e9d3a85466', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'日志管理', N'/isystem/log', N'system/LogList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', N'', N'1', N'1', N'0', N'0', NULL, NULL, NULL, N'2018-12-26 10:11:18.0000000', N'admin', N'2020-09-09 14:48:25.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'58b9204feaf07e47284ddb36cd2d8468', N'2a470fc0c3954d9dbb61de6d80846549', N'图片翻页', N'/jeecg/imgTurnPage', N'jeecg/ImgTurnPage', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 11:36:42.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'5c2f42277948043026b7a14692456828', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'我的部门', N'/isystem/departUserList', N'system/DepartUserList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-04-17 15:12:24.0000000', N'admin', N'2019-12-25 09:35:26.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'5c8042bd6c601270b2bbd9b20bccc68b', N'', N'消息中心', N'/message', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'6', N'0', N'message', N'1', N'0', NULL, N'0', NULL, NULL, N'admin', N'2019-04-09 11:05:04.0000000', N'admin', N'2019-04-11 19:47:54.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'6531cf3421b1265aeeeabaab5e176e6d', N'e3c13679c73a4f829bcff2aba8fd68b1', N'分步表单', N'/form/step-form', N'examples/form/stepForm/StepForm', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'655563cd64b75dcf52ef7bcdd4836953', N'2a470fc0c3954d9dbb61de6d80846549', N'图片预览', N'/jeecg/ImagPreview', N'jeecg/ImagPreview', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-17 11:18:45.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'65a8f489f25a345836b7f44b1181197a', N'c65321e57b7949b7a975313220de0422', N'403', N'/exception/403', N'exception/403', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'6ad53fd1b220989a8b71ff482d683a5a', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多erp风格示例', N'/jeecg/tablist/JeecgOrderDMainList', N'jeecg/tablist/JeecgOrderDMainList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2019-02-20 14:45:09.0000000', N'admin', N'2022-01-17 17:02:51.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'6e73eb3c26099c191bf03852ee1310a1', N'717f6bee46f44a3897eca9abd6e2ec44', N'个人设置', N'/account/settings/BaseSetting', N'account/settings/Index', NULL, NULL, N'1', NULL, NULL, N'2', N'1', NULL, N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-19 09:41:05.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'700b7f95165c46cc7a78bf227aa8fed3', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'性能监控', N'/monitor', N'layouts/RouteView', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-04-02 11:34:34.0000000', N'admin', N'2020-09-09 14:48:51.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'717f6bee46f44a3897eca9abd6e2ec44', N'', N'个人页', N'/account', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'9', N'0', N'user', N'1', N'0', N'0', N'1', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2020-02-23 22:41:37.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'73678f9daa45ed17a3674131b03432fb', N'540a2936940846cb98114ffb0d145cb8', N'权限列表', N'/list/permission-list', N'examples/list/PermissionList', NULL, NULL, N'1', NULL, NULL, N'5', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'7960961b0063228937da5fa8dd73d371', N'2a470fc0c3954d9dbb61de6d80846549', N'JEditableTable示例', N'/jeecg/JEditableTable', N'jeecg/JeecgEditableTableExample', NULL, NULL, N'1', NULL, NULL, N'2.1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-03-22 15:22:18.0000000', N'admin', N'2019-12-25 09:48:16.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'7ac9eb9ccbde2f7a033cd4944272bf1e', N'540a2936940846cb98114ffb0d145cb8', N'卡片列表', N'/list/card', N'examples/list/CardList', NULL, NULL, N'1', NULL, NULL, N'7', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'841057b8a1bef8f6b4b20f9a618a7fa6', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'数据日志', N'/sys/dataLog-list', N'system/DataLogList', NULL, NULL, N'1', NULL, NULL, N'2.1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-03-11 19:26:49.0000000', N'admin', N'2020-09-09 14:48:32.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'882a73768cfd7f78f3a37584f7299656', N'6e73eb3c26099c191bf03852ee1310a1', N'个性化设置', N'/account/settings/custom', N'account/settings/Custom', NULL, NULL, N'1', N'CustomSettings', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 19:00:46.0000000', NULL, N'2018-12-26 21:13:25.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8b3bff2eee6f1939147f5c68292a1642', N'700b7f95165c46cc7a78bf227aa8fed3', N'服务器信息', N'/monitor/SystemInfo', N'modules/monitor/SystemInfo', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 11:39:19.0000000', N'admin', N'2019-04-02 15:40:02.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8d1ebd663688965f1fd86a2f0ead3416', N'700b7f95165c46cc7a78bf227aa8fed3', N'Redis监控', N'/monitor/redis/info', N'modules/monitor/RedisInfo', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 13:11:33.0000000', N'admin', N'2019-05-07 15:18:54.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8d4683aacaa997ab86b966b464360338', N'e41b69c57a941a3bbcce45032fe57605', N'Online表单开发', N'/online/cgform', N'modules/online/cgform/OnlCgformHeadList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', NULL, N'0', NULL, NULL, N'admin', N'2019-03-12 15:48:14.0000000', N'admin', N'2019-06-11 14:19:17.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8fb8172747a78756c11916216b8b8066', N'717f6bee46f44a3897eca9abd6e2ec44', N'工作台', N'/dashboard/workplace', N'dashboard/Workplace', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:45:02.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'944abf0a8fc22fe1f1154a389a574154', N'5c8042bd6c601270b2bbd9b20bccc68b', N'消息管理', N'/modules/message/sysMessageList', N'modules/message/SysMessageList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-09 11:27:53.0000000', N'admin', N'2019-04-09 19:31:23.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9502685863ab87f0ad1134142788a385', N'', N'首页', N'/dashboard/analysis', N'dashboard/Analysis', NULL, NULL, N'0', NULL, NULL, N'0', N'0', N'home', N'1', N'1', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-29 11:04:13.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'97c8629abc7848eccdb6d77c24bb3ebb', N'700b7f95165c46cc7a78bf227aa8fed3', N'磁盘监控', N'/monitor/Disk', N'modules/monitor/DiskMonitoring', NULL, NULL, N'1', NULL, NULL, N'6', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 14:30:06.0000000', N'admin', N'2019-05-05 14:37:14.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9a90363f216a6a08f32eecb3f0bf12a3', N'2a470fc0c3954d9dbb61de6d80846549', N'自定义组件', N'/jeecg/SelectDemo', N'jeecg/SelectDemo', NULL, NULL, N'1', NULL, NULL, N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-03-19 11:19:05.0000000', N'admin', N'2019-12-25 09:47:04.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9cb91b8851db0cf7b19d7ecc2a8193dd', N'1939e035e803a99ceecb6f5563570fb2', N'我的任务表单', N'/modules/bpm/task/form/FormModule', N'modules/bpm/task/form/FormModule', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-03-08 16:49:05.0000000', N'admin', N'2019-03-08 18:37:56.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9fe26464838de2ea5e90f2367e35efa0', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线报表', N'/online/cgreport/:code', N'modules/online/cgreport/auto/OnlCgreportAutoList', N'onlineAutoList', NULL, N'1', NULL, NULL, N'9', N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-03-12 11:06:48.0000000', N'admin', N'2019-04-30 18:19:10.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'a400e4f4d54f79bf5ce160ae432231af', N'2a470fc0c3954d9dbb61de6d80846549', N'JEECG官方网站', N'http://www.jeecg.com', N'layouts/IframePageView', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-01-29 19:44:06.0000000', N'admin', N'2019-02-15 16:25:02.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'ae4fed059f67086fd52a73d913cf473d', N'540a2936940846cb98114ffb0d145cb8', N'内联编辑表格', N'/list/edit-table', N'examples/list/TableInnerEditList', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'aedbf679b5773c1f25e9f7b10111da73', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'SQL监控', N'{{ window._CONFIG[''domianURL''] }}/druid/', N'layouts/IframePageView', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-01-30 09:43:22.0000000', N'admin', N'2020-09-09 14:48:38.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'定时任务', N'/isystem/QuartzJobList', N'system/QuartzJobList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, NULL, N'2019-01-03 09:38:52.0000000', N'admin', N'2020-09-09 14:48:16.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b3c824fc22bd953e2eb16ae6914ac8f9', N'4875ebe289344e14844d8e3ea1edd73f', N'高级详情页', N'/profile/advanced', N'examples/profile/advanced/Advanced', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', N'c65321e57b7949b7a975313220de0422', N'500', N'/exception/500', N'exception/500', NULL, NULL, N'1', NULL, NULL, N'3', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b6bcee2ccc854052d3cc3e9c96d90197', N'71102b3b87fb07e5527bbd2c530dd90a', N'加班申请', N'/modules/extbpm/joa/JoaOvertimeList', N'modules/extbpm/joa/JoaOvertimeList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-03 15:33:10.0000000', N'admin', N'2019-04-03 15:34:48.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'c431130c0bc0ec71b0a5be37747bb36a', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多JEditable', N'/jeecg/JeecgOrderMainListForJEditableTable', N'jeecg/JeecgOrderMainListForJEditableTable', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-03-29 10:51:59.0000000', N'admin', N'2019-04-04 20:09:39.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'c65321e57b7949b7a975313220de0422', NULL, N'异常页', N'/exception', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'8', NULL, N'warning', N'1', N'0', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'c6cf95444d80435eb37b2f9db3971ae6', N'2a470fc0c3954d9dbb61de6d80846549', N'数据回执模拟', N'/jeecg/InterfaceTest', N'jeecg/InterfaceTest', NULL, NULL, N'1', NULL, NULL, N'6', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-19 16:02:23.0000000', N'admin', N'2019-02-21 16:25:45.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'cc50656cf9ca528e6f2150eba4714ad2', N'4875ebe289344e14844d8e3ea1edd73f', N'基础详情页', N'/profile/basic', N'examples/profile/basic/Index', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd07a2c87a451434c99ab06296727ec4f', N'700b7f95165c46cc7a78bf227aa8fed3', N'JVM信息', N'/monitor/JvmInfo', N'modules/monitor/JvmInfo', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-01 23:07:48.0000000', N'admin', N'2019-04-02 11:37:16.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd2bbf9ebca5a8fa2e227af97d2da7548', N'c65321e57b7949b7a975313220de0422', N'404', N'/exception/404', N'exception/404', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'', N'系统管理', N'/isystem', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'4', N'0', N'setting', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:19:52.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd86f58e7ab516d3bc6bfb1fe10585f97', N'717f6bee46f44a3897eca9abd6e2ec44', N'个人中心', N'/account/center', N'account/center/Index', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'de13e0f6328c069748de7399fcc1dbbd', N'fb07ca05a3e13674dbf6d3245956da2e', N'搜索列表(项目)', N'/list/search/project', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-12 14:01:40.0000000', N'admin', N'2019-02-12 14:14:18.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e08cb190ef230d5d4f03824198773950', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'系统通告', N'/isystem/annountCement', N'system/SysAnnouncementList', NULL, NULL, N'1', N'annountCement', NULL, N'6', NULL, N'', N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2019-01-02 17:23:01.0000000', NULL, N'2019-01-02 17:31:23.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e1979bb53e9ea51cecc74d86fd9d2f64', N'2a470fc0c3954d9dbb61de6d80846549', N'PDF预览', N'/jeecg/jeecgPdfView', N'jeecg/JeecgPdfView', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 10:39:35.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e3c13679c73a4f829bcff2aba8fd68b1', N'', N'表单页', N'/form', N'layouts/PageView', NULL, NULL, N'0', NULL, NULL, N'9', N'0', N'form', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:20:14.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e41b69c57a941a3bbcce45032fe57605', N'', N'在线开发', N'/online', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'2', N'0', N'cloud', N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-03-08 10:43:10.0000000', N'admin', N'2021-01-24 14:15:12.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e5973686ed495c379d829ea8b2881fc6', N'e3c13679c73a4f829bcff2aba8fd68b1', N'高级表单', N'/form/advanced-form', N'examples/form/advancedForm/AdvancedForm', NULL, NULL, N'1', NULL, NULL, N'3', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e6bfd1fcabfd7942fdd05f076d1dad38', N'2a470fc0c3954d9dbb61de6d80846549', N'打印测试', N'/jeecg/PrintDemo', N'jeecg/PrintDemo', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-19 15:58:48.0000000', N'admin', N'2019-05-07 20:14:39.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'ebb9d82ea16ad864071158e0c449d186', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'分类字典', N'/isys/category', N'system/SysCategoryList', NULL, NULL, N'1', NULL, N'1', N'5.2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-05-29 18:48:07.0000000', N'admin', N'2020-02-23 22:45:33.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'ec8d607d0156e198b11853760319c646', N'6e73eb3c26099c191bf03852ee1310a1', N'安全设置', N'/account/settings/security', N'account/settings/Security', NULL, NULL, N'1', N'SecuritySettings', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 18:59:52.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f0675b52d89100ee88472b6800754a08', N'', N'统计报表', N'/report', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'1', N'0', N'bar-chart', N'1', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-04-03 18:32:02.0000000', N'admin', N'2022-04-16 23:31:25.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f1cb187abf927c88b89470d08615f5ac', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'数据字典', N'/isystem/dict', N'system/DictList', NULL, NULL, N'1', NULL, NULL, N'5', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, NULL, N'2018-12-28 13:54:43.0000000', N'admin', N'2020-02-23 22:45:25.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f23d9bfff4d9aa6b68569ba2cff38415', N'540a2936940846cb98114ffb0d145cb8', N'标准列表', N'/list/basic-list', N'examples/list/StandardList', NULL, NULL, N'1', NULL, NULL, N'6', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f2849d3814fc97993bfc519ae6bbf049', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO复制表单', N'/online/copyform/:code', N'modules/online/cgform/OnlCgformCopyList', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2019-08-29 16:05:37.0000000', NULL, NULL, N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f780d0d3083d849ccbdb1b1baee4911d', N'5c8042bd6c601270b2bbd9b20bccc68b', N'模板管理', N'/modules/message/sysMessageTemplateList', N'modules/message/SysMessageTemplateList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-09 11:50:31.0000000', N'admin', N'2019-04-12 10:16:34.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fb07ca05a3e13674dbf6d3245956da2e', N'540a2936940846cb98114ffb0d145cb8', N'搜索列表', N'/list/search', N'examples/list/search/SearchLayout', NULL, N'/list/search/article', N'1', NULL, NULL, N'8', N'0', NULL, N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-02-12 15:09:13.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fb367426764077dcf94640c843733985', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多示例', N'/jeecg/JeecgOrderMainList', N'jeecg/JeecgOrderMainList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-15 16:24:11.0000000', N'admin', N'2019-02-18 10:50:14.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fba41089766888023411a978d13c0aa4', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO树表单列表', N'/online/cgformTreeList/:code', N'modules/online/cgform/auto/OnlCgformTreeList', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-05-21 14:46:50.0000000', N'admin', N'2019-06-11 13:52:52.0000000', N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fc810a2267dd183e4ef7c71cc60f4670', N'700b7f95165c46cc7a78bf227aa8fed3', N'请求追踪', N'/monitor/HttpTrace', N'modules/monitor/HttpTrace', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 09:46:19.0000000', N'admin', N'2019-04-02 11:37:27.0000000', N'0', N'0', NULL, NULL) GO INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fedfbf4420536cacc0218557d263dfea', N'6e73eb3c26099c191bf03852ee1310a1', N'新消息通知', N'/account/settings/notification', N'account/settings/Notification', NULL, NULL, N'1', N'NotificationSettings', NULL, NULL, NULL, N'', N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 19:02:05.0000000', NULL, NULL, N'0', N'0', NULL, NULL) GO -- ---------------------------- -- Table structure for sys_permission_data_rule -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_permission_data_rule]') AND type IN ('U')) DROP TABLE [dbo].[sys_permission_data_rule] GO CREATE TABLE [dbo].[sys_permission_data_rule] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [rule_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [rule_column] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [rule_conditions] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [rule_value] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL, [status] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_permission_data_rule] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'permission_id' GO EXEC sp_addextendedproperty 'MS_Description', N'规则名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'rule_name' GO EXEC sp_addextendedproperty 'MS_Description', N'字段', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'rule_column' GO EXEC sp_addextendedproperty 'MS_Description', N'条件', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'rule_conditions' GO EXEC sp_addextendedproperty 'MS_Description', N'规则值', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'rule_value' GO EXEC sp_addextendedproperty 'MS_Description', N'权限有效状态1有0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_data_rule', 'COLUMN', N'update_by' GO -- ---------------------------- -- Records of sys_permission_data_rule -- ---------------------------- INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'1260935285157511170', N'4148ec82b6acd69f470bea75fe41c357', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'0', N'2020-05-14 22:09:34.0000000', N'jeecg', N'2020-05-14 22:13:52.0000000', N'admin') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'1260936345293012993', N'4148ec82b6acd69f470bea75fe41c357', N'年龄', N'age', N'>', N'20', N'1', N'2020-05-14 22:13:46.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'1260937192290762754', N'4148ec82b6acd69f470bea75fe41c357', N'sysOrgCode', N'sysOrgCode', N'RIGHT_LIKE', N'#{sys_org_code}', N'1', N'2020-05-14 22:17:08.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'32b62cb04d6c788d9d92e3ff5e66854e', N'8d4683aacaa997ab86b966b464360338', N'000', N'00', N'!=', N'00', N'1', N'2019-04-02 18:36:08.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'40283181614231d401614234fe670003', N'40283181614231d401614232cd1c0001', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'1', N'2018-01-29 21:57:04.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028318161424e730161424fca6f0004', N'4028318161424e730161424f61510002', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'1', N'2018-01-29 22:26:20.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880e6487e661a01487e732c020005', N'402889fb486e848101486e93a7c80014', N'SYS_ORG_CODE', N'SYS_ORG_CODE', N'LIKE', N'010201%', N'1', N'2014-09-16 20:32:30.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880e6487e661a01487e8153ee0007', N'402889fb486e848101486e93a7c80014', N'create_by', N'create_by', N'', N'#{SYS_USER_CODE}', N'1', N'2014-09-16 20:47:57.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880ec5ddec439015ddf9225060038', N'40288088481d019401481d2fcebf000d', N'复杂关系', N'', N'USE_SQL_RULES', N'name like ''%张%'' or age > 10', N'1', NULL, NULL, N'2017-08-14 15:10:25.0000000', N'demo') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880ec5ddfdd26015ddfe3e0570011', N'4028ab775dca0d1b015dca3fccb60016', N'复杂sql配置', N'', N'USE_SQL_RULES', N'table_name like ''%test%'' or is_tree = ''Y''', N'1', NULL, NULL, N'2017-08-14 16:38:55.0000000', N'demo') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880f25b1e2ac7015b1e5fdebc0012', N'402880f25b1e2ac7015b1e5cdc340010', N'只能看自己数据', N'create_by', N'=', N'#{sys_user_code}', N'1', N'2017-03-30 16:40:51.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881875b19f141015b19f8125e0014', N'40288088481d019401481d2fcebf000d', N'可看下属业务数据', N'sys_org_code', N'LIKE', N'#{sys_org_code}', N'1', NULL, NULL, N'2017-08-14 15:04:32.0000000', N'demo') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e45394d66901539500a4450001', N'402881e54df73c73014df75ab670000f', N'sysCompanyCode', N'sysCompanyCode', N'=', N'#{SYS_COMPANY_CODE}', N'1', N'2016-03-21 01:09:21.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e45394d6690153950177cb0003', N'402881e54df73c73014df75ab670000f', N'sysOrgCode', N'sysOrgCode', N'=', N'#{SYS_ORG_CODE}', N'1', N'2016-03-21 01:10:15.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e56266f43101626727aff60067', N'402881e56266f43101626724eb730065', N'销售自己看自己的数据', N'createBy', N'=', N'#{sys_user_code}', N'1', N'2018-03-27 19:11:16.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e56266f4310162672fb1a70082', N'402881e56266f43101626724eb730065', N'销售经理看所有下级数据', N'sysOrgCode', N'LIKE', N'#{sys_org_code}', N'1', N'2018-03-27 19:20:01.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e56266f431016267387c9f0088', N'402881e56266f43101626724eb730065', N'只看金额大于1000的数据', N'money', N'>=', N'1000', N'1', N'2018-03-27 19:29:37.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881f3650de25101650dfb5a3a0010', N'402881e56266f4310162671d62050044', N'22', N'', N'USE_SQL_RULES', N'22', N'1', N'2018-08-06 14:45:01.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402889fb486e848101486e913cd6000b', N'402889fb486e848101486e8e2e8b0007', N'userName', N'userName', N'=', N'admin', N'1', N'2014-09-13 18:31:25.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402889fb486e848101486e98d20d0016', N'402889fb486e848101486e93a7c80014', N'title', N'title', N'=', N'12', N'1', NULL, NULL, N'2014-09-13 22:18:22.0000000', N'scott') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402889fe47fcb29c0147fcb6b6220001', N'8a8ab0b246dc81120146dc8180fe002b', N'12', N'12', N'>', N'12', N'1', N'2014-08-22 15:55:38.0000000', N'8a8ab0b246dc81120146dc8181950052', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028ab775dca0d1b015dca4183530018', N'4028ab775dca0d1b015dca3fccb60016', N'表名限制', N'isDbSynch', N'=', N'Y', N'1', NULL, NULL, N'2017-08-14 16:43:45.0000000', N'demo') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028ef815595a881015595b0ccb60001', N'40288088481d019401481d2fcebf000d', N'限只能看自己', N'create_by', N'=', N'#{sys_user_code}', N'1', NULL, NULL, N'2017-08-14 15:03:56.0000000', N'demo') GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028ef81574ae99701574aed26530005', N'4028ef81574ae99701574aeb97bd0003', N'用户名', N'userName', N'!=', N'admin', N'1', N'2016-09-21 12:07:18.0000000', N'admin', NULL, NULL) GO INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'f852d85d47f224990147f2284c0c0005', NULL, N'小于', N'test', N'<=', N'11', N'1', N'2014-08-20 14:43:52.0000000', N'8a8ab0b246dc81120146dc8181950052', NULL, NULL) GO -- ---------------------------- -- Table structure for sys_permission_v3 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_permission_v3]') AND type IN ('U')) DROP TABLE [dbo].[sys_permission_v3] GO CREATE TABLE [dbo].[sys_permission_v3] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [component] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [is_route] tinyint NULL, [component_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [redirect] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [menu_type] int NULL, [perms] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [perms_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL, [sort_no] float(53) NULL, [always_show] tinyint NULL, [icon] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [is_leaf] tinyint NULL, [keep_alive] tinyint NULL, [hidden] int NULL, [hide_tab] int NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [del_flag] int NULL, [rule_flag] int NULL, [status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [internal_or_external] tinyint NULL ) GO ALTER TABLE [dbo].[sys_permission_v3] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'父id', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'parent_id' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单标题', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'路径', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'url' GO EXEC sp_addextendedproperty 'MS_Description', N'组件', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'component' GO EXEC sp_addextendedproperty 'MS_Description', N'是否路由菜单: 0:不是 1:是(默认值1)', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'is_route' GO EXEC sp_addextendedproperty 'MS_Description', N'组件名字', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'component_name' GO EXEC sp_addextendedproperty 'MS_Description', N'一级菜单跳转地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'redirect' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'menu_type' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单权限编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'perms' GO EXEC sp_addextendedproperty 'MS_Description', N'权限策略1显示2禁用', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'perms_type' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单排序', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'sort_no' GO EXEC sp_addextendedproperty 'MS_Description', N'聚合子路由: 1是0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'always_show' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单图标', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'icon' GO EXEC sp_addextendedproperty 'MS_Description', N'是否叶子节点: 1是0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'is_leaf' GO EXEC sp_addextendedproperty 'MS_Description', N'是否缓存该页面: 1:是 0:不是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'keep_alive' GO EXEC sp_addextendedproperty 'MS_Description', N'是否隐藏路由: 0否,1是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'hidden' GO EXEC sp_addextendedproperty 'MS_Description', N'是否隐藏tab: 0否,1是', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'hide_tab' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态 0正常 1已删除', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'是否添加数据权限1是0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'rule_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'按钮权限状态(0无效1有效)', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'外链菜单打开方式 0/内部打开 1/外部打开', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3', 'COLUMN', N'internal_or_external' GO EXEC sp_addextendedproperty 'MS_Description', N'菜单权限表', 'SCHEMA', N'dbo', 'TABLE', N'sys_permission_v3' GO -- ---------------------------- -- Records of sys_permission_v3 -- ---------------------------- INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1170592628746878978', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'菜单管理', N'/system/menu', N'system/menu/index', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', N'ant-design:menu-fold-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-09-08 15:00:05.0000000', N'admin', N'2021-09-17 15:40:01.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1211885237487923202', N'1207203817658105858', N'btn:add', N'', N'', N'1', NULL, NULL, N'2', N'btn:add', N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-31 13:42:11.0000000', N'admin', N'2020-01-07 20:07:53.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1214376304951664642', N'3f915b2769fc80648e92d04e84ca059d', N'用户编辑', N'', N'', N'1', NULL, NULL, N'2', N'user:edit', N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-01-07 10:40:47.0000000', N'admin', N'2020-01-07 10:41:04.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1214462306546319362', N'3f915b2769fc80648e92d04e84ca059d', N'新增用户', N'', N'', N'1', NULL, NULL, N'2', N'user:add', N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-01-07 16:22:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1280350452934307841', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'租户管理', N'/system/tenant', N'system/tenant/index', N'1', NULL, NULL, N'1', NULL, N'1', N'99', N'0', N'ant-design:appstore-twotone', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-07 11:58:30.0000000', N'admin', N'2021-09-17 15:40:41.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108176273760258', N'', N'Dashboard', N'/dashboard', N'layouts/default/index', N'1', NULL, N'/dashboard/analysis', N'0', NULL, N'1', N'1', N'0', N'ion:grid-outline', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-10-22 20:39:20.0000000', N'0', N'1', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108176814825473', N'1438108176273760258', N'工作台', N'/dashboard/workbench', N'dashboard/workbench/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', N'ant-design:appstore-twotone', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-17 15:42:42.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108176932265985', N'1438108178010202113', N'权限管理', N'/permission', N'layouts/default/index', N'1', NULL, N'/permission/front/page', N'0', NULL, N'1', N'2', N'0', N'ion:key-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177074872321', N'1438108176932265985', N'基于前端权限', N'/permission/front', NULL, N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177188118529', N'1438108176932265985', N'基于后台权限', N'/permission/back', NULL, N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177351696386', N'1438108177074872321', N'页面权限', N'/permission/front/page', N'demo/permission/front/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-16 14:37:49.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177565605889', N'1438108177074872321', N'按钮权限', N'/permission/front/btn', N'demo/permission/front/Btn', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-15 19:57:23.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177720795137', N'1438108177188118529', N'页面权限', N'/permission/back/page', N'demo/permission/back/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-15 19:56:40.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177880178689', N'1438108177188118529', N'按钮权限', N'/permission/back/btn', N'demo/permission/back/Btn', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-15 19:57:00.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178010202113', N'1438108196993622018', N'功能示例', N'/feat', N'layouts/default/index', N'1', NULL, N'/feat/icon', N'0', NULL, N'1', N'20', N'0', N'ion:git-compare-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178127642626', N'1438108197958315557', N'图标', N'/comp/basic/icon', N'demo/feat/icon/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178257666049', N'1438108178010202113', N'websocket测试', N'/feat/ws', N'demo/feat/ws/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178421243905', N'1438108178010202113', N'登录过期', N'/feat/session-timeout', N'demo/feat/session-timeout/index', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178643542017', N'1438108197958311677', N'打印', N'/comp/third/print', N'demo/feat/print/index', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178781954049', N'1438108197958315557', N'Tab操作', N'/comp/basic/tabs', N'demo/feat/tabs/index', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178781954050', N'1438108197958315557', N'TabDetail', N'/comp/basic/tabs/detail/:id', N'demo/feat/tabs/TabDetail', N'1', NULL, N'/comp/basic/tabs/detail', N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'1', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178911977473', N'1438108187455774722', N'面包屑导航', N'/feat/breadcrumb', N'layouts/default/index', N'1', NULL, N'/feat/breadcrumb/flat', N'1', NULL, N'1', N'5', N'0', N'ant-design:right-square-filled', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-17 15:48:07.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179226550273', N'1438108197958311677', N'右键菜单', N'/comp/third/context-menu', N'demo/feat/context-menu/index', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179381739521', N'1438108197958311677', N'文件下载', N'/comp/third/download', N'demo/feat/download/index', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179599843330', N'1438108197958311677', N'ClickOutSide组件', N'/comp/third/click-out-side', N'demo/feat/click-out-side/index', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179910221825', N'1438108197958311677', N'图片预览', N'/comp/third/img-preview', N'demo/feat/img-preview/index', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180077993985', N'1438108197958311677', N'剪切板', N'/comp/third/copy', N'demo/feat/copy/index', N'1', NULL, NULL, N'1', NULL, N'1', N'10', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180258349057', N'1438108197958315557', N'消息提示', N'/comp/basic/msg', N'demo/feat/msg/index', N'1', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180434509826', N'1438108197958311677', N'水印', N'/comp/third/watermark', N'demo/feat/watermark/index', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180631642113', N'1438108197958311677', N'水波纹', N'/comp/third/ripple', N'demo/feat/ripple/index', N'1', NULL, NULL, N'1', NULL, N'1', N'13', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180770054145', N'1438108178010202113', N'全屏', N'/feat/full-screen', N'demo/feat/full-screen/index', N'1', NULL, NULL, N'1', NULL, N'1', N'14', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108182116425729', N'1438108197958311677', N'日历(New)', N'/comp/third/fullCalendar', N'demo/fullcalendar/index', N'1', NULL, NULL, N'1', NULL, N'1', N'16', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'1', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183085309954', N'1438108178010202113', N'错误日志', N'/feat/error-log', N'sys/error-log/index', N'1', NULL, NULL, N'1', NULL, N'1', N'17', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183219527682', N'1438108196993622018', N'Excel', N'/feat/excel', N'layouts/default/index', N'1', NULL, N'/feat/excel/customExport', N'1', NULL, N'1', N'18', N'0', N'ant-design:file-excel-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-17 15:54:57.0000000', N'1', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183395688450', N'1438108187455774722', N'Tab带参', N'/feat/testTab/:id', N'demo/feat/tab-params/index', N'1', NULL, NULL, N'1', NULL, N'1', N'19', N'0', N'ant-design:insert-row-above-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-17 15:48:57.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183492157442', N'1438108187455774722', N'Menu带参', N'/feat/testParam/:id', N'layouts/default/index', N'1', NULL, NULL, N'1', NULL, N'1', N'20', N'0', N'ant-design:menu-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-17 15:49:12.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183630569474', N'1438108178911977473', N'平级模式', N'/feat/breadcrumb/flat', N'demo/feat/breadcrumb/FlatList', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:12:01.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183630569477', N'1438108178911977473', N'平级详情', N'/feat/breadcrumb/flatDetail', N'demo/feat/breadcrumb/FlatListDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'1', N'1', NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-18 11:07:07.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183777370114', N'1438108183630569474', N'平级详情', N'/feat/breadcrumb/flatDetail', N'demo/feat/breadcrumb/FlatListDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'1', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:13:41.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183907393538', N'1438108178911977473', N'层级模式', N'/feat/breadcrumb/children', N'demo/feat/breadcrumb/ChildrenList', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:11:57.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108184049999873', N'1438108183907393538', N'层级详情', N'/feat/breadcrumb/children/childrenDetail', N'demo/feat/breadcrumb/ChildrenListDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:11:49.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108185660612609', N'1438108183219527682', N'选择导出格式', N'/feat/excel/customExport', N'demo/excel/CustomExport', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:15:59.0000000', N'1', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108185815801858', N'1438108183219527682', N'JSON数据导出', N'/feat/excel/jsonExport', N'demo/excel/JsonExport', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:16:15.0000000', N'1', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108185958408193', N'1438108183219527682', N'Array数据导出', N'/feat/excel/arrayExport', N'demo/excel/ArrayExport', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:16:32.0000000', N'1', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108186289758209', N'1438108183219527682', N'导入', N'/feat/excel/importExcel', N'demo/excel/ImportExcel', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:16:43.0000000', N'1', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108186717577217', N'1438108183492157442', N'Menu带参1', N'/feat/testParam/:id/sub1', N'demo/feat/menu-params/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:17:23.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187103453186', N'1438108183492157442', N'Menu带参2', N'/feat/testParam/:id/sub2', N'demo/feat/menu-params/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:17:36.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187455774722', N'', N'页面&导航', N'/page-demo', N'layouts/default/index', N'1', NULL, N'/page-demo/form/basic', N'0', NULL, N'1', N'12', N'0', N'ion:aperture-outline', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-11-18 10:48:15.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187678072833', N'1438108187455774722', N'表单页', N'/page-demo/form', N'layouts/default/index', N'1', NULL, N'/page-demo/form/basic', N'1', NULL, N'1', N'0', N'0', N'ant-design:form-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-17 15:45:30.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187871010818', N'1438108187455774722', N'详情页', N'/page-demo/desc', N'layouts/default/index', N'1', NULL, N'/page-demo/desc/basic', N'1', NULL, N'1', N'1', N'0', N'ant-design:border-right-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-17 15:46:10.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188034588674', N'1438108187455774722', N'结果页', N'/page-demo/result', N'layouts/default/index', N'1', NULL, N'/page-demo/result/success', N'1', NULL, N'1', N'2', N'0', N'ant-design:account-book-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-17 15:47:04.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188378521602', N'1438108187455774722', N'个人页', N'/page-demo/account', N'layouts/default/index', N'1', NULL, N'/page-demo/account/setting', N'1', NULL, N'1', N'3', N'0', N'ant-design:user-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', N'admin', N'2021-09-17 15:47:23.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188542099458', N'1438108187455774722', N'异常页', N'/page-demo/exception', N'layouts/default/index', N'1', NULL, N'/page-demo/exception/404', N'1', NULL, N'1', N'4', N'0', N'ant-design:bug-twotone', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', N'admin', N'2021-09-17 15:47:41.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188714065922', N'1438108187455774722', N'列表页', N'/page-demo/list', N'layouts/default/index', N'1', NULL, N'/page-demo/list/card', N'1', NULL, N'1', N'5', N'0', N'ant-design:table-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', N'admin', N'2021-09-17 15:48:19.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108189062193153', N'1438108187678072833', N'基础表单', N'/page-demo/form/basic', N'demo/page/form/basic/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108189427097601', N'1438108187678072833', N'分步表单', N'/page-demo/form/step', N'demo/page/form/step/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108189754253313', N'1438108187678072833', N'高级表单', N'/page-demo/form/high', N'demo/page/form/high/index', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108190110769154', N'1438108187871010818', N'基础详情页', N'/page-demo/desc/basic', N'demo/page/desc/basic/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108190404370433', N'1438108187871010818', N'高级详情页', N'/page-demo/desc/high', N'demo/page/desc/high/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108190777663490', N'1438108188034588674', N'成功页', N'/page-demo/result/success', N'demo/page/result/success/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108191356477442', N'1438108188034588674', N'失败页', N'/page-demo/result/fail', N'demo/page/result/fail/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108192623157249', N'1438108188378521602', N'个人中心', N'/page-demo/account/center', N'demo/page/account/center/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108193701093378', N'1438108188378521602', N'个人设置', N'/page-demo/account/setting', N'demo/page/account/setting/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108194992939010', N'1438108188542099458', N'403', N'/page-demo/exception/403', N'sys/exception/NotAccessException', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:02:47.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195307511809', N'1438108188542099458', N'404', N'/page-demo/exception/404', N'sys/exception/Exception', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195487866881', N'1438108188542099458', N'500', N'/page-demo/exception/500', N'sys/exception/ServerErrorException', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:04:34.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195638861825', N'1438108188542099458', N'网络错误', N'/page-demo/exception/net-work-error', N'sys/exception/NetworkErrorException', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:05:05.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195924074497', N'1438108188542099458', N'无数据', N'/page-demo/exception/not-data', N'sys/exception/NotDataErrorException', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:05:40.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196263813121', N'1438108188714065922', N'标准列表', N'/page-demo/list/basic', N'demo/page/list/basic/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196528054273', N'1438108188714065922', N'卡片列表', N'/page-demo/list/card', N'demo/page/list/card/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196855209985', N'1438108188714065922', N'搜索列表', N'/page-demo/list/search', N'demo/page/list/search/index', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196993622018', N'', N'组件&功能', N'/comp', N'layouts/default/index', N'1', NULL, N'/comp/basic', N'0', NULL, N'1', N'11', N'0', N'ion:layers-outline', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-11-18 10:48:06.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197270446081', N'1438108197958311537', N'自定义组件示例', N'/comp/jeecg/basic', N'demo/jeecg/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197790539778', N'1438108197958315557', N'Button组件', N'/comp/basic/button', N'demo/comp/button/index', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 09:31:48.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311537', N'1438108196993622018', N'Jeecg组件示例', N'/comp/jeecg', N'layouts/default/index', N'1', NULL, N'/comp/jeecg/basic', N'1', NULL, N'1', N'1', N'0', N'ant-design:sketch-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:49:57.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311637', N'1438108196993622018', N'弹框抽屉', N'/comp/modal', N'layouts/default/index', N'1', NULL, N'/comp/modal/basic', N'1', NULL, N'1', N'6', N'0', N'ant-design:laptop-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:10.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311677', N'1438108196993622018', N'第三方组件', N'/comp/third', N'layouts/default/index', N'1', NULL, N'/comp/third/basic', N'1', NULL, N'1', N'7', N'0', N'ant-design:slack-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:31.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311937', N'1438108196993622018', N'Form示例', N'/comp/form', N'layouts/default/index', N'1', NULL, N'/comp/form/basic', N'1', NULL, N'1', N'2', N'0', N'ant-design:pic-left-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:50:39.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958315557', N'1438108196993622018', N'基础组件', N'/comp/basic', N'layouts/default/index', N'1', NULL, N'/comp/basic', N'1', NULL, N'1', N'1', N'0', N'ant-design:insert-row-left-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:50:27.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198113501186', N'1438108196993622018', N'Table示例', N'/comp/table', N'layouts/default/index', N'1', NULL, N'/comp/table/basic', N'1', NULL, N'1', N'3', N'0', N'ant-design:table-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:50:51.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198339993602', N'1438108197958311677', N'动画组件', N'/comp/third/transition', N'demo/comp/transition/index', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198679732226', N'1438108197958311537', N'一对多示例', N'/comp/jeecg/oneToMore', N'demo/vextable/index', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198855892993', N'1438108197958311677', N'图片裁剪', N'/comp/third/basic', N'demo/comp/cropper/index', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199120134145', N'1438108197958311677', N'相对时间', N'/comp/third/timestamp', N'demo/comp/time/index', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199304683521', N'1438108197958311677', N'数字动画', N'/comp/third/countTo', N'demo/comp/count-to/index', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199413735425', N'1438108196993622018', N'Tree示例', N'/comp/tree', N'layouts/default/index', N'1', NULL, N'/comp/tree/basic', N'1', NULL, N'1', N'4', N'0', N'ant-design:partition-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:54:17.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199539564546', N'1438108196993622018', N'编辑器', N'/comp/editor', N'layouts/default/index', N'1', NULL, N'/comp/editor/markdown', N'1', NULL, N'1', N'5', N'0', N'ant-design:credit-card-twotone', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:52:47.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199631839234', N'1438108196993622018', N'滚动组件', N'/comp/scroll', N'layouts/default/index', N'1', NULL, N'/comp/scroll/basic', N'1', NULL, N'1', N'11', N'0', N'ant-design:column-height-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:43.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200076435458', N'1438108197958311637', N'弹窗扩展', N'/comp/modal/basic', N'demo/comp/modal/index', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200391008257', N'1438108197958311637', N'抽屉扩展', N'/comp/modal/drawer', N'demo/comp/drawer/index', N'1', NULL, NULL, N'1', NULL, N'1', N'13', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200672026626', N'1438108197958315557', N'详情组件', N'/comp/desc', N'demo/comp/desc/index', N'1', NULL, NULL, N'1', NULL, N'1', N'14', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200802050050', N'1438108196993622018', N'懒加载组件', N'/comp/lazy', N'layouts/default/index', N'1', NULL, N'/comp/lazy/basic', N'1', NULL, N'1', N'15', N'0', N'ant-design:small-dash-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:59.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200919490562', N'1438108196993622018', N'验证组件', N'/comp/verify', N'layouts/default/index', N'1', NULL, N'/comp/verify/drag', N'1', NULL, N'1', N'16', N'0', N'ant-design:field-binary-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', N'admin', N'2021-09-17 15:54:36.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108201150177281', N'1438108197958311677', N'二维码组件', N'/comp/third/qrcode', N'demo/comp/qrcode/index', N'1', NULL, NULL, N'1', NULL, N'1', N'17', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108201502498817', N'1438108197958311677', N'密码强度组件', N'/comp/third/strength-meter', N'demo/comp/strength-meter/index', N'1', NULL, NULL, N'1', NULL, N'1', N'18', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108202060341249', N'1438108197958311677', N'Loading', N'/comp/third/loading', N'demo/comp/loading/index', N'1', NULL, NULL, N'1', NULL, N'1', N'20', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108202366525441', N'1438108197958311937', N'基础表单', N'/comp/form/basic', N'demo/form/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108203649982466', N'1438108197958311937', N'useForm', N'/comp/form/useForm', N'demo/form/UseForm', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108203817754625', N'1438108197958311937', N'RefForm', N'/comp/form/refForm', N'demo/form/RefForm', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204023275521', N'1438108197958311937', N'可收缩表单', N'/comp/form/advancedForm', N'demo/form/AdvancedForm', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204232990721', N'1438108197958311937', N'表单验证', N'/comp/form/ruleForm', N'demo/form/RuleForm', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204400762881', N'1438108197958311937', N'动态表单', N'/comp/form/dynamicForm', N'demo/form/DynamicForm', N'1', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204576923649', N'1438108197958311937', N'自定义组件', N'/comp/form/customerForm', N'demo/form/CustomerForm', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204732112898', N'1438108197958311937', N'表单增删示例', N'/comp/form/appendForm', N'demo/form/AppendForm', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205004742657', N'1438108198113501186', N'基础表格', N'/comp/table/basic', N'demo/table/Basic', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205180903426', N'1438108198113501186', N'树形表格', N'/comp/table/treeTable', N'demo/table/TreeTable', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205357064193', N'1438108198113501186', N'远程加载示例', N'/comp/table/fetchTable', N'demo/table/FetchTable', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205587750914', N'1438108198113501186', N'固定列', N'/comp/table/fixedColumn', N'demo/table/FixedColumn', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205742940161', N'1438108198113501186', N'自定义列', N'/comp/table/customerCell', N'demo/table/CustomerCell', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205919100930', N'1438108198113501186', N'开启搜索区域', N'/comp/table/formTable', N'demo/table/FormTable', N'1', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206086873089', N'1438108198113501186', N'UseTable', N'/comp/table/useTable', N'demo/table/UseTable', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206258839553', N'1438108198113501186', N'RefTable', N'/comp/table/refTable', N'demo/table/RefTable', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206489526274', N'1438108198113501186', N'多级表头', N'/comp/table/multipleHeader', N'demo/table/MultipleHeader', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206661492738', N'1438108198113501186', N'合并单元格', N'/comp/table/mergeHeader', N'demo/table/MergeHeader', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206959288321', N'1438108198113501186', N'嵌套子表格', N'/comp/table/nestedTable', N'demo/table/NestedTable', N'1', NULL, NULL, N'1', NULL, N'1', N'10', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207160614913', N'1438108198113501186', N'可展开表格', N'/comp/table/expandTable', N'demo/table/ExpandTable', N'1', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207374524418', N'1438108198113501186', N'定高/头部自定义', N'/comp/table/fixedHeight', N'demo/table/FixedHeight', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207563268097', N'1438108198113501186', N'表尾行合计', N'/comp/table/footerTable', N'demo/table/FooterTable', N'1', NULL, NULL, N'1', NULL, N'1', N'13', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207793954818', N'1438108198113501186', N'可编辑单元格', N'/comp/table/editCellTable', N'demo/table/EditCellTable', N'1', NULL, NULL, N'1', NULL, N'1', N'14', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208024641538', N'1438108198113501186', N'可编辑行', N'/comp/table/editRowTable', N'demo/table/EditRowTable', N'1', NULL, NULL, N'1', NULL, N'1', N'15', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208297271297', N'1438108198113501186', N'权限列', N'/comp/table/authColumn', N'demo/table/AuthColumn', N'1', NULL, NULL, N'1', NULL, N'1', N'16', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208817364993', N'1438108199413735425', N'基础树', N'/comp/tree/basic', N'demo/tree/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208980942850', N'1438108199413735425', N'可搜索/工具栏', N'/comp/tree/editTree', N'demo/tree/EditTree', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108209228406785', N'1438108199413735425', N'函数操作示例', N'/comp/tree/actionTree', N'demo/tree/ActionTree', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108210117599234', N'1438108199539564546', N'Json编辑器', N'/comp/editor/json', N'demo/editor/json/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108210260205570', N'1438108199539564546', N'markdown编辑器', N'/comp/editor/markdown', NULL, N'1', NULL, N'/comp/editor/markdown/index', N'1', NULL, N'1', N'1', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108211325558785', N'1438108210260205570', N'基础使用', N'/comp/editor/markdown/index', N'demo/editor/markdown/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', N'admin', N'2021-09-16 14:40:59.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108211661103106', N'1438108210260205570', N'嵌入form', N'/comp/editor/markdown/editor', N'demo/editor/markdown/Editor', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', N'admin', N'2021-09-16 14:41:04.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108211778543618', N'1438108199539564546', N'富文本', N'/comp/editor/tinymce', NULL, N'1', NULL, N'/comp/editor/tinymce/index', N'1', NULL, N'1', N'2', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108214882328577', N'1438108211778543618', N'基础使用', N'/comp/editor/tinymce/index', N'demo/editor/tinymce/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215335313409', N'1438108211778543618', N'嵌入form', N'/comp/editor/tinymce/editor', N'demo/editor/tinymce/Editor', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215511474177', N'1438108199631839234', N'基础滚动', N'/comp/scroll/basic', N'demo/comp/scroll/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215687634945', N'1438108199631839234', N'滚动函数', N'/comp/scroll/action', N'demo/comp/scroll/Action', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215989624834', N'1438108199631839234', N'虚拟滚动', N'/comp/scroll/virtualScroll', N'demo/comp/scroll/VirtualScroll', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108216300003330', N'1438108200802050050', N'基础示例', N'/comp/lazy/basic', N'demo/comp/lazy/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108216597798914', N'1438108200802050050', N'动画效果', N'/comp/lazy/transition', N'demo/comp/lazy/Transition', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108216971091969', N'1438108200919490562', N'拖拽校验', N'/comp/verify/drag', N'demo/comp/verify/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108217449242626', N'1438108200919490562', N'图片还原', N'/comp/verify/rotate', N'demo/comp/verify/Rotate', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108217562488834', N'1438108187455774722', N'图表', N'/charts', N'layouts/default/index', N'1', NULL, N'/charts/echarts/map', N'0', NULL, N'1', N'7', N'0', N'ion:bar-chart-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108217860284417', N'1438108217562488834', N'百度地图', N'/charts/baiduMap', N'demo/charts/map/Baidu', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108218049028097', N'1438108217562488834', N'高德地图', N'/charts/aMap', N'demo/charts/map/Gaode', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108218409738242', N'1438108217562488834', N'Echarts', N'/charts/echarts', NULL, N'1', NULL, N'/charts/echarts/map', N'1', NULL, N'1', N'3', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108218787225601', N'1438108218409738242', N'地图', N'/charts/echarts/map', N'demo/charts/Map', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219034689538', N'1438108218409738242', N'折线图', N'/charts/echarts/line', N'demo/charts/Line', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219240210434', N'1438108218409738242', N'饼图', N'/charts/echarts/pie', N'demo/charts/Pie', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219445731330', N'1438108187455774722', N'外部页面', N'/frame', N'layouts/default/index', N'1', NULL, N'/frame/doc', N'0', NULL, N'1', N'8', N'0', N'ion:tv-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219592531970', N'1438108219445731330', N'项目文档(内嵌)', N'/frame/doc', N'http://vue3.jeecg.com', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2021-11-15 17:59:32.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219793858561', N'1438108219445731330', N'antVue文档(内嵌)', N'/frame/antv', N'https://2x.antdv.com/docs/vue/introduce-cn', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2021-11-11 17:11:10.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220137791489', N'1438108219445731330', N'项目文档(外链)', N'/', N'http://vue3.jeecg.com/', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2021-10-25 13:46:59.0000000', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220418809857', N'1438108187455774722', N'多级菜单', N'/level', N'layouts/default/index', N'1', NULL, N'/level/menu1/menu1-1/menu1-1-1', N'0', NULL, N'1', N'9', N'0', N'ion:menu-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220523667458', N'1438108220418809857', N'Menu1', N'/level/menu1', NULL, N'1', NULL, N'/level/menu1/menu1-1/menu1-1-1', N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220724994049', N'1438108220418809857', N'Menu2', N'/level/menu2', N'demo/level/Menu2', N'1', N'Menu2Demo', NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2022-09-20 15:24:13.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220896960513', N'1438108220523667458', N'Menu1-1', N'/level/menu1/menu1-1', NULL, N'1', NULL, N'/level/menu1/menu1-1/menu1-1-1', N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221127647234', N'1438108220896960513', N'Menu1-1-1', N'/level/menu1/menu1-1/menu1-1-1', N'demo/level/Menu111', N'1', N'Menu111Demo', NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2022-09-20 15:24:03.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221270253570', N'1438108220523667458', N'Menu1-2', N'/level/menu1/menu1-2', N'demo/level/Menu12', N'1', N'Menu12Demo', NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2022-09-20 15:24:08.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221551271937', N'', N'Mock示例', N'/system', N'layouts/default/index', N'1', NULL, N'/system/account', N'0', NULL, N'1', N'10', N'0', N'ion:settings-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221849067522', N'1438108221551271937', N'测试功能', N'/system/test', N'demo/system/test/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', N'ant-design:bulb-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:55:36.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108222218166273', N'1438108221551271937', N'账号管理', N'/system/account', N'demo/system/account/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', N'ant-design:user-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:55:46.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108222721482753', N'1438108221551271937', N'账号详情', N'/system/account_detail/:id', N'demo/system/account/AccountDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', N'ant-design:idcard-twotone', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:56:12.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108223489040385', N'1438108221551271937', N'部门管理', N'/system/dept', N'demo/system/dept/index', N'1', NULL, NULL, N'1', NULL, N'1', N'5', N'0', N'ant-design:usergroup-add-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:56:34.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108223661006850', N'1438108221551271937', N'修改密码', N'/system/changePassword', N'demo/system/password/index', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', N'ant-design:field-number-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:56:46.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108225263230978', N'1438108178010202113', N'引导页', N'/setup/index', N'demo/setup/index', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', N'whh:paintroll', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 09:02:19.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108225451974658', N'', N'关于', N'/about/index', N'sys/about/index', N'1', NULL, NULL, N'0', NULL, N'1', N'13', N'0', N'simple-icons:about-dot-me', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438115924159881218', N'1438108183395688450', N'Tab带参1', N'/testTab/id1', N'demo/feat/tab-params/index', N'1', NULL, NULL, N'1', NULL, N'0', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 20:22:10.0000000', N'admin', N'2021-09-16 14:38:32.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438116003012796418', N'1438108183395688450', N'Tab带参2', N'/feat/testTab/id2', N'demo/feat/tab-params/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 20:22:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438469604861403137', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'职务管理', N'/system/position', N'system/position/index', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', N'ant-design:database-filled', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-16 19:47:33.0000000', N'admin', N'2021-09-17 15:58:22.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438782530717495298', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'分类字典', N'/system/category', N'system/category/index', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', N'ant-design:group-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-17 16:31:01.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438782641187074050', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'数据字典', N'/system/dict', N'system/dict/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', N'ant-design:hdd-twotone', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-17 16:31:27.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438782851980210178', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通知公告', N'/system/notice', N'system/notice/index', N'1', NULL, NULL, N'1', NULL, N'0', N'8', N'0', N'ant-design:bell-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-17 16:32:17.0000000', N'admin', N'2021-09-17 16:36:15.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438783058792951810', N'1438108197958311537', N'单表示例', N'/system/examples/demo', N'system/examples/demo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-17 16:33:07.0000000', N'admin', N'2021-12-08 14:10:47.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439398677984878593', N'', N'系统监控', N'/monitor', N'layouts/RouteView', N'1', NULL, NULL, N'0', NULL, N'0', N'5', N'0', N'ant-design:video-camera-filled', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 09:19:22.0000000', N'admin', N'2022-10-14 16:21:08.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439399179791409153', N'1439398677984878593', N'网关路由', N'/monitor/route', N'monitor/route/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', N'ant-design:branches-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 09:21:21.0000000', N'admin', N'2021-09-19 09:26:42.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439488251473993730', N'1439398677984878593', N'定时任务', N'/monitor/quartz', N'monitor/quartz/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', N'ant-design:history-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 15:15:18.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439511654494937090', N'1439398677984878593', N'数据源管理', N'/monitor/datasource', N'monitor/datasource/index', N'1', NULL, NULL, N'1', NULL, N'0', N'3', N'0', N'ant-design:hdd-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 16:48:17.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439531077792473089', N'1439398677984878593', N'数据日志', N'/monitor/datalog', N'monitor/datalog/index', N'1', NULL, NULL, N'1', NULL, N'0', N'4', N'0', N'ant-design:funnel-plot-twotone', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 18:05:28.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439533711676973057', N'1439398677984878593', N'日志管理', N'/monitor/log', N'monitor/log/index', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', N'ant-design:interaction-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 18:15:56.0000000', N'admin', N'2021-09-19 18:16:56.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439542701152575489', N'1443390062919208961', N'我的消息', N'/monitor/mynews', N'monitor/mynews/index', N'1', NULL, NULL, N'1', NULL, N'0', N'6', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 18:51:40.0000000', N'admin', N'2022-09-22 10:33:10.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439784356766064642', N'1439398677984878593', N'SQL监控', N'/monitor/druid', N'{{ window._CONFIG[''domianURL''] }}/druid', N'1', NULL, NULL, N'1', NULL, N'0', N'8', N'0', N'ant-design:rocket-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 10:51:55.0000000', N'admin', N'2021-11-15 18:21:20.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439797053314342913', N'1439398677984878593', N'性能监控', N'/monitor/server', N'monitor/server/index', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', N'ant-design:thunderbolt-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 11:42:22.0000000', N'admin', N'2021-09-20 14:13:14.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439839507094740994', N'1439398677984878593', N'Redis监控', N'/monitor/redis', N'monitor/redis/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', N'ant-design:trademark-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 14:31:04.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439842640030113793', N'1439398677984878593', N'请求追踪', N'/monitor/trace', N'monitor/trace/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'ant-design:ie-circle-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 14:43:31.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1441340399835742209', N'1438108197958311537', N'打印示例', N'/jeecg/PrintDemo', N'demo/jeecg/PrintDemo', N'1', NULL, NULL, N'1', NULL, N'0', N'7', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-24 17:55:05.0000000', N'admin', N'2021-09-24 17:55:20.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1441357157443371009', N'1438108197958311537', N'表格合计', N'/jeecg/tableTotal', N'demo/jeecg/TableTotal', N'1', NULL, NULL, N'1', NULL, N'0', N'8', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-24 19:01:40.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1441361249200832513', N'1438108197958311537', N'异步树表格', N'/jeecg/AsyncTreeTable', N'demo/jeecg/AsyncTreeTable', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-24 19:17:56.0000000', N'admin', N'2021-09-26 16:05:55.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1442055284830769154', N'1438108197958311537', N'对象存储', N'/system/ossfile', N'system/ossfile/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'ant-design:file-add-outlined', N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-09-26 17:15:47.0000000', N'admin', N'2022-10-14 16:23:35.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1443390062919208961', N'', N'消息中心', N'/message', N'layouts/default/index', N'1', NULL, N'/message/manage', N'0', NULL, N'0', N'5', N'0', N'ant-design:message-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-30 09:39:43.0000000', N'admin', N'2022-10-14 16:15:30.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1443391584864358402', N'1443390062919208961', N'消息模板', N'/message/template', N'system/message/template/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-30 09:45:45.0000000', N'admin', N'2022-09-22 10:32:42.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1446778415130722306', N'1438108219445731330', N'JEECG官网', N'/', N'http://www.jeecg.com', N'0', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-09 18:03:49.0000000', N'admin', N'2021-11-15 18:01:26.0000000', N'0', N'0', NULL, N'1') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1447535997560909826', N'1438108197270446081', N'禁用', NULL, NULL, N'0', NULL, NULL, N'2', N'demo.dbarray', N'2', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-11 20:14:10.0000000', N'admin', N'2021-10-11 20:18:48.0000000', N'0', N'0', N'1', N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1447763172274495489', N'', N'统计报表', N'/report', N'layouts/default/index', N'1', NULL, NULL, N'0', NULL, N'0', N'4', N'0', N'ant-design:bar-chart-outlined', N'0', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-12 11:16:53.0000000', N'admin', N'2022-10-14 16:15:24.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1447763517847396354', N'1447763172274495489', N'EChartDemo', N'/report/chartDemo', N'report/chartdemo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-12 11:18:15.0000000', N'jeecg', N'2021-10-14 14:36:38.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1448252726202859522', N'1447763172274495489', N'布局统计报表', N'/statisticst', N'report/statisticst/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-13 19:42:12.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1450308897429536769', N'1438108197958311537', N'JVxeTable示例', N'/jeecg/j-vxe-table-demo', N'demo/jeecg/JVxeTableDemo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', NULL, N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-10-19 11:52:41.0000000', N'admin', N'2021-10-19 11:54:46.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1452508868884353026', N'1455100420297859074', N'报表设计器', N'/jmreport', N'{{ window._CONFIG[''domianURL''] }}/jmreport/list?token=${token}', N'1', NULL, NULL, N'1', NULL, N'0', N'3', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-25 13:34:35.0000000', N'admin', N'2022-10-14 16:22:56.0000000', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1453250018282573826', N'1438108197958311537', N'一对多内嵌', N'/innerTable', N'demo/jeecg/InnerExpandTable', N'1', NULL, NULL, N'1', NULL, N'0', N'12', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-27 14:39:39.0000000', N'admin', N'2021-10-27 14:40:29.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1454031324835807233', N'1450308897429536769', N'综合示例', N'/jeecg/j-vxe-table-demo/normal', N'demo/jeecg/JVxeTableDemo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-29 18:24:17.0000000', N'admin', N'2021-10-29 18:25:28.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1454031820661260289', N'1450308897429536769', N'即时保存', N'/jeecg/j-vxe-table-demo/jsbc', N'demo/jeecg/JVxeTableDemo/func-demo/JSBCDemo', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-29 18:26:15.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1454034512171302914', N'1450308897429536769', N'无痕刷新', N'/jeecg/j-vxe-table-demo/whsx', N'demo/jeecg/JVxeTableDemo/func-demo/SocketReload', N'1', NULL, NULL, N'1', NULL, N'0', N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-29 18:36:57.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455019819440021505', N'1450308897429536769', N'弹出子表', N'/jeecg/j-vxe-table-demo/tczb', N'demo/jeecg/JVxeTableDemo/func-demo/PopupSubTable', N'1', NULL, NULL, N'1', NULL, N'0', N'4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 11:52:13.0000000', N'admin', N'2021-11-01 11:52:19.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455067599277662209', N'1450308897429536769', N'布局模板', N'/jeecg/j-vxe-table-demo/layout', N'demo/jeecg/JVxeTableDemo/layout-demo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 15:02:04.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455100420297859074', N'', N'低代码开发', N'/online', N'layouts/default/index', N'1', NULL, N'/online/cgform', N'0', NULL, N'0', N'3', N'0', N'ant-design:cloud-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:12:29.0000000', N'admin', N'2022-10-14 16:09:37.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455101470794850305', N'1455100420297859074', N'Online表单开发', N'/online/cgform', N'super/online/cgform/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:16:40.0000000', N'admin', N'2022-04-04 18:36:25.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455735714507472898', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通讯录', N'/address', N'system/address/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', N'ant-design:book-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-03 11:16:55.0000000', N'admin', N'2021-11-04 19:40:19.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1457678003102879745', N'1455100420297859074', N'系统编码规则', N'/system/fillrule', N'system/fillRule/index', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-08 19:54:53.0000000', N'admin', N'2021-11-18 10:49:40.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1458353686530232321', N'1455100420297859074', N'系统校验规则', N'/system/checkrule', N'system/checkRule/index', N'1', NULL, NULL, N'1', NULL, N'0', N'15', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-10 16:39:48.0000000', N'admin', N'2021-11-18 10:49:48.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1458389305235984385', N'1438108197958311537', N'一对多ERP', N'/erplist', N'demo/jeecg/erplist/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-10 19:01:21.0000000', N'admin', N'2021-11-30 14:06:53.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1460888189937176577', N'1455100420297859074', N'Online报表配置', N'/online/cgreport', N'super/online/cgreport/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-17 16:31:01.0000000', N'admin', N'2021-12-08 10:55:32.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1461270075543347202', N'1455100420297859074', N'Online表单视图', N'/online/copyform/:code', N'super/online/cgform/CgformCopyList', N'1', NULL, NULL, N'1', NULL, N'0', N'99', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-18 17:48:30.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1461291438825558017', N'1455100420297859074', N'AUTO在线报表', N'/online/cgreport/:id', N'super/online/cgreport/auto/OnlCgReportList', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-18 19:13:23.0000000', N'admin', N'2021-11-19 20:16:13.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1463073196350701569', N'1455100420297859074', N'AUTO在线图表', N'/online/graphreport/chart/:code', N'super/online/graphreport/auto/GraphreportAutoChart', N'1', NULL, NULL, N'1', NULL, N'0', N'99', N'0', NULL, N'1', N'1', N'1', N'0', NULL, N'admin', N'2021-11-23 17:13:27.0000000', N'admin', N'2021-11-30 17:30:45.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1465686870713782273', N'1455100420297859074', N'AUTO在线表单', N'/online/cgformList/:id', N'super/online/cgform/auto/default/OnlineAutoList', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-30 22:19:16.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1509417558230999041', N'1455100420297859074', N'AUTO树表单列表', N'/online/cgformTreeList/:id', N'super/online/cgform/auto/tree/OnlineAutoTreeList', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2022-03-31 14:29:24.0000000', NULL, NULL, N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1534418199197323265', N'1438108197958311537', N'单表原生示例', N'/one/OneNativeList', N'demo/jeecg/Native/one/OneNativeList', N'1', NULL, NULL, N'1', NULL, N'0', N'13', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-06-08 14:13:01.0000000', N'admin', N'2022-06-08 14:13:12.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580833876002627585', N'1447763172274495489', N'Online报表例子', N'/online/cgreport/1256627801873821698', N'1', N'0', N'', NULL, N'1', NULL, N'0', N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 16:12:21.0000000', N'admin', N'2022-10-14 16:21:55.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580834045490257922', N'1447763172274495489', N'Online表单例子', N'/online/cgformList/d35109c3632c4952a19ecc094943dd71', N'1', N'0', N'', NULL, N'1', NULL, N'0', N'4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 16:13:02.0000000', N'admin', N'2022-10-14 16:21:59.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580835899477483522', N'1447763172274495489', N'积木报表例子', N'/jmreport/view/961455b47c0b86dc961e90b5893bff05', N'{{ window._CONFIG[''domianURL''] }}/jmreport/view/961455b47c0b86dc961e90b5893bff05?token=${token}', N'1', N'', NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 16:20:24.0000000', N'admin', N'2022-10-14 16:20:51.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580877743141933058', N'1447763172274495489', N'生产销售监控大屏', N'/test/bigScreen1', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index1', N'1', N'', NULL, N'1', NULL, N'0', N'6', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:06:40.0000000', N'admin', N'2022-10-14 19:08:25.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580877931331964929', N'1447763172274495489', N'智慧物流监控大屏', N'/test/bigScreen2', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index2', N'1', N'', NULL, N'1', NULL, N'0', N'7', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:07:25.0000000', N'admin', N'2022-10-14 19:08:15.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580878439417368578', N'1447763172274495489', N'积木大屏案例一', N'/test/jimubig1', N'https://cloud.jimureport.com/bigscreen/#/view/1544988822301962242', N'1', N'', NULL, N'1', NULL, N'0', N'8', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:09:26.0000000', N'admin', N'2022-10-14 19:10:50.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580878668472504321', N'1447763172274495489', N'积木大屏案例二', N'/test/jmbigscreen2', N'https://cloud.jimureport.com/bigscreen/#/view/bs_1394991793166094338', N'1', N'', NULL, N'1', NULL, N'0', N'9', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:10:21.0000000', N'admin', N'2022-10-14 19:11:44.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'190c2b43bec6a5f7a4194a85db67d96a', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'角色管理', N'/system/role', N'system/role/index', N'1', NULL, NULL, N'1', NULL, NULL, N'2', N'0', N'ant-design:solution', N'1', N'1', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2021-09-17 15:58:00.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1a0811914300741f4e11838ff37a1d3a', N'3f915b2769fc80648e92d04e84ca059d', N'手机号禁用', N'', N'', N'0', NULL, NULL, N'2', N'user:form:phone', N'2', N'1', N'0', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-05-11 17:19:30.0000000', N'admin', N'2019-05-11 18:00:22.0000000', N'0', N'0', N'1', NULL) GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'3f915b2769fc80648e92d04e84ca059d', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'用户管理', N'/system/user', N'system/user/index', N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'0', N'ant-design:user', N'0', N'1', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'sunjianlei', N'2021-05-08 09:57:31.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'45c966826eeff4c99b8f8ebfe74511fc', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'部门管理', N'/system/depart', N'system/depart/index', N'1', NULL, NULL, N'1', NULL, NULL, N'3', N'0', N'ant-design:team', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-01-29 18:47:40.0000000', N'admin', N'2021-09-17 15:58:13.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'5c2f42277948043026b7a14692456828', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'我的部门', N'/system/depart-user', N'system/departUser/index', N'1', NULL, NULL, N'1', NULL, NULL, N'4', N'0', N'ant-design:home-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-04-17 15:12:24.0000000', N'admin', N'2021-09-17 15:58:41.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9502685863ab87f0ad1134142788a385', N'1438108176273760258', N'首页', N'/dashboard/analysis', N'dashboard/Analysis', N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'0', N'ant-design:bank-filled', N'1', N'1', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2021-09-17 15:43:16.0000000', N'0', N'0', NULL, N'0') GO INSERT INTO [dbo].[sys_permission_v3] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'', N'系统管理', N'/isystem', N'layouts/RouteView', N'1', NULL, NULL, N'0', NULL, NULL, N'2', N'0', N'ant-design:setting', N'0', N'0', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2020-01-07 11:00:45.0000000', N'0', N'0', NULL, N'0') GO -- ---------------------------- -- Table structure for sys_position -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_position]') AND type IN ('U')) DROP TABLE [dbo].[sys_position] GO CREATE TABLE [dbo].[sys_position] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [post_rank] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [company_id] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_position] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'职务编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'职务名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'职级', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'post_rank' GO EXEC sp_addextendedproperty 'MS_Description', N'公司id', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'company_id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'组织机构编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_position', 'COLUMN', N'sys_org_code' GO -- ---------------------------- -- Records of sys_position -- ---------------------------- INSERT INTO [dbo].[sys_position] ([id], [code], [name], [post_rank], [company_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1185040064792571906', N'devleader', N'研发部经理', N'2', NULL, N'admin', N'2019-10-18 11:49:03.0000000', N'admin', N'2020-02-23 22:55:42.0000000', N'A01') GO INSERT INTO [dbo].[sys_position] ([id], [code], [name], [post_rank], [company_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1256485574212153345', N'总经理', N'laozong', N'5', NULL, N'admin', N'2020-05-02 15:28:00.0000000', N'admin', N'2020-05-02 15:28:03.0000000', N'北京国炬公司') GO -- ---------------------------- -- Table structure for sys_quartz_job -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_quartz_job]') AND type IN ('U')) DROP TABLE [dbo].[sys_quartz_job] GO CREATE TABLE [dbo].[sys_quartz_job] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [del_flag] int NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [job_class_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [cron_expression] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [parameter] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [status] int NULL ) GO ALTER TABLE [dbo].[sys_quartz_job] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'修改人', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'修改时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'任务类名', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'job_class_name' GO EXEC sp_addextendedproperty 'MS_Description', N'cron表达式', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'cron_expression' GO EXEC sp_addextendedproperty 'MS_Description', N'参数', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'parameter' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'状态 0正常 -1停止', 'SCHEMA', N'dbo', 'TABLE', N'sys_quartz_job', 'COLUMN', N'status' GO -- ---------------------------- -- Records of sys_quartz_job -- ---------------------------- INSERT INTO [dbo].[sys_quartz_job] ([id], [create_by], [create_time], [del_flag], [update_by], [update_time], [job_class_name], [cron_expression], [parameter], [description], [status]) VALUES (N'5b3d2c087ad41aa755fc4f89697b01e7', N'admin', N'2019-04-11 19:04:21.0000000', N'0', N'admin', N'2020-05-02 15:48:48.0000000', N'org.jeecg.modules.message.job.SendMsgJob', N'0/50 * * * * ? *', NULL, NULL, N'-1') GO INSERT INTO [dbo].[sys_quartz_job] ([id], [create_by], [create_time], [del_flag], [update_by], [update_time], [job_class_name], [cron_expression], [parameter], [description], [status]) VALUES (N'a253cdfc811d69fa0efc70d052bc8128', N'admin', N'2019-03-30 12:44:48.0000000', N'0', N'admin', N'2020-05-02 15:48:49.0000000', N'org.jeecg.modules.quartz.job.SampleJob', N'0/1 * * * * ?', NULL, NULL, N'-1') GO INSERT INTO [dbo].[sys_quartz_job] ([id], [create_by], [create_time], [del_flag], [update_by], [update_time], [job_class_name], [cron_expression], [parameter], [description], [status]) VALUES (N'df26ecacf0f75d219d746750fe84bbee', NULL, NULL, N'0', N'admin', N'2020-05-02 15:40:35.0000000', N'org.jeecg.modules.quartz.job.SampleParamJob', N'0/1 * * * * ?', N'scott', N'带参测试 后台将每隔1秒执行输出日志', N'-1') GO -- ---------------------------- -- Table structure for sys_role -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_role]') AND type IN ('U')) DROP TABLE [dbo].[sys_role] GO CREATE TABLE [dbo].[sys_role] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [role_name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [role_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_role] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'角色名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'role_name' GO EXEC sp_addextendedproperty 'MS_Description', N'角色编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'role_code' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'description' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_role', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'角色表', 'SCHEMA', N'dbo', 'TABLE', N'sys_role' GO -- ---------------------------- -- Records of sys_role -- ---------------------------- INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1169504891467464705', N'第三方登录角色', N'third_role', N'第三方登录角色', N'admin', N'2019-09-05 14:57:49.0000000', N'admin', N'2020-05-02 18:20:58.0000000') GO INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260924539346472962', N'财务出纳', N'caiwu', NULL, N'admin', N'2020-05-14 21:26:52.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1501570619841810433', N'Vue3角色', N'vue3', NULL, N'admin', N'2022-03-09 22:48:28.0000000', N'admin', N'2022-06-10 10:51:22.0000000') GO INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e51758fa916c881624b046d26bd09230', N'人力资源部', N'hr', NULL, N'admin', N'2019-01-21 18:07:24.0000000', N'admin', N'2019-10-18 11:39:43.0000000') GO INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ee8626f80f7c2619917b6236f3a7f02b', N'临时角色', N'test', N'这是新建的临时角色123', NULL, N'2018-12-20 10:59:04.0000000', N'admin', N'2019-02-19 15:08:37.0000000') GO INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f6817f48af4fb3af11b9e8bf182f618b', N'管理员', N'admin', N'管理员', NULL, N'2018-12-21 18:03:39.0000000', N'admin', N'2019-05-20 11:40:26.0000000') GO -- ---------------------------- -- Table structure for sys_role_index -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_role_index]') AND type IN ('U')) DROP TABLE [dbo].[sys_role_index] GO CREATE TABLE [dbo].[sys_role_index] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [role_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [url] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [component] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [is_route] tinyint NULL, [priority] int NULL, [status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_role_index] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'角色编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'role_code' GO EXEC sp_addextendedproperty 'MS_Description', N'路由地址', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'url' GO EXEC sp_addextendedproperty 'MS_Description', N'组件', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'component' GO EXEC sp_addextendedproperty 'MS_Description', N'是否路由菜单: 0:不是 1:是(默认值1)', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'is_route' GO EXEC sp_addextendedproperty 'MS_Description', N'优先级', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'priority' GO EXEC sp_addextendedproperty 'MS_Description', N'状态0:无效 1:有效', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'角色首页表', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_index' GO -- ---------------------------- -- Records of sys_role_index -- ---------------------------- INSERT INTO [dbo].[sys_role_index] ([id], [role_code], [url], [component], [is_route], [priority], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1549658299929718786', N'admin', N'222', N'22', N'1', N'0', N'0', N'admin', N'2022-07-20 15:31:45.0000000', N'admin', N'2022-07-20 15:31:55.0000000', N'A01') GO -- ---------------------------- -- Table structure for sys_role_permission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_role_permission]') AND type IN ('U')) DROP TABLE [dbo].[sys_role_permission] GO CREATE TABLE [dbo].[sys_role_permission] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [data_rule_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [operate_date] datetime2(7) NULL, [operate_ip] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_role_permission] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'角色id', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_permission', 'COLUMN', N'role_id' GO EXEC sp_addextendedproperty 'MS_Description', N'权限id', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_permission', 'COLUMN', N'permission_id' GO EXEC sp_addextendedproperty 'MS_Description', N'数据权限ids', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_permission', 'COLUMN', N'data_rule_ids' GO EXEC sp_addextendedproperty 'MS_Description', N'操作时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_permission', 'COLUMN', N'operate_date' GO EXEC sp_addextendedproperty 'MS_Description', N'操作ip', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_permission', 'COLUMN', N'operate_ip' GO EXEC sp_addextendedproperty 'MS_Description', N'角色权限表', 'SCHEMA', N'dbo', 'TABLE', N'sys_role_permission' GO -- ---------------------------- -- Records of sys_role_permission -- ---------------------------- INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'00b0748f04d3ea52c8cfa179c1c9d384', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'00b82058779cca5106fbb84783534c9b', N'f6817f48af4fb3af11b9e8bf182f618b', N'4148ec82b6acd69f470bea75fe41c357', N'', NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0254c0b25694ad5479e6d6935bbc176e', N'f6817f48af4fb3af11b9e8bf182f618b', N'944abf0a8fc22fe1f1154a389a574154', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'09bd4fc30ffe88c4a44ed3868f442719', N'f6817f48af4fb3af11b9e8bf182f618b', N'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0c2d2db76ee3aa81a4fe0925b0f31365', N'f6817f48af4fb3af11b9e8bf182f618b', N'024f1fd1283dc632458976463d8984e1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0c6b8facbb1cc874964c87a8cf01e4b1', N'f6817f48af4fb3af11b9e8bf182f618b', N'841057b8a1bef8f6b4b20f9a618a7fa6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0c6e1075e422972083c3e854d9af7851', N'f6817f48af4fb3af11b9e8bf182f618b', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0d9d14bc66e9d5e99b0280095fdc8587', N'ee8626f80f7c2619917b6236f3a7f02b', N'277bfabef7d76e89b33062b16a9a5020', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0dec36b68c234767cd35466efef3b941', N'ee8626f80f7c2619917b6236f3a7f02b', N'54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0e1469997af2d3b97fff56a59ee29eeb', N'f6817f48af4fb3af11b9e8bf182f618b', N'e41b69c57a941a3bbcce45032fe57605', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0f861cb988fdc639bb1ab943471f3a72', N'f6817f48af4fb3af11b9e8bf182f618b', N'97c8629abc7848eccdb6d77c24bb3ebb', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'105c2ac10741e56a618a82cd58c461d7', N'e51758fa916c881624b046d26bd09230', N'1663f3faba244d16c94552f849627d84', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'115a6673ae6c0816d3f60de221520274', N'21c5a3187763729408b40afb0d0fdfa8', N'63b551e81c5956d5c861593d366d8c57', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1185039870491439105', N'f6817f48af4fb3af11b9e8bf182f618b', N'1174506953255182338', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1185039870529187841', N'f6817f48af4fb3af11b9e8bf182f618b', N'1174590283938041857', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1185039870537576450', N'f6817f48af4fb3af11b9e8bf182f618b', N'1166535831146504193', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1197431682208206850', N'f6817f48af4fb3af11b9e8bf182f618b', N'1192318987661234177', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1197795315916271617', N'f6817f48af4fb3af11b9e8bf182f618b', N'109c78a583d4693ce2f16551b7786786', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1197795316268593154', N'f6817f48af4fb3af11b9e8bf182f618b', N'9fe26464838de2ea5e90f2367e35efa0', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423530518761473', N'f6817f48af4fb3af11b9e8bf182f618b', N'1205097455226462210', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423530594258945', N'f6817f48af4fb3af11b9e8bf182f618b', N'1205098241075453953', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423530606841858', N'f6817f48af4fb3af11b9e8bf182f618b', N'1205306106780364802', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423580355481602', N'f6817f48af4fb3af11b9e8bf182f618b', N'190c2b43bec6a5f7a4194a85db67d96a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209654501558046722', N'f6817f48af4fb3af11b9e8bf182f618b', N'f2849d3814fc97993bfc519ae6bbf049', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1231590078632955905', N'f6817f48af4fb3af11b9e8bf182f618b', N'1224641973866467330', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1231590078658121729', N'f6817f48af4fb3af11b9e8bf182f618b', N'1209731624921534465', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1231590078662316033', N'f6817f48af4fb3af11b9e8bf182f618b', N'1229674163694841857', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957949304833', N'ee8626f80f7c2619917b6236f3a7f02b', N'f0675b52d89100ee88472b6800754a08', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957978664962', N'ee8626f80f7c2619917b6236f3a7f02b', N'1232123780958064642', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957978664963', N'ee8626f80f7c2619917b6236f3a7f02b', N'020b06793e4de2eee0007f603000c769', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957987053570', N'ee8626f80f7c2619917b6236f3a7f02b', N'2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232124727411150850', N'f6817f48af4fb3af11b9e8bf182f618b', N'1232123780958064642', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232125488694104066', N'ee8626f80f7c2619917b6236f3a7f02b', N'e41b69c57a941a3bbcce45032fe57605', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260923306820882434', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260923256208216065', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260923306841853953', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260922988733255681', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260928399955836929', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260928341675982849', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260929736852488194', N'ee8626f80f7c2619917b6236f3a7f02b', N'1260929666434318338', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260931414095937537', N'ee8626f80f7c2619917b6236f3a7f02b', N'1260931366557696001', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1269526122208522241', N'f6817f48af4fb3af11b9e8bf182f618b', N'1267412134208319489', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'126ea9faebeec2b914d6d9bef957afb6', N'f6817f48af4fb3af11b9e8bf182f618b', N'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1281494164924653569', N'f6817f48af4fb3af11b9e8bf182f618b', N'1280350452934307841', NULL, N'2020-07-10 15:43:13.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1281494164945625089', N'f6817f48af4fb3af11b9e8bf182f618b', N'1280464606292099074', NULL, N'2020-07-10 15:43:13.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1281494684632473602', N'f6817f48af4fb3af11b9e8bf182f618b', N'1265162119913824258', NULL, N'2020-07-10 15:45:16.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080082485250', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287715272999944193', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080103456769', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287715783966834689', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080116039682', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287716451494510593', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080124428290', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287718919049691137', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080128622593', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287718938179911682', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080141205506', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287718956957810689', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1335960787783098369', N'f6817f48af4fb3af11b9e8bf182f618b', N'1335960713267093506', NULL, N'2020-12-07 22:54:07.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1372092783227596802', N'f6817f48af4fb3af11b9e8bf182f618b', N'1352200630711652354', NULL, N'2021-03-17 15:49:46.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1372092783240179713', N'f6817f48af4fb3af11b9e8bf182f618b', N'1365187528377102337', NULL, N'2021-03-17 15:49:46.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1400734738941505537', N'f6817f48af4fb3af11b9e8bf182f618b', N'1400726868091015170', NULL, N'2021-06-04 16:42:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184491288727554', N'f6817f48af4fb3af11b9e8bf182f618b', N'1404684556047024130', NULL, N'2021-08-16 16:24:33.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184491297116161', N'f6817f48af4fb3af11b9e8bf182f618b', N'1387612436586065922', NULL, N'2021-08-16 16:24:33.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775947751425', N'ee8626f80f7c2619917b6236f3a7f02b', N'1352200630711652354', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775956140034', N'ee8626f80f7c2619917b6236f3a7f02b', N'1205097455226462210', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775956140035', N'ee8626f80f7c2619917b6236f3a7f02b', N'1335960713267093506', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775964528642', N'ee8626f80f7c2619917b6236f3a7f02b', N'1205098241075453953', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775964528643', N'ee8626f80f7c2619917b6236f3a7f02b', N'1205306106780364802', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775972917250', N'ee8626f80f7c2619917b6236f3a7f02b', N'109c78a583d4693ce2f16551b7786786', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775972917251', N'ee8626f80f7c2619917b6236f3a7f02b', N'1192318987661234177', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775972917252', N'ee8626f80f7c2619917b6236f3a7f02b', N'1224641973866467330', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111554', N'ee8626f80f7c2619917b6236f3a7f02b', N'1229674163694841857', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111555', N'ee8626f80f7c2619917b6236f3a7f02b', N'1209731624921534465', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111556', N'ee8626f80f7c2619917b6236f3a7f02b', N'1304032910990495745', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111557', N'ee8626f80f7c2619917b6236f3a7f02b', N'190c2b43bec6a5f7a4194a85db67d96a', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111558', N'ee8626f80f7c2619917b6236f3a7f02b', N'1280350452934307841', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111559', N'ee8626f80f7c2619917b6236f3a7f02b', N'1174506953255182338', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111560', N'ee8626f80f7c2619917b6236f3a7f02b', N'5c2f42277948043026b7a14692456828', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500162', N'ee8626f80f7c2619917b6236f3a7f02b', N'1174590283938041857', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500163', N'ee8626f80f7c2619917b6236f3a7f02b', N'ebb9d82ea16ad864071158e0c449d186', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500164', N'ee8626f80f7c2619917b6236f3a7f02b', N'1404684556047024130', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500165', N'ee8626f80f7c2619917b6236f3a7f02b', N'1265162119913824258', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694465', N'ee8626f80f7c2619917b6236f3a7f02b', N'841057b8a1bef8f6b4b20f9a618a7fa6', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694466', N'ee8626f80f7c2619917b6236f3a7f02b', N'700b7f95165c46cc7a78bf227aa8fed3', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694467', N'ee8626f80f7c2619917b6236f3a7f02b', N'8d1ebd663688965f1fd86a2f0ead3416', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694468', N'ee8626f80f7c2619917b6236f3a7f02b', N'024f1fd1283dc632458976463d8984e1', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694469', N'ee8626f80f7c2619917b6236f3a7f02b', N'8b3bff2eee6f1939147f5c68292a1642', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083074', N'ee8626f80f7c2619917b6236f3a7f02b', N'd07a2c87a451434c99ab06296727ec4f', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083075', N'ee8626f80f7c2619917b6236f3a7f02b', N'fc810a2267dd183e4ef7c71cc60f4670', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083076', N'ee8626f80f7c2619917b6236f3a7f02b', N'97c8629abc7848eccdb6d77c24bb3ebb', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083077', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287715272999944193', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083078', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287715783966834689', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471682', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287716451494510593', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471683', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287718919049691137', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471684', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287718938179911682', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471685', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287718956957810689', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471686', N'ee8626f80f7c2619917b6236f3a7f02b', N'1166535831146504193', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471687', N'ee8626f80f7c2619917b6236f3a7f02b', N'9a90363f216a6a08f32eecb3f0bf12a3', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860289', N'ee8626f80f7c2619917b6236f3a7f02b', N'4356a1a67b564f0988a484f5531fd4d9', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860290', N'ee8626f80f7c2619917b6236f3a7f02b', N'655563cd64b75dcf52ef7bcdd4836953', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860291', N'ee8626f80f7c2619917b6236f3a7f02b', N'1365187528377102337', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860292', N'ee8626f80f7c2619917b6236f3a7f02b', N'6ad53fd1b220989a8b71ff482d683a5a', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860293', N'ee8626f80f7c2619917b6236f3a7f02b', N'7960961b0063228937da5fa8dd73d371', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860294', N'ee8626f80f7c2619917b6236f3a7f02b', N'1387612436586065922', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860295', N'ee8626f80f7c2619917b6236f3a7f02b', N'043780fa095ff1b2bec4dc406d76f023', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776023248897', N'ee8626f80f7c2619917b6236f3a7f02b', N'0620e402857b8c5b605e1ad9f4b89350', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776023248898', N'ee8626f80f7c2619917b6236f3a7f02b', N'c431130c0bc0ec71b0a5be37747bb36a', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776023248899', N'ee8626f80f7c2619917b6236f3a7f02b', N'e1979bb53e9ea51cecc74d86fd9d2f64', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'145eac8dd88eddbd4ce0a800ab40a92c', N'e51758fa916c881624b046d26bd09230', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1496429874513534978', N'f6817f48af4fb3af11b9e8bf182f618b', N'1494641317580423169', NULL, N'2022-02-23 18:20:59.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988789567490', N'1501570619841810433', N'1438108176273760258', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988802150402', N'1501570619841810433', N'1438108176814825473', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988810539010', N'1501570619841810433', N'9502685863ab87f0ad1134142788a385', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988814733313', N'1501570619841810433', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988814733314', N'1501570619841810433', N'3f915b2769fc80648e92d04e84ca059d', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988823121922', N'1501570619841810433', N'1214376304951664642', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988823121923', N'1501570619841810433', N'1214462306546319362', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510529', N'1501570619841810433', N'1a0811914300741f4e11838ff37a1d3a', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510530', N'1501570619841810433', N'190c2b43bec6a5f7a4194a85db67d96a', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510531', N'1501570619841810433', N'1170592628746878978', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510532', N'1501570619841810433', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510533', N'1501570619841810433', N'5c2f42277948043026b7a14692456828', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510534', N'1501570619841810433', N'1438782851980210178', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988839899138', N'1501570619841810433', N'1438782530717495298', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988839899139', N'1501570619841810433', N'1438782641187074050', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988839899140', N'1501570619841810433', N'1455735714507472898', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093442', N'1501570619841810433', N'1442055284830769154', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093443', N'1501570619841810433', N'1280350452934307841', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093444', N'1501570619841810433', N'1439398677984878593', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093445', N'1501570619841810433', N'1439399179791409153', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093446', N'1501570619841810433', N'1439488251473993730', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093447', N'1501570619841810433', N'1438469604861403137', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988852482050', N'1501570619841810433', N'1439511654494937090', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988856676354', N'1501570619841810433', N'1439531077792473089', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988856676355', N'1501570619841810433', N'1439533711676973057', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988860870657', N'1501570619841810433', N'1439784356766064642', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988860870658', N'1501570619841810433', N'1439797053314342913', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988860870659', N'1501570619841810433', N'1439839507094740994', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988869259265', N'1501570619841810433', N'1439842640030113793', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988869259267', N'1501570619841810433', N'1439542701152575489', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988869259269', N'1501570619841810433', N'1452508868884353026', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453570', N'1501570619841810433', N'1447763172274495489', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453571', N'1501570619841810433', N'1447763517847396354', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453573', N'1501570619841810433', N'1448252726202859522', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453574', N'1501570619841810433', N'1438108196993622018', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453575', N'1501570619841810433', N'1438108197958311537', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453576', N'1501570619841810433', N'1438108197270446081', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453577', N'1501570619841810433', N'1447535997560909826', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453578', N'1501570619841810433', N'1438783058792951810', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842177', N'1501570619841810433', N'1438108198679732226', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842178', N'1501570619841810433', N'1441340399835742209', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842179', N'1501570619841810433', N'1441357157443371009', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842180', N'1501570619841810433', N'1453250018282573826', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842181', N'1501570619841810433', N'1458389305235984385', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842182', N'1501570619841810433', N'1455067599277662209', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988890230785', N'1501570619841810433', N'1455019819440021505', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988890230786', N'1501570619841810433', N'1454034512171302914', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988890230787', N'1501570619841810433', N'1454031820661260289', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988898619394', N'1501570619841810433', N'1454031324835807233', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988898619395', N'1501570619841810433', N'1450308897429536769', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988898619396', N'1501570619841810433', N'1441361249200832513', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008001', N'1501570619841810433', N'1438108197958315557', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008002', N'1501570619841810433', N'1438108178127642626', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008003', N'1501570619841810433', N'1438108178781954049', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008004', N'1501570619841810433', N'1438108178781954050', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008005', N'1501570619841810433', N'1438108200672026626', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202306', N'1501570619841810433', N'1438108180258349057', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202307', N'1501570619841810433', N'1438108197790539778', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202308', N'1501570619841810433', N'1438108197958311937', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202309', N'1501570619841810433', N'1438108202366525441', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202310', N'1501570619841810433', N'1438108203649982466', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202311', N'1501570619841810433', N'1438108204400762881', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202312', N'1501570619841810433', N'1438108204576923649', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202313', N'1501570619841810433', N'1438108204732112898', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202314', N'1501570619841810433', N'1438108198113501186', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988919590914', N'1501570619841810433', N'1438108204232990721', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988919590915', N'1501570619841810433', N'1438108204023275521', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988919590916', N'1501570619841810433', N'1438108203817754625', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577222', N'1501570619841810433', N'1438108205004742657', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577223', N'1501570619841810433', N'1438108205180903426', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577224', N'1501570619841810433', N'1438108205357064193', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577225', N'1501570619841810433', N'1438108205587750914', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577226', N'1501570619841810433', N'1438108205742940161', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577227', N'1501570619841810433', N'1438108205919100930', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577228', N'1501570619841810433', N'1438108206086873089', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965825', N'1501570619841810433', N'1438108206258839553', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965826', N'1501570619841810433', N'1438108206489526274', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965827', N'1501570619841810433', N'1438108206661492738', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965828', N'1501570619841810433', N'1438108206959288321', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965829', N'1501570619841810433', N'1438108207160614913', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965830', N'1501570619841810433', N'1438108207374524418', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965831', N'1501570619841810433', N'1438108207563268097', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965832', N'1501570619841810433', N'1438108207793954818', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965833', N'1501570619841810433', N'1438108208024641538', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965834', N'1501570619841810433', N'1438108208297271297', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354434', N'1501570619841810433', N'1438108199413735425', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354435', N'1501570619841810433', N'1438108208817364993', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354436', N'1501570619841810433', N'1438108208980942850', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354437', N'1501570619841810433', N'1438108209228406785', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354438', N'1501570619841810433', N'1438108199539564546', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548738', N'1501570619841810433', N'1438108210117599234', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548739', N'1501570619841810433', N'1438108210260205570', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548740', N'1501570619841810433', N'1438108211325558785', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548741', N'1501570619841810433', N'1438108211661103106', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548742', N'1501570619841810433', N'1438108211778543618', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548743', N'1501570619841810433', N'1438108214882328577', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548744', N'1501570619841810433', N'1438108215335313409', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548745', N'1501570619841810433', N'1438108197958311637', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548746', N'1501570619841810433', N'1438108200076435458', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548747', N'1501570619841810433', N'1438108200391008257', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548748', N'1501570619841810433', N'1438108197958311677', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548749', N'1501570619841810433', N'1438108178643542017', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548750', N'1501570619841810433', N'1438108179226550273', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548751', N'1501570619841810433', N'1438108179381739521', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937345', N'1501570619841810433', N'1438108198855892993', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937346', N'1501570619841810433', N'1438108179599843330', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937347', N'1501570619841810433', N'1438108199120134145', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937348', N'1501570619841810433', N'1438108179910221825', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937349', N'1501570619841810433', N'1438108198339993602', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937350', N'1501570619841810433', N'1438108199304683521', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937351', N'1501570619841810433', N'1438108180077993985', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937352', N'1501570619841810433', N'1438108180434509826', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937353', N'1501570619841810433', N'1438108180631642113', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937354', N'1501570619841810433', N'1438108182116425729', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937355', N'1501570619841810433', N'1438108201150177281', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937356', N'1501570619841810433', N'1438108201502498817', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937358', N'1501570619841810433', N'1438108202060341249', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325954', N'1501570619841810433', N'1438108199631839234', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325955', N'1501570619841810433', N'1438108215511474177', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325956', N'1501570619841810433', N'1438108215687634945', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325957', N'1501570619841810433', N'1438108215989624834', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325958', N'1501570619841810433', N'1438108200802050050', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325959', N'1501570619841810433', N'1438108216300003330', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325960', N'1501570619841810433', N'1438108216597798914', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325961', N'1501570619841810433', N'1438108200919490562', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325962', N'1501570619841810433', N'1438108216971091969', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325963', N'1501570619841810433', N'1438108217449242626', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325964', N'1501570619841810433', N'1438108183219527682', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325965', N'1501570619841810433', N'1438108185660612609', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714561', N'1501570619841810433', N'1438108185815801858', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714562', N'1501570619841810433', N'1438108185958408193', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714563', N'1501570619841810433', N'1438108186289758209', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714564', N'1501570619841810433', N'1438108178010202113', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714565', N'1501570619841810433', N'1438108178257666049', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714566', N'1501570619841810433', N'1438108176932265985', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714567', N'1501570619841810433', N'1438108177074872321', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714568', N'1501570619841810433', N'1438108177351696386', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714569', N'1501570619841810433', N'1438108177565605889', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714570', N'1501570619841810433', N'1438108177188118529', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714571', N'1501570619841810433', N'1438108177720795137', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714572', N'1501570619841810433', N'1438108177880178689', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714573', N'1501570619841810433', N'1438108178421243905', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714574', N'1501570619841810433', N'1438108225263230978', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714575', N'1501570619841810433', N'1438108180770054145', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514132103169', N'1501570619841810433', N'1438108183085309954', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514165657602', N'1501570619841810433', N'1438108225451974658', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194927464450', N'1501570619841810433', N'1438108187455774722', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194935853057', N'1501570619841810433', N'1438108187678072833', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194935853058', N'1501570619841810433', N'1438108189062193153', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194935853059', N'1501570619841810433', N'1438108189427097601', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047361', N'1501570619841810433', N'1438108189754253313', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047362', N'1501570619841810433', N'1438108187871010818', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047363', N'1501570619841810433', N'1438108190110769154', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047364', N'1501570619841810433', N'1438108190404370433', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047365', N'1501570619841810433', N'1438108188034588674', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047366', N'1501570619841810433', N'1438108190777663490', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047367', N'1501570619841810433', N'1438108191356477442', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047368', N'1501570619841810433', N'1438108188378521602', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047369', N'1501570619841810433', N'1438108192623157249', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047370', N'1501570619841810433', N'1438108193701093378', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047371', N'1501570619841810433', N'1438108188542099458', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047372', N'1501570619841810433', N'1438108194992939010', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047373', N'1501570619841810433', N'1438108195307511809', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047374', N'1501570619841810433', N'1438108195487866881', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047375', N'1501570619841810433', N'1438108195638861825', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047376', N'1501570619841810433', N'1438108195924074497', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047377', N'1501570619841810433', N'1438108178911977473', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435969', N'1501570619841810433', N'1438108183630569474', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435970', N'1501570619841810433', N'1438108183630569477', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435971', N'1501570619841810433', N'1438108183907393538', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435972', N'1501570619841810433', N'1438108184049999873', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435973', N'1501570619841810433', N'1438108188714065922', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435974', N'1501570619841810433', N'1438108196263813121', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435975', N'1501570619841810433', N'1438108196528054273', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630273', N'1501570619841810433', N'1438108196855209985', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630274', N'1501570619841810433', N'1438108217562488834', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630275', N'1501570619841810433', N'1438108217860284417', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630276', N'1501570619841810433', N'1438108218049028097', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630277', N'1501570619841810433', N'1438108218409738242', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630278', N'1501570619841810433', N'1438108218787225601', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630279', N'1501570619841810433', N'1438108219034689538', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630280', N'1501570619841810433', N'1438108219240210434', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630281', N'1501570619841810433', N'1438108219445731330', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630282', N'1501570619841810433', N'1438108219592531970', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630283', N'1501570619841810433', N'1438108219793858561', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018881', N'1501570619841810433', N'1446778415130722306', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018882', N'1501570619841810433', N'1438108220137791489', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018883', N'1501570619841810433', N'1438108220418809857', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018884', N'1501570619841810433', N'1438108220523667458', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018885', N'1501570619841810433', N'1438108220896960513', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213185', N'1501570619841810433', N'1438108221127647234', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213186', N'1501570619841810433', N'1438108221270253570', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213187', N'1501570619841810433', N'1438108220724994049', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213188', N'1501570619841810433', N'1438108183395688450', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213189', N'1501570619841810433', N'1438115924159881218', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213190', N'1501570619841810433', N'1438116003012796418', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213191', N'1501570619841810433', N'1438108183492157442', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213192', N'1501570619841810433', N'1438108186717577217', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213193', N'1501570619841810433', N'1438108187103453186', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319401824258', N'1501570619841810433', N'1443390062919208961', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212866', N'1501570619841810433', N'1438108223661006850', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212867', N'1501570619841810433', N'1438108223489040385', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212868', N'1501570619841810433', N'1449995470942593026', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212869', N'1501570619841810433', N'1438108222218166273', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212870', N'1501570619841810433', N'1438108221849067522', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212871', N'1501570619841810433', N'1438108221551271937', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212872', N'1501570619841810433', N'1438108222721482753', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328692207617', N'1501570619841810433', N'1443390062919208961', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596226', N'1501570619841810433', N'1438108223661006850', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596227', N'1501570619841810433', N'1438108223489040385', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596228', N'1501570619841810433', N'1449995470942593026', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596229', N'1501570619841810433', N'1438108222218166273', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596230', N'1501570619841810433', N'1438108221849067522', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328708984833', N'1501570619841810433', N'1438108221551271937', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328708984834', N'1501570619841810433', N'1438108222721482753', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522909726999498754', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc9473', NULL, N'2022-05-07 20:02:28.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522909726999498755', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc9472', NULL, N'2022-05-07 20:02:28.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522909726999498756', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc9471', NULL, N'2022-05-07 20:02:28.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522910722202980354', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc94722', NULL, N'2022-05-07 20:06:25.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1523502432196915202', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc94711', NULL, N'2022-05-09 11:17:40.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474562', N'1501570619841810433', N'1455100420297859074', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474563', N'1501570619841810433', N'1463073196350701569', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474564', N'1501570619841810433', N'1461270075543347202', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474565', N'1501570619841810433', N'1458353686530232321', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474566', N'1501570619841810433', N'1457678003102879745', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474567', N'1501570619841810433', N'1509417558230999041', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474568', N'1501570619841810433', N'1465686870713782273', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474570', N'1501570619841810433', N'1461291438825558017', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474571', N'1501570619841810433', N'1460888189937176577', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1532189413441474572', N'1501570619841810433', N'1455101470794850305', NULL, N'2022-06-02 10:36:38.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'154edd0599bd1dc2c7de220b489cd1e2', N'f6817f48af4fb3af11b9e8bf182f618b', N'7ac9eb9ccbde2f7a033cd4944272bf1e', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1572775794261581825', N'1501570619841810433', N'1443391584864358402', NULL, N'2022-09-22 10:32:25.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1572775794269970434', N'1501570619841810433', N'1534418199197323265', NULL, N'2022-09-22 10:32:25.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580834175006171137', N'1501570619841810433', N'1580833876002627585', NULL, N'2022-10-14 16:13:32.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580834175006171138', N'1501570619841810433', N'1580834045490257922', NULL, N'2022-10-14 16:13:32.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580835941080784898', N'1501570619841810433', N'1580835899477483522', NULL, N'2022-10-14 16:20:34.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580861542625955842', N'f6817f48af4fb3af11b9e8bf182f618b', N'1170592628746878978', NULL, N'2022-10-14 18:02:17.0000000', N'0:0:0:0:0:0:0:1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580877977129570306', N'1501570619841810433', N'1580877931331964929', NULL, N'2022-10-14 19:07:36.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580877977129570307', N'1501570619841810433', N'1580877743141933058', NULL, N'2022-10-14 19:07:36.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580878701653643266', N'1501570619841810433', N'1580878439417368578', NULL, N'2022-10-14 19:10:28.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580878701653643267', N'1501570619841810433', N'1580878668472504321', NULL, N'2022-10-14 19:10:28.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580878704803565569', N'1501570619841810433', N'1580878439417368578', NULL, N'2022-10-14 19:10:29.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580878704866480129', N'1501570619841810433', N'1580878668472504321', NULL, N'2022-10-14 19:10:29.0000000', N'127.0.0.1') GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'165acd6046a0eaf975099f46a3c898ea', N'f6817f48af4fb3af11b9e8bf182f618b', N'4f66409ef3bbd69c1d80469d6e2a885e', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1664b92dff13e1575e3a929caa2fa14d', N'f6817f48af4fb3af11b9e8bf182f618b', N'd2bbf9ebca5a8fa2e227af97d2da7548', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'16ef8ed3865ccc6f6306200760896c50', N'ee8626f80f7c2619917b6236f3a7f02b', N'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'17ead5b7d97ed365398ab20009a69ea3', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1ac1688ef8456f384091a03d88a89ab1', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1af4babaa4227c3cbb830bc5eb513abb', N'ee8626f80f7c2619917b6236f3a7f02b', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1ba162bbc2076c25561f8622f610d5bf', N'ee8626f80f7c2619917b6236f3a7f02b', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1c1dbba68ef1817e7fb19c822d2854e8', N'f6817f48af4fb3af11b9e8bf182f618b', N'fb367426764077dcf94640c843733985', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1c55c4ced20765b8ebab383caa60f0b6', N'e51758fa916c881624b046d26bd09230', N'fb367426764077dcf94640c843733985', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1e099baeae01b747d67aca06bdfc34d1', N'e51758fa916c881624b046d26bd09230', N'6ad53fd1b220989a8b71ff482d683a5a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1e47db875601fd97723254046b5bba90', N'f6817f48af4fb3af11b9e8bf182f618b', N'baf16b7174bd821b6bab23fa9abb200d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1fe4d408b85f19618c15bcb768f0ec22', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'20e53c87a785688bdc0a5bb6de394ef1', N'f6817f48af4fb3af11b9e8bf182f618b', N'540a2936940846cb98114ffb0d145cb8', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'248d288586c6ff3bd14381565df84163', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'25491ecbd5a9b34f09c8bc447a10ede1', N'f6817f48af4fb3af11b9e8bf182f618b', N'd07a2c87a451434c99ab06296727ec4f', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'25f5443f19c34d99718a016d5f54112e', N'ee8626f80f7c2619917b6236f3a7f02b', N'6e73eb3c26099c191bf03852ee1310a1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'27489816708b18859768dfed5945c405', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2779cdea8367fff37db26a42c1a1f531', N'f6817f48af4fb3af11b9e8bf182f618b', N'fef097f3903caf3a3c3a6efa8de43fbb', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'296f9c75ca0e172ae5ce4c1022c996df', N'646c628b2b8295fbdab2d34044de0354', N'732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'29fb4d37aa29b9fa400f389237cf9fe7', N'ee8626f80f7c2619917b6236f3a7f02b', N'05b3c82ddb2536a4a5ee1a4c46b5abef', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'29fb6b0ad59a7e911c8d27e0bdc42d23', N'f6817f48af4fb3af11b9e8bf182f618b', N'9a90363f216a6a08f32eecb3f0bf12a3', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2ad37346c1b83ddeebc008f6987b2227', N'f6817f48af4fb3af11b9e8bf182f618b', N'8d1ebd663688965f1fd86a2f0ead3416', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2c462293cbb0eab7e8ae0a3600361b5f', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2dc1a0eb5e39aaa131ddd0082a492d76', N'ee8626f80f7c2619917b6236f3a7f02b', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2ea2382af618ba7d1e80491a0185fb8a', N'ee8626f80f7c2619917b6236f3a7f02b', N'f23d9bfff4d9aa6b68569ba2cff38415', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2fcfa2ac3dcfadc7c67107dae9a0de6d', N'ee8626f80f7c2619917b6236f3a7f02b', N'73678f9daa45ed17a3674131b03432fb', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2fdaed22dfa4c8d4629e44ef81688c6a', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'300c462b7fec09e2ff32574ef8b3f0bd', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'326181da3248a62a05e872119a462be1', N'ee8626f80f7c2619917b6236f3a7f02b', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3369650f5072b330543f8caa556b1b33', N'e51758fa916c881624b046d26bd09230', N'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'35a7e156c20e93aa7e825fe514bf9787', N'e51758fa916c881624b046d26bd09230', N'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'35ac7cae648de39eb56213ca1b649713', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'37112f4d372541e105473f18da3dc50d', N'ee8626f80f7c2619917b6236f3a7f02b', N'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'37789f70cd8bd802c4a69e9e1f633eaa', N'ee8626f80f7c2619917b6236f3a7f02b', N'ae4fed059f67086fd52a73d913cf473d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'381504a717cb3ce77dcd4070c9689a7e', N'ee8626f80f7c2619917b6236f3a7f02b', N'4f84f9400e5e92c95f05b554724c2b58', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'38a2e55db0960262800576e34b3af44c', N'f6817f48af4fb3af11b9e8bf182f618b', N'5c2f42277948043026b7a14692456828', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'38dd7a19711e7ffe864232954c06fae9', N'e51758fa916c881624b046d26bd09230', N'd2bbf9ebca5a8fa2e227af97d2da7548', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3b1886f727ac503c93fecdd06dcb9622', N'f6817f48af4fb3af11b9e8bf182f618b', N'c431130c0bc0ec71b0a5be37747bb36a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3de2a60c7e42a521fecf6fcc5cb54978', N'f6817f48af4fb3af11b9e8bf182f618b', N'2d83d62bd2544b8994c8f38cf17b0ddf', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3e4e38f748b8d87178dd62082e5b7b60', N'f6817f48af4fb3af11b9e8bf182f618b', N'7960961b0063228937da5fa8dd73d371', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3e563751942b0879c88ca4de19757b50', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3f1d04075e3c3254666a4138106a4e51', N'f6817f48af4fb3af11b9e8bf182f618b', N'3fac0d3c9cd40fa53ab70d4c583821f8', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'412e2de37a35b3442d68db8dd2f3c190', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4204f91fb61911ba8ce40afa7c02369f', N'f6817f48af4fb3af11b9e8bf182f618b', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'444126230885d5d38b8fa6072c9f43f8', N'f6817f48af4fb3af11b9e8bf182f618b', N'f780d0d3083d849ccbdb1b1baee4911d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'445656dd187bd8a71605f4bbab1938a3', N'f6817f48af4fb3af11b9e8bf182f618b', N'020b06793e4de2eee0007f603000c769', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'44b5a73541bcb854dd5d38c6d1fb93a1', N'ee8626f80f7c2619917b6236f3a7f02b', N'418964ba087b90a84897b62474496b93', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'455cdb482457f529b79b479a2ff74427', N'f6817f48af4fb3af11b9e8bf182f618b', N'e1979bb53e9ea51cecc74d86fd9d2f64', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'459aa2e7021b435b4d65414cfbc71c66', N'e51758fa916c881624b046d26bd09230', N'4148ec82b6acd69f470bea75fe41c357', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'45a358bb738782d1a0edbf7485e81459', N'f6817f48af4fb3af11b9e8bf182f618b', N'0ac2ad938963b6c6d1af25477d5b8b51', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4c0940badae3ef9231ee9d042338f2a4', N'e51758fa916c881624b046d26bd09230', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4d56ce2f67c94b74a1d3abdbea340e42', N'ee8626f80f7c2619917b6236f3a7f02b', N'd86f58e7ab516d3bc6bfb1fe10585f97', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4dab5a06acc8ef3297889872caa74747', N'f6817f48af4fb3af11b9e8bf182f618b', N'ffb423d25cc59dcd0532213c4a518261', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4e0a37ed49524df5f08fc6593aee875c', N'f6817f48af4fb3af11b9e8bf182f618b', N'f23d9bfff4d9aa6b68569ba2cff38415', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4ea403fc1d19feb871c8bdd9f94a4ecc', N'f6817f48af4fb3af11b9e8bf182f618b', N'2e42e3835c2b44ec9f7bc26c146ee531', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4f254549d9498f06f4cc9b23f3e2c070', N'f6817f48af4fb3af11b9e8bf182f618b', N'93d5cfb4448f11e9916698e7f462b4b6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4faad8ff93cb2b5607cd3d07c1b624ee', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'70b8f33da5f39de1981bf89cf6c99792', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'504e326de3f03562cdd186748b48a8c7', N'f6817f48af4fb3af11b9e8bf182f618b', N'027aee69baee98a0ed2e01806e89c891', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'520b5989e6fe4a302a573d4fee12a40a', N'f6817f48af4fb3af11b9e8bf182f618b', N'6531cf3421b1265aeeeabaab5e176e6d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'54fdf85e52807bdb32ce450814abc256', N'f6817f48af4fb3af11b9e8bf182f618b', N'cc50656cf9ca528e6f2150eba4714ad2', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'57c0b3a547b815ea3ec8e509b08948b3', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'593ee05c4fe4645c7826b7d5e14f23ec', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5affc85021fcba07d81c09a6fdfa8dc6', N'ee8626f80f7c2619917b6236f3a7f02b', N'078f9558cdeab239aecb2bda1a8ed0d1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5d230e6cd2935c4117f6cb9a7a749e39', N'f6817f48af4fb3af11b9e8bf182f618b', N'fc810a2267dd183e4ef7c71cc60f4670', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5de6871fadb4fe1cdd28989da0126b07', N'f6817f48af4fb3af11b9e8bf182f618b', N'a400e4f4d54f79bf5ce160a3432231af', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5e4015a9a641cbf3fb5d28d9f885d81a', N'f6817f48af4fb3af11b9e8bf182f618b', N'2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5e634a89f75b7a421c02aecfd520325f', N'e51758fa916c881624b046d26bd09230', N'339329ed54cf255e1f9392e84f136901', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5e74637c4bec048d1880ad0bd1b00552', N'e51758fa916c881624b046d26bd09230', N'a400e4f4d54f79bf5ce160a3432231af', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5fc194b709336d354640fe29fefd65a3', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'9ba60e626bf2882c31c488aba62b89f0', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'60eda4b4db138bdb47edbe8e10e71675', N'f6817f48af4fb3af11b9e8bf182f618b', N'fb07ca05a3e13674dbf6d3245956da2e', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'61835e48f3e675f7d3f5c9dd3a10dcf3', N'f6817f48af4fb3af11b9e8bf182f618b', N'f0675b52d89100ee88472b6800754a08', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6451dac67ba4acafb570fd6a03f47460', N'ee8626f80f7c2619917b6236f3a7f02b', N'e3c13679c73a4f829bcff2aba8fd68b1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'660fbc40bcb1044738f7cabdf1708c28', N'f6817f48af4fb3af11b9e8bf182f618b', N'b3c824fc22bd953e2eb16ae6914ac8f9', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'66b202f8f84fe766176b3f51071836ef', N'f6817f48af4fb3af11b9e8bf182f618b', N'1367a93f2c410b169faa7abcbad2f77c', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6b605c261ffbc8ac8a98ae33579c8c78', N'f6817f48af4fb3af11b9e8bf182f618b', N'fba41089766888023411a978d13c0aa4', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6c43fd3f10fdaf2a0646434ae68709b5', N'ee8626f80f7c2619917b6236f3a7f02b', N'540a2936940846cb98114ffb0d145cb8', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6c74518eb6bb9a353f6a6c459c77e64b', N'f6817f48af4fb3af11b9e8bf182f618b', N'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6daddafacd7eccb91309530c17c5855d', N'f6817f48af4fb3af11b9e8bf182f618b', N'edfa74d66e8ea63ea432c2910837b150', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6fb4c2142498dd6d5b6c014ef985cb66', N'f6817f48af4fb3af11b9e8bf182f618b', N'6e73eb3c26099c191bf03852ee1310a1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'71a5f54a90aa8c7a250a38b7dba39f6f', N'ee8626f80f7c2619917b6236f3a7f02b', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'737d35f582036cd18bfd4c8e5748eaa4', N'e51758fa916c881624b046d26bd09230', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7413acf23b56c906aedb5a36fb75bd3a', N'f6817f48af4fb3af11b9e8bf182f618b', N'a4fc7b64b01a224da066bb16230f9c5a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588591820806', N'16457350655250432', N'5129710648430592', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588604403712', N'16457350655250432', N'5129710648430593', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588612792320', N'16457350655250432', N'40238597734928384', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588625375232', N'16457350655250432', N'57009744761589760', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588633763840', N'16457350655250432', N'16392452747300864', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588637958144', N'16457350655250432', N'16392767785668608', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588650541056', N'16457350655250432', N'16439068543946752', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'76a54a8cc609754360bf9f57e7dbb2db', N'f6817f48af4fb3af11b9e8bf182f618b', N'c65321e57b7949b7a975313220de0422', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277779875336192', N'496138616573952', N'5129710648430592', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780043108352', N'496138616573952', N'5129710648430593', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780055691264', N'496138616573952', N'15701400130424832', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780064079872', N'496138616573952', N'16678126574637056', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780072468480', N'496138616573952', N'15701915807518720', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780076662784', N'496138616573952', N'15708892205944832', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780085051392', N'496138616573952', N'16678447719911424', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780089245696', N'496138616573952', N'25014528525733888', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780097634304', N'496138616573952', N'56898976661639168', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780135383040', N'496138616573952', N'40238597734928384', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780139577344', N'496138616573952', N'45235621697949696', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780147965952', N'496138616573952', N'45235787867885568', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780156354560', N'496138616573952', N'45235939278065664', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780164743168', N'496138616573952', N'43117268627886080', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780168937472', N'496138616573952', N'45236734832676864', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780181520384', N'496138616573952', N'45237010692050944', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780189908992', N'496138616573952', N'45237170029465600', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780198297600', N'496138616573952', N'57009544286441472', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780206686208', N'496138616573952', N'57009744761589760', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780215074816', N'496138616573952', N'57009981228060672', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780219269120', N'496138616573952', N'56309618086776832', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780227657728', N'496138616573952', N'57212882168844288', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780236046336', N'496138616573952', N'61560041605435392', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780244434944', N'496138616573952', N'61560275261722624', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780257017856', N'496138616573952', N'61560480518377472', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780265406464', N'496138616573952', N'44986029924421632', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780324126720', N'496138616573952', N'45235228800716800', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780332515328', N'496138616573952', N'45069342940860416', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780340903937', N'496138616573952', N'5129710648430594', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780349292544', N'496138616573952', N'16687383932047360', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780357681152', N'496138616573952', N'16689632049631232', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780366069760', N'496138616573952', N'16689745006432256', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780370264064', N'496138616573952', N'16689883993083904', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780374458369', N'496138616573952', N'16690313745666048', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780387041280', N'496138616573952', N'5129710648430595', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780395429888', N'496138616573952', N'16694861252005888', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780403818496', N'496138616573952', N'16695107491205120', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780412207104', N'496138616573952', N'16695243126607872', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780420595712', N'496138616573952', N'75002207560273920', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780428984320', N'496138616573952', N'76215889006956544', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780433178624', N'496138616573952', N'76216071333351424', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780441567232', N'496138616573952', N'76216264070008832', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780449955840', N'496138616573952', N'76216459709124608', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780458344448', N'496138616573952', N'76216594207870976', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780466733056', N'496138616573952', N'76216702639017984', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780475121664', N'496138616573952', N'58480609315524608', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780483510272', N'496138616573952', N'61394706252173312', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780491898880', N'496138616573952', N'61417744146370560', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780496093184', N'496138616573952', N'76606430504816640', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780504481792', N'496138616573952', N'76914082455752704', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780508676097', N'496138616573952', N'76607201262702592', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780517064704', N'496138616573952', N'39915540965232640', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780525453312', N'496138616573952', N'41370251991977984', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780538036224', N'496138616573952', N'45264987354042368', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780546424832', N'496138616573952', N'45265487029866496', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780554813440', N'496138616573952', N'45265762415284224', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780559007744', N'496138616573952', N'45265886315024384', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780567396352', N'496138616573952', N'45266070000373760', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780571590656', N'496138616573952', N'41363147411427328', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780579979264', N'496138616573952', N'41363537456533504', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780588367872', N'496138616573952', N'41364927394353152', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780596756480', N'496138616573952', N'41371711400054784', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780605145088', N'496138616573952', N'41469219249852416', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780613533696', N'496138616573952', N'39916171171991552', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780621922304', N'496138616573952', N'39918482854252544', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780630310912', N'496138616573952', N'41373430515240960', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780718391296', N'496138616573952', N'41375330996326400', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780722585600', N'496138616573952', N'63741744973352960', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780730974208', N'496138616573952', N'42082442672082944', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780739362816', N'496138616573952', N'41376192166629376', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780747751424', N'496138616573952', N'41377034236071936', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780756140032', N'496138616573952', N'56911328312299520', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780764528640', N'496138616573952', N'41378916912336896', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780768722944', N'496138616573952', N'63482475359244288', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780772917249', N'496138616573952', N'64290663792906240', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780785500160', N'496138616573952', N'66790433014943744', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780789694464', N'496138616573952', N'42087054753927168', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780798083072', N'496138616573952', N'67027338952445952', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780806471680', N'496138616573952', N'67027909637836800', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780810665985', N'496138616573952', N'67042515441684480', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780823248896', N'496138616573952', N'67082402312228864', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780827443200', N'496138616573952', N'16392452747300864', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780835831808', N'496138616573952', N'16392767785668608', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780840026112', N'496138616573952', N'16438800255291392', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780844220417', N'496138616573952', N'16438962738434048', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780852609024', N'496138616573952', N'16439068543946752', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860062040064', N'496138616573953', N'5129710648430592', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860070428672', N'496138616573953', N'5129710648430593', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860078817280', N'496138616573953', N'40238597734928384', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860091400192', N'496138616573953', N'43117268627886080', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860099788800', N'496138616573953', N'57009744761589760', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860112371712', N'496138616573953', N'56309618086776832', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860120760320', N'496138616573953', N'44986029924421632', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860129148928', N'496138616573953', N'5129710648430594', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860141731840', N'496138616573953', N'5129710648430595', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860150120448', N'496138616573953', N'75002207560273920', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860158509056', N'496138616573953', N'58480609315524608', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860162703360', N'496138616573953', N'76606430504816640', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860171091968', N'496138616573953', N'76914082455752704', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860179480576', N'496138616573953', N'76607201262702592', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860187869184', N'496138616573953', N'39915540965232640', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860196257792', N'496138616573953', N'41370251991977984', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860204646400', N'496138616573953', N'41363147411427328', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860208840704', N'496138616573953', N'41371711400054784', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860213035009', N'496138616573953', N'39916171171991552', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860221423616', N'496138616573953', N'39918482854252544', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860225617920', N'496138616573953', N'41373430515240960', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860234006528', N'496138616573953', N'41375330996326400', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860242395136', N'496138616573953', N'63741744973352960', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860250783744', N'496138616573953', N'42082442672082944', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860254978048', N'496138616573953', N'41376192166629376', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860263366656', N'496138616573953', N'41377034236071936', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860271755264', N'496138616573953', N'56911328312299520', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860313698304', N'496138616573953', N'41378916912336896', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860322086912', N'496138616573953', N'63482475359244288', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860326281216', N'496138616573953', N'64290663792906240', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860334669824', N'496138616573953', N'66790433014943744', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860343058432', N'496138616573953', N'42087054753927168', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860347252736', N'496138616573953', N'67027338952445952', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860351447041', N'496138616573953', N'67027909637836800', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860359835648', N'496138616573953', N'67042515441684480', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860364029952', N'496138616573953', N'67082402312228864', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860368224256', N'496138616573953', N'16392452747300864', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860372418560', N'496138616573953', N'16392767785668608', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860376612865', N'496138616573953', N'16438800255291392', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860385001472', N'496138616573953', N'16438962738434048', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860389195776', N'496138616573953', N'16439068543946752', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7750f9be48ee09cd561fce718219a3e2', N'ee8626f80f7c2619917b6236f3a7f02b', N'882a73768cfd7f78f3a37584f7299656', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7a5d31ba48fe3fb1266bf186dc5f7ba7', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7a6bca9276c128309c80d21e795c66c6', N'f6817f48af4fb3af11b9e8bf182f618b', N'54097c6a3cf50fad0793a34beff1efdf', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7ca833caa5eac837b7200d8b6de8b2e3', N'f6817f48af4fb3af11b9e8bf182f618b', N'fedfbf4420536cacc0218557d263dfea', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7d2ea745950be3357747ec7750c31c57', N'ee8626f80f7c2619917b6236f3a7f02b', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7de42bdc0b8c5446b7d428c66a7abc12', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7e19d90cec0dd87aaef351b9ff8f4902', N'646c628b2b8295fbdab2d34044de0354', N'f9d3f4f27653a71c52faa9fb8070fbe7', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7f862c47003eb20e8bad05f506371f92', N'ee8626f80f7c2619917b6236f3a7f02b', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'812ed54661b1a24b81b58974691a73f5', N'e51758fa916c881624b046d26bd09230', N'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'83f704524b21b6a3ae324b8736c65333', N'ee8626f80f7c2619917b6236f3a7f02b', N'7ac9eb9ccbde2f7a033cd4944272bf1e', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'84d32474316a43b01256d6644e6e7751', N'ee8626f80f7c2619917b6236f3a7f02b', N'ec8d607d0156e198b11853760319c646', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'84eac2f113c23737128fb099d1d1da89', N'f6817f48af4fb3af11b9e8bf182f618b', N'03dc3d93261dda19fc86dd7ca486c6cf', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'85755a6c0bdff78b3860b52d35310c7f', N'e51758fa916c881624b046d26bd09230', N'c65321e57b7949b7a975313220de0422', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'86060e2867a5049d8a80d9fe5d8bc28b', N'f6817f48af4fb3af11b9e8bf182f618b', N'765dd244f37b804e3d00f475fd56149b', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8703a2410cddb713c33232ce16ec04b9', N'ee8626f80f7c2619917b6236f3a7f02b', N'1367a93f2c410b169faa7abcbad2f77c', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'884f147c20e003cc80ed5b7efa598cbe', N'f6817f48af4fb3af11b9e8bf182f618b', N'e5973686ed495c379d829ea8b2881fc6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'885c1a827383e5b2c6c4f8ca72a7b493', N'ee8626f80f7c2619917b6236f3a7f02b', N'4148ec82b6acd69f470bea75fe41c357', N'', NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8a60df8d8b4c9ee5fa63f48aeee3ec00', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8b09925bdc194ab7f3559cd3a7ea0507', N'f6817f48af4fb3af11b9e8bf182f618b', N'ebb9d82ea16ad864071158e0c449d186', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8b1e326791375f325d3e6b797753b65e', N'ee8626f80f7c2619917b6236f3a7f02b', N'2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8ce1022dac4e558ff9694600515cf510', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8d154c2382a8ae5c8d1b84bd38df2a93', N'f6817f48af4fb3af11b9e8bf182f618b', N'd86f58e7ab516d3bc6bfb1fe10585f97', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8d848ca7feec5b7ebb3ecb32b2c8857a', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'4148ec82b6acd69f470bea75fe41c357', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8dd64f65a1014196078d0882f767cd85', N'f6817f48af4fb3af11b9e8bf182f618b', N'e3c13679c73a4f829bcff2aba8fd68b1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8e3dc1671abad4f3c83883b194d2e05a', N'f6817f48af4fb3af11b9e8bf182f618b', N'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8eec2c510f1ac9c5eee26c041b1f00ca', N'ee8626f80f7c2619917b6236f3a7f02b', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8f762ff80253f634b08cf59a77742ba4', N'ee8626f80f7c2619917b6236f3a7f02b', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'903b790e6090414343502c6dc393b7c9', N'ee8626f80f7c2619917b6236f3a7f02b', N'de13e0f6328c069748de7399fcc1dbbd', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'905bf419332ebcb83863603b3ebe30f0', N'f6817f48af4fb3af11b9e8bf182f618b', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'90996d56357730e173e636b99fc48bea', N'ee8626f80f7c2619917b6236f3a7f02b', N'fb07ca05a3e13674dbf6d3245956da2e', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'90e1c607a0631364eec310f3cc4acebd', N'ee8626f80f7c2619917b6236f3a7f02b', N'4f66409ef3bbd69c1d80469d6e2a885e', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9264104cee9b10c96241d527b2d0346d', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9380121ca9cfee4b372194630fce150e', N'f6817f48af4fb3af11b9e8bf182f618b', N'65a8f489f25a345836b7f44b1181197a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'94911fef73a590f6824105ebf9b6cab3', N'f6817f48af4fb3af11b9e8bf182f618b', N'8b3bff2eee6f1939147f5c68292a1642', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9700d20dbc1ae3cbf7de1c810b521fe6', N'f6817f48af4fb3af11b9e8bf182f618b', N'ec8d607d0156e198b11853760319c646', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'980171fda43adfe24840959b1d048d4d', N'f6817f48af4fb3af11b9e8bf182f618b', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'987c23b70873bd1d6dca52f30aafd8c2', N'f6817f48af4fb3af11b9e8bf182f618b', N'00a2a0ae65cdca5e93209cdbde97cbe6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'98f02353f91dd569e3c6b8fd6b4f4034', N'ee8626f80f7c2619917b6236f3a7f02b', N'6531cf3421b1265aeeeabaab5e176e6d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9b2ad767f9861e64a20b097538feafd3', N'f6817f48af4fb3af11b9e8bf182f618b', N'73678f9daa45ed17a3674131b03432fb', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9d8772c310b675ae43eacdbc6c7fa04a', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'1663f3faba244d16c94552f849627d84', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9d980ec0489040e631a9c24a6af42934', N'f6817f48af4fb3af11b9e8bf182f618b', N'05b3c82ddb2536a4a5ee1a4c46b5abef', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9f8311ecccd44e079723098cf2ffe1cc', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a034ed7c38c996b880d3e78f586fe0ae', N'f6817f48af4fb3af11b9e8bf182f618b', N'c89018ea6286e852b424466fd92a2ffc', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a098e2acc3f90316f161f6648d085640', N'ee8626f80f7c2619917b6236f3a7f02b', N'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a307a9349ad64a2eff8ab69582fa9be4', N'f6817f48af4fb3af11b9e8bf182f618b', N'0620e402857b8c5b605e1ad9f4b89350', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a5d25fdb3c62904a8474182706ce11a0', N'f6817f48af4fb3af11b9e8bf182f618b', N'418964ba087b90a84897b62474496b93', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a66feaaf128417ad762e946abccf27ec', N'ee8626f80f7c2619917b6236f3a7f02b', N'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a72c31a3913c736d4eca11d13be99183', N'e51758fa916c881624b046d26bd09230', N'a44c30db536349e91106223957e684eb', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a7ab87eac0f8fafa2efa4b1f9351923f', N'ee8626f80f7c2619917b6236f3a7f02b', N'fedfbf4420536cacc0218557d263dfea', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'abdc324a2df9f13ee6e73d44c6e62bc8', N'ee8626f80f7c2619917b6236f3a7f02b', N'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'acacce4417e5d7f96a9c3be2ded5b4be', N'f6817f48af4fb3af11b9e8bf182f618b', N'f9d3f4f27653a71c52faa9fb8070fbe7', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ae1852fb349d8513eb3fdc173da3ee56', N'f6817f48af4fb3af11b9e8bf182f618b', N'8d4683aacaa997ab86b966b464360338', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'aefc8c22e061171806e59cd222f6b7e1', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'af60ac8fafd807ed6b6b354613b9ccbc', N'f6817f48af4fb3af11b9e8bf182f618b', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b0c8a20800b8bf1ebdd7be473bceb44f', N'f6817f48af4fb3af11b9e8bf182f618b', N'58b9204feaf07e47284ddb36cd2d8468', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b128ebe78fa5abb54a3a82c6689bdca3', N'f6817f48af4fb3af11b9e8bf182f618b', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b131ebeafcfd059f3c7e542606ea9ff5', N'ee8626f80f7c2619917b6236f3a7f02b', N'e5973686ed495c379d829ea8b2881fc6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b21b07951bb547b09cc85624a841aea0', N'f6817f48af4fb3af11b9e8bf182f618b', N'4356a1a67b564f0988a484f5531fd4d9', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b2b2dcfff6986d3d7f890ea62d474651', N'ee8626f80f7c2619917b6236f3a7f02b', N'200006f0edf145a2b50eacca07585451', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b495a46fa0e0d4637abe0db7fd12fe1a', N'ee8626f80f7c2619917b6236f3a7f02b', N'717f6bee46f44a3897eca9abd6e2ec44', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b64c4ab9cd9a2ea8ac1e9db5fb7cf522', N'f6817f48af4fb3af11b9e8bf182f618b', N'2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'bbec16ad016efec9ea2def38f4d3d9dc', N'f6817f48af4fb3af11b9e8bf182f618b', N'13212d3416eb690c2e1d5033166ff47a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'bd30561f141f07827b836878137fddd8', N'e51758fa916c881624b046d26bd09230', N'65a8f489f25a345836b7f44b1181197a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'be8e5a9080569e59863f20c4c57a8e22', N'f6817f48af4fb3af11b9e8bf182f618b', N'22d6a3d39a59dd7ea9a30acfa6bfb0a5', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c09373ebfc73fb5740db5ff02cba4f91', N'f6817f48af4fb3af11b9e8bf182f618b', N'339329ed54cf255e1f9392e84f136901', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c56fb1658ee5f7476380786bf5905399', N'f6817f48af4fb3af11b9e8bf182f618b', N'de13e0f6328c069748de7399fcc1dbbd', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c689539d20a445b0896270290c58d01f', N'e51758fa916c881624b046d26bd09230', N'13212d3416eb690c2e1d5033166ff47a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c6fee38d293b9d0596436a0cbd205070', N'f6817f48af4fb3af11b9e8bf182f618b', N'4f84f9400e5e92c95f05b554724c2b58', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c8571839e6b14796e661f3e2843b80b6', N'ee8626f80f7c2619917b6236f3a7f02b', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c90b0b01c7ca454d2a1cb7408563e696', N'f6817f48af4fb3af11b9e8bf182f618b', N'882a73768cfd7f78f3a37584f7299656', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c9d35261cccd67ab2932107a0967a7d7', N'e51758fa916c881624b046d26bd09230', N'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ced80e43584ce15e97bb07298e93020d', N'e51758fa916c881624b046d26bd09230', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'cf1feb1bf69eafc982295ad6c9c8d698', N'f6817f48af4fb3af11b9e8bf182f618b', N'a2b11669e98c5fe54a53c3e3c4f35d14', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'cf2ef620217673e4042f695743294f01', N'f6817f48af4fb3af11b9e8bf182f618b', N'717f6bee46f44a3897eca9abd6e2ec44', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'cf43895aef7fc684669483ab00ef2257', N'f6817f48af4fb3af11b9e8bf182f618b', N'700b7f95165c46cc7a78bf227aa8fed3', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd03d792b0f312e7b490afc5cec3dd6c5', N'e51758fa916c881624b046d26bd09230', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd281a95b8f293d0fa2a136f46c4e0b10', N'f6817f48af4fb3af11b9e8bf182f618b', N'5c8042bd6c601270b2bbd9b20bccc68b', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd37ad568e26f46ed0feca227aa9c2ffa', N'f6817f48af4fb3af11b9e8bf182f618b', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd3ddcacee1acdfaa0810618b74e38ef2', N'f6817f48af4fb3af11b9e8bf182f618b', N'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd3fe195d59811531c05d31d8436f5c8b', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd5267597a4450f06d49d2fb63859641a', N'e51758fa916c881624b046d26bd09230', N'2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd83282192a69514cfe6161b3087ff962', N'f6817f48af4fb3af11b9e8bf182f618b', N'53a9230444d33de28aa11cc108fb1dba', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd8a5c9079df12090e108e21be94b4fd7', N'f6817f48af4fb3af11b9e8bf182f618b', N'078f9558cdeab239aecb2bda1a8ed0d1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'dbc5dd836d45c5bc7bc94b22596ab956', N'f6817f48af4fb3af11b9e8bf182f618b', N'1939e035e803a99ceecb6f5563570fb2', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'dc83bb13c0e8c930e79d28b2db26f01f', N'f6817f48af4fb3af11b9e8bf182f618b', N'63b551e81c5956d5c861593d366d8c57', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'dc8fd3f79bd85bd832608b42167a1c71', N'f6817f48af4fb3af11b9e8bf182f618b', N'91c23960fab49335831cf43d820b0a61', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'de82e89b8b60a3ea99be5348f565c240', N'f6817f48af4fb3af11b9e8bf182f618b', N'56ca78fe0f22d815fabc793461af67b8', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'de8f43229e351d34af3c95b1b9f0a15d', N'f6817f48af4fb3af11b9e8bf182f618b', N'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e258ca8bf7ee168b93bfee739668eb15', N'ee8626f80f7c2619917b6236f3a7f02b', N'fb367426764077dcf94640c843733985', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e339f7db7418a4fd2bd2c113f1182186', N'ee8626f80f7c2619917b6236f3a7f02b', N'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e3e922673f4289b18366bb51b6200f17', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e7467726ee72235baaeb47df04a35e73', N'f6817f48af4fb3af11b9e8bf182f618b', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'eaef4486f1c9b0408580bbfa2037eb66', N'f6817f48af4fb3af11b9e8bf182f618b', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ec4bc97829ab56afd83f428b6dc37ff6', N'f6817f48af4fb3af11b9e8bf182f618b', N'200006f0edf145a2b50eacca07585451', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ec846a3f85fdb6813e515be71f11b331', N'f6817f48af4fb3af11b9e8bf182f618b', N'732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ec93bb06f5be4c1f19522ca78180e2ef', N'f6817f48af4fb3af11b9e8bf182f618b', N'265de841c58907954b8877fb85212622', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ecdd72fe694e6bba9c1d9fc925ee79de', N'f6817f48af4fb3af11b9e8bf182f618b', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'edefd8d468f5727db465cf1b860af474', N'f6817f48af4fb3af11b9e8bf182f618b', N'6ad53fd1b220989a8b71ff482d683a5a', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ef8bdd20d29447681ec91d3603e80c7b', N'f6817f48af4fb3af11b9e8bf182f618b', N'ae4fed059f67086fd52a73d913cf473d', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f12b6c90e8913183d7ca547c66600891', N'e51758fa916c881624b046d26bd09230', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f177acac0276329dc66af0c9ad30558a', N'f6817f48af4fb3af11b9e8bf182f618b', N'c2c356bf4ddd29975347a7047a062440', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f17ab8ad1e71341140857ef4914ef297', N'21c5a3187763729408b40afb0d0fdfa8', N'732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f99f99cc3bc27220cdd4f5aced33b7d7', N'f6817f48af4fb3af11b9e8bf182f618b', N'655563cd64b75dcf52ef7bcdd4836953', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fafe73c4448b977fe42880a6750c3ee8', N'f6817f48af4fb3af11b9e8bf182f618b', N'9cb91b8851db0cf7b19d7ecc2a8193dd', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fced905c7598973b970d42d833f73474', N'f6817f48af4fb3af11b9e8bf182f618b', N'4875ebe289344e14844d8e3ea1edd73f', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fd86f6b08eb683720ba499f9d9421726', N'ee8626f80f7c2619917b6236f3a7f02b', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fd97963dc5f144d3aecfc7045a883427', N'f6817f48af4fb3af11b9e8bf182f618b', N'043780fa095ff1b2bec4dc406d76f023', NULL, NULL, NULL) GO INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fed41a4671285efb266cd404f24dd378', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'00a2a0ae65cdca5e93209cdbde97cbe6', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for sys_sms -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_sms]') AND type IN ('U')) DROP TABLE [dbo].[sys_sms] GO CREATE TABLE [dbo].[sys_sms] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [es_title] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [es_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [es_receiver] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [es_param] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [es_content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [es_send_time] datetime2(7) NULL, [es_send_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL, [es_send_num] int NULL, [es_result] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [remark] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL ) GO ALTER TABLE [dbo].[sys_sms] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'消息标题', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_title' GO EXEC sp_addextendedproperty 'MS_Description', N'发送方式:参考枚举MessageTypeEnum', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_type' GO EXEC sp_addextendedproperty 'MS_Description', N'接收人', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_receiver' GO EXEC sp_addextendedproperty 'MS_Description', N'发送所需参数Json格式', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_param' GO EXEC sp_addextendedproperty 'MS_Description', N'推送内容', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_content' GO EXEC sp_addextendedproperty 'MS_Description', N'推送时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_send_time' GO EXEC sp_addextendedproperty 'MS_Description', N'推送状态 0未推送 1推送成功 2推送失败 -1失败不再发送', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_send_status' GO EXEC sp_addextendedproperty 'MS_Description', N'发送次数 超过5次不再发送', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_send_num' GO EXEC sp_addextendedproperty 'MS_Description', N'推送失败原因', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'es_result' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'remark' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms', 'COLUMN', N'update_time' GO -- ---------------------------- -- Records of sys_sms -- ---------------------------- INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好,你的订单4028d881436d514601436d521ae80165已付款!', N'2015-06-05 17:06:01.0000000', N'3', NULL, NULL, N'认证失败错误的用户名或者密码', N'admin', N'2015-06-05 17:05:59.0000000', N'admin', N'2015-11-19 22:30:39.0000000') GO INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880ea533647b00153364e74770001', N'发个问候', N'3', N'admin', NULL, N'你好', N'2016-03-02 00:00:00.0000000', N'2', NULL, NULL, NULL, N'admin', N'2016-03-02 15:50:24.0000000', N'admin', N'2018-07-05 19:53:01.0000000') GO INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880ee5a17e711015a17f3188e013f', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好,你的订单4028d881436d514601436d521ae80165已付款!', NULL, N'2', NULL, NULL, NULL, N'admin', N'2017-02-07 17:41:31.0000000', N'admin', N'2017-03-10 11:37:05.0000000') GO INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880f05ab649b4015ab64b9cd80012', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好,你的订单4028d881436d514601436d521ae80165已付款!', N'2017-11-16 15:58:15.0000000', N'3', NULL, NULL, NULL, N'admin', N'2017-03-10 11:38:13.0000000', N'admin', N'2017-07-31 17:24:54.0000000') GO INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880f05ab7b035015ab7c4462c0004', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好,你的订单4028d881436d514601436d521ae80165已付款!', N'2017-11-16 15:58:15.0000000', N'3', NULL, NULL, NULL, N'admin', N'2017-03-10 18:29:37.0000000', NULL, NULL) GO INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402881f3646a472b01646a4a5af00001', N'催办:HR审批', N'3', N'admin', NULL, N'admin,您好! 请前待办任务办理事项!HR审批 =========================== 此消息由系统发出', N'2018-07-05 19:53:35.0000000', N'2', NULL, NULL, NULL, N'admin', N'2018-07-05 19:53:35.0000000', N'admin', N'2018-07-07 13:45:24.0000000') GO INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402881f3647da06c01647da43a940014', N'催办:HR审批', N'3', N'admin', NULL, N'admin,您好! 请前待办任务办理事项!HR审批 =========================== 此消息由系统发出', N'2018-07-09 14:04:32.0000000', N'2', NULL, NULL, NULL, N'admin', N'2018-07-09 14:04:32.0000000', N'admin', N'2018-07-09 18:51:30.0000000') GO -- ---------------------------- -- Table structure for sys_sms_template -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_sms_template]') AND type IN ('U')) DROP TABLE [dbo].[sys_sms_template] GO CREATE TABLE [dbo].[sys_sms_template] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [template_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [template_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [template_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL, [template_content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NOT NULL, [template_test_json] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [use_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_sms_template] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'模板标题', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'template_name' GO EXEC sp_addextendedproperty 'MS_Description', N'模板CODE', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'template_code' GO EXEC sp_addextendedproperty 'MS_Description', N'模板类型:1短信 2邮件 3微信', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'template_type' GO EXEC sp_addextendedproperty 'MS_Description', N'模板内容', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'template_content' GO EXEC sp_addextendedproperty 'MS_Description', N'模板测试json', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'template_test_json' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'是否使用中 1是0否', 'SCHEMA', N'dbo', 'TABLE', N'sys_sms_template', 'COLUMN', N'use_status' GO -- ---------------------------- -- Records of sys_sms_template -- ---------------------------- INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'1199606397416775681', N'系统消息通知', N'sys_ts_note', N'2', N'

    系统通知

', NULL, N'2019-11-27 16:30:27.0000000', N'admin', N'2019-11-27 19:36:50.0000000', N'admin', NULL) GO INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'1199615897335095298', N'流程催办', N'bpm_cuiban', N'2', N'

   流程催办提醒

', NULL, N'2019-11-27 17:08:12.0000000', N'admin', N'2019-11-27 19:36:45.0000000', N'admin', NULL) GO INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'1199648914107625473', N'流程办理超时提醒', N'bpm_chaoshi_tip', N'2', N'

   流程办理超时提醒

', NULL, N'2019-11-27 19:19:24.0000000', N'admin', N'2019-11-27 19:36:37.0000000', N'admin', NULL) GO INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'4028608164691b000164693108140003', N'催办:${taskName}', N'SYS001', N'1', N'${userName},您好! 请前待办任务办理事项!${taskName} =========================== 此消息由系统发出', N'{ "taskName":"HR审批", "userName":"admin" }', N'2018-07-05 14:46:18.0000000', N'admin', N'2018-07-05 18:31:34.0000000', N'admin', NULL) GO -- ---------------------------- -- Table structure for sys_tenant -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_tenant]') AND type IN ('U')) DROP TABLE [dbo].[sys_tenant] GO CREATE TABLE [dbo].[sys_tenant] ( [id] int NOT NULL, [name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [begin_date] datetime2(7) NULL, [end_date] datetime2(7) NULL, [status] int NULL ) GO ALTER TABLE [dbo].[sys_tenant] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'租户编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'租户名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'开始时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'begin_date' GO EXEC sp_addextendedproperty 'MS_Description', N'结束时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'end_date' GO EXEC sp_addextendedproperty 'MS_Description', N'状态 1正常 0冻结', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'多租户信息表', 'SCHEMA', N'dbo', 'TABLE', N'sys_tenant' GO -- ---------------------------- -- Records of sys_tenant -- ---------------------------- INSERT INTO [dbo].[sys_tenant] ([id], [name], [create_time], [create_by], [begin_date], [end_date], [status]) VALUES (N'1', N'北京租户001', N'2020-07-10 15:43:32.0000000', N'admin', NULL, NULL, N'1') GO -- ---------------------------- -- Table structure for sys_third_account -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_third_account]') AND type IN ('U')) DROP TABLE [dbo].[sys_third_account] GO CREATE TABLE [dbo].[sys_third_account] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [sys_user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [avatar] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [status] tinyint NULL, [del_flag] tinyint NULL, [realname] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [third_user_uuid] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [third_user_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [third_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_third_account] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'编号', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'第三方登录id', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'sys_user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'头像', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'avatar' GO EXEC sp_addextendedproperty 'MS_Description', N'状态(1-正常,2-冻结)', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态(0-正常,1-已删除)', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'真实姓名', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'realname' GO EXEC sp_addextendedproperty 'MS_Description', N'第三方账号', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'third_user_uuid' GO EXEC sp_addextendedproperty 'MS_Description', N'第三方app用户账号', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'third_user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'登录来源', 'SCHEMA', N'dbo', 'TABLE', N'sys_third_account', 'COLUMN', N'third_type' GO -- ---------------------------- -- Records of sys_third_account -- ---------------------------- -- ---------------------------- -- Table structure for sys_user -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user]') AND type IN ('U')) DROP TABLE [dbo].[sys_user] GO CREATE TABLE [dbo].[sys_user] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [realname] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [password] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [salt] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL, [avatar] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [birthday] datetime2(7) NULL, [sex] tinyint NULL, [email] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL, [phone] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL, [org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [status] tinyint NULL, [del_flag] tinyint NULL, [third_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [third_type] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [activiti_sync] tinyint NULL, [work_no] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [post] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [telephone] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [user_identity] tinyint NULL, [depart_ids] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [rel_tenant_ids] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [client_id] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_user] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'登录账号', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'username' GO EXEC sp_addextendedproperty 'MS_Description', N'真实姓名', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'realname' GO EXEC sp_addextendedproperty 'MS_Description', N'密码', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'password' GO EXEC sp_addextendedproperty 'MS_Description', N'md5密码盐', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'salt' GO EXEC sp_addextendedproperty 'MS_Description', N'头像', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'avatar' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'性别(0-默认未知,1-男,2-女)', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'电子邮件', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'email' GO EXEC sp_addextendedproperty 'MS_Description', N'电话', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'phone' GO EXEC sp_addextendedproperty 'MS_Description', N'登录会话的机构编码', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'性别(1-正常,2-冻结)', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'删除状态(0-正常,1-已删除)', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'del_flag' GO EXEC sp_addextendedproperty 'MS_Description', N'第三方登录的唯一标识', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'third_id' GO EXEC sp_addextendedproperty 'MS_Description', N'第三方类型', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'third_type' GO EXEC sp_addextendedproperty 'MS_Description', N'同步工作流引擎(1-同步,0-不同步)', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'activiti_sync' GO EXEC sp_addextendedproperty 'MS_Description', N'工号,唯一键', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'work_no' GO EXEC sp_addextendedproperty 'MS_Description', N'职务,关联职务表', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'post' GO EXEC sp_addextendedproperty 'MS_Description', N'座机号', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'telephone' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'身份(1普通成员 2上级)', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'user_identity' GO EXEC sp_addextendedproperty 'MS_Description', N'负责部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'depart_ids' GO EXEC sp_addextendedproperty 'MS_Description', N'多租户标识', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'rel_tenant_ids' GO EXEC sp_addextendedproperty 'MS_Description', N'设备ID', 'SCHEMA', N'dbo', 'TABLE', N'sys_user', 'COLUMN', N'client_id' GO EXEC sp_addextendedproperty 'MS_Description', N'用户表', 'SCHEMA', N'dbo', 'TABLE', N'sys_user' GO -- ---------------------------- -- Records of sys_user -- ---------------------------- INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [rel_tenant_ids], [client_id]) VALUES (N'1572778193260863489', N'123123', N'12312322', N'0938718c770fa385', N'mSBQHHZP', N'temp/4afbfbedab64034f9015f1bca8c379310b551dab_1663814505787.jpg', N'2022-09-16 00:00:00.0000000', N'1', N'111@1.com', N'18611788521', NULL, N'1', N'1', NULL, NULL, N'1', N'11', N'devleader', NULL, N'admin', N'2022-09-22 10:41:57.0000000', N'admin', N'2022-09-22 10:42:12.0000000', N'1', N'', N'1', NULL) GO INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [rel_tenant_ids], [client_id]) VALUES (N'3d464b4ea0d2491aab8a7bde74c57e95', N'zhangsan', N'张三', N'02ea098224c7d0d2077c14b9a3a1ed16', N'x5xRdeKB', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', NULL, NULL, NULL, NULL, N'财务部', N'1', N'0', NULL, NULL, N'1', N'0005', N'总经理', NULL, N'admin', N'2020-05-14 21:26:24.0000000', N'admin', N'2020-09-09 14:42:51.0000000', N'1', N'', N'', NULL) GO INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [rel_tenant_ids], [client_id]) VALUES (N'a75d45a015c44384a04449ee80dc3503', N'jeecg', N'jeecg', N'eee378a1258530cb', N'mIgiYJow', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', NULL, N'1', NULL, NULL, N'A02A01', N'1', N'0', NULL, NULL, N'1', N'00002', N'devleader', NULL, N'admin', N'2019-02-13 16:02:36.0000000', N'jeecg', N'2022-03-09 23:03:21.0000000', N'1', N'', NULL, NULL) GO INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [rel_tenant_ids], [client_id]) VALUES (N'e9ca23d68d884d4ebb19d07889727dae', N'admin', N'管理员', N'cb362cfeefbf3d8d', N'RCGTeGiH', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', N'2018-12-05 00:00:00.0000000', N'1', N'jeecg@163.com', N'18611111111', N'A01', N'1', N'0', NULL, NULL, N'1', N'00001', N'总经理', NULL, NULL, N'2019-06-21 17:54:10.0000000', N'admin', N'2022-10-17 09:30:42.0000000', N'2', N'c6d7cb4deeac411cb3384b1b31278596,1581819960593354753', N'', NULL) GO INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [rel_tenant_ids], [client_id]) VALUES (N'f0019fdebedb443c98dcb17d88222c38', N'zhagnxiao', N'张小红12', N'f898134e5e52ae11a2ffb2c3b57a4e90', N'go3jJ4zX', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', N'2019-04-01 00:00:00.0000000', NULL, NULL, N'18611711111', N'研发部,财务部', N'2', N'0', NULL, NULL, N'1', N'00003', N'', NULL, N'admin', N'2020-10-01 19:34:10.0000000', N'admin', N'2022-09-22 10:40:24.0000000', N'1', N'', N'', NULL) GO -- ---------------------------- -- Table structure for sys_user_agent -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_agent]') AND type IN ('U')) DROP TABLE [dbo].[sys_user_agent] GO CREATE TABLE [dbo].[sys_user_agent] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [user_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [agent_user_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [start_time] datetime2(7) NULL, [end_time] datetime2(7) NULL, [status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL, [create_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [sys_company_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_user_agent] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'序号', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'user_name' GO EXEC sp_addextendedproperty 'MS_Description', N'代理人用户名', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'agent_user_name' GO EXEC sp_addextendedproperty 'MS_Description', N'代理开始时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'start_time' GO EXEC sp_addextendedproperty 'MS_Description', N'代理结束时间', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'end_time' GO EXEC sp_addextendedproperty 'MS_Description', N'状态0无效1有效', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'status' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'create_name' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'update_name' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'所属公司', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent', 'COLUMN', N'sys_company_code' GO EXEC sp_addextendedproperty 'MS_Description', N'用户代理人设置', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_agent' GO -- ---------------------------- -- Records of sys_user_agent -- ---------------------------- -- ---------------------------- -- Table structure for sys_user_depart -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_depart]') AND type IN ('U')) DROP TABLE [dbo].[sys_user_depart] GO CREATE TABLE [dbo].[sys_user_depart] ( [ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [dep_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_user_depart] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_depart', 'COLUMN', N'ID' GO EXEC sp_addextendedproperty 'MS_Description', N'用户id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_depart', 'COLUMN', N'user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'部门id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_depart', 'COLUMN', N'dep_id' GO -- ---------------------------- -- Records of sys_user_depart -- ---------------------------- INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1303584634328633345', N'3d464b4ea0d2491aab8a7bde74c57e95', N'a7d7e77e06c84325a40932163adcdaa6') GO INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1256487210695356418', N'a75d45a015c44384a04449ee80dc3503', N'a7d7e77e06c84325a40932163adcdaa6') GO INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1f3a0267811327b9eca86b0cc2b956f3', N'bcbe1290783a469a83ae3bd8effe15d4', N'5159cde220114246b045e574adceafe9') GO INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1501571088332984321', N'e9ca23d68d884d4ebb19d07889727dae', N'c6d7cb4deeac411cb3384b1b31278596') GO INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1572777805405184002', N'f0019fdebedb443c98dcb17d88222c38', N'57197590443c44f083d42ae24ef26a2c') GO INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1572777805405184003', N'f0019fdebedb443c98dcb17d88222c38', N'67fc001af12a4f9b8458005d3f19934a') GO -- ---------------------------- -- Table structure for sys_user_role -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_role]') AND type IN ('U')) DROP TABLE [dbo].[sys_user_role] GO CREATE TABLE [dbo].[sys_user_role] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[sys_user_role] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_role', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'用户id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_role', 'COLUMN', N'user_id' GO EXEC sp_addextendedproperty 'MS_Description', N'角色id', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_role', 'COLUMN', N'role_id' GO EXEC sp_addextendedproperty 'MS_Description', N'用户角色表', 'SCHEMA', N'dbo', 'TABLE', N'sys_user_role' GO -- ---------------------------- -- Records of sys_user_role -- ---------------------------- INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'b3ffd9311a1ca296c44e2409b547384f', N'01b802058ea94b978a2c96f4807f6b48', N'1') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'1303584634118918145', N'3d464b4ea0d2491aab8a7bde74c57e95', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'0ede6d23d53bc7dc990346ff14faabee', N'3db4cf42353f4e868b7ccfeef90505d2', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'e78d210d24aaff48e0a736e2ddff4cdc', N'3e177fede453430387a8279ced685679', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'f2de3ae7b5efd8345581aa802a6675d6', N'41b1be8d4c52023b0798f51164ca682d', N'e51758fa916c881624b046d26bd09230') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'f2922a38ba24fb53749e45a0c459adb3', N'439ae3e9bcf7418583fcd429cadb1d72', N'1') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'f72c6190b0722e798147e73c776c6ac9', N'439ae3e9bcf7418583fcd429cadb1d72', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'ee45d0343ecec894b6886effc92cb0b7', N'4d8fef4667574b24a9ccfedaf257810c', N'f6817f48af4fb3af11b9e8bf182f618b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'be2639167ede09379937daca7fc3bb73', N'526f300ab35e44faaed54a9fb0742845', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'31af310584bd5795f76b1fe8c38294a0', N'70f5dcf03f36471dabba81381919291f', N'e51758fa916c881624b046d26bd09230') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'8d7846ec783e157174e4ce2949231a65', N'7ee6630e89d17afbf6d12150197b578d', N'e51758fa916c881624b046d26bd09230') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'79d66ef7aa137cfa9957081a1483009d', N'9a668858c4c74cf5a2b25ad9608ba095', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'1256487210544361473', N'a75d45a015c44384a04449ee80dc3503', N'ee8626f80f7c2619917b6236f3a7f02b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'1501571088286846977', N'e9ca23d68d884d4ebb19d07889727dae', N'1501570619841810433') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'1501571088274264066', N'e9ca23d68d884d4ebb19d07889727dae', N'f6817f48af4fb3af11b9e8bf182f618b') GO INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id]) VALUES (N'1572777805405184001', N'f0019fdebedb443c98dcb17d88222c38', N'ee8626f80f7c2619917b6236f3a7f02b') GO -- ---------------------------- -- Table structure for test_demo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_demo]') AND type IN ('U')) DROP TABLE [dbo].[test_demo] GO CREATE TABLE [dbo].[test_demo] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [age] int NULL, [descc] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [birthday] datetime2(7) NULL, [user_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [file_kk] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [top_pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [chegnshi] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL, [ceck] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [xiamuti] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [search_sel] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [pop] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [sel_table] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_demo] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人登录名称', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'descc' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'用户编码', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'user_code' GO EXEC sp_addextendedproperty 'MS_Description', N'附件', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'file_kk' GO EXEC sp_addextendedproperty 'MS_Description', N'头像', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'top_pic' GO EXEC sp_addextendedproperty 'MS_Description', N'城市', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'chegnshi' GO EXEC sp_addextendedproperty 'MS_Description', N'checkbox', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'ceck' GO EXEC sp_addextendedproperty 'MS_Description', N'下拉多选', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'xiamuti' GO EXEC sp_addextendedproperty 'MS_Description', N'搜索下拉', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'search_sel' GO EXEC sp_addextendedproperty 'MS_Description', N'弹窗', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'pop' GO EXEC sp_addextendedproperty 'MS_Description', N'下拉字典表', 'SCHEMA', N'dbo', 'TABLE', N'test_demo', 'COLUMN', N'sel_table' GO -- ---------------------------- -- Records of test_demo -- ---------------------------- INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'1331884149004910593', N'admin', N'2020-11-26 16:55:01.0000000', NULL, NULL, N'张三', N'1', NULL, NULL, NULL, NULL, N'', N'', N'130304', NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'1331901553776869377', N'admin', N'2020-11-26 18:04:10.0000000', N'admin', N'2020-11-26 18:04:24.0000000', N'张三', N'2', NULL, N'', NULL, N'', N'', N'', N'', N'1', N'1,2', N'hr', N'', NULL) GO INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'1533107308342210561', N'admin', N'2022-06-04 23:24:00.0000000', NULL, NULL, N'11', N'1', N'111', N'

111

', N'2022-06-24 00:00:00.0000000', NULL, N'temp/11_1654356225072.jpg', N'temp/11_1654356229294.jpg', N'210603', N'2', N'2,1', N'hr', NULL, N'admin') GO INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'4028810c6aed99e1016aed9b31b40002', NULL, NULL, N'admin', N'2019-10-19 15:37:27.0000000', N'jeecg', N'2', N'55', N'5', N'2019-05-15 00:00:00.0000000', NULL, N'', N'', NULL, NULL, NULL, NULL, NULL, NULL) GO INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'4028810c6b02cba2016b02cba21f0000', N'admin', N'2019-05-29 16:53:48.0000000', N'admin', N'2022-10-14 16:22:17.0000000', N'张小红', N'1', N'8222', N'8', N'2019-04-01 00:00:00.0000000', N'', N'', N'', N'', N'', N'', N'', N'', N'') GO -- ---------------------------- -- Table structure for test_enhance_select -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_enhance_select]') AND type IN ('U')) DROP TABLE [dbo].[test_enhance_select] GO CREATE TABLE [dbo].[test_enhance_select] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [province] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [city] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [area] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_enhance_select] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'省份', 'SCHEMA', N'dbo', 'TABLE', N'test_enhance_select', 'COLUMN', N'province' GO EXEC sp_addextendedproperty 'MS_Description', N'市', 'SCHEMA', N'dbo', 'TABLE', N'test_enhance_select', 'COLUMN', N'city' GO EXEC sp_addextendedproperty 'MS_Description', N'区', 'SCHEMA', N'dbo', 'TABLE', N'test_enhance_select', 'COLUMN', N'area' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_enhance_select', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'test_enhance_select', 'COLUMN', N'create_by' GO -- ---------------------------- -- Records of test_enhance_select -- ---------------------------- INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1256614575282958338', N'1230769290609725441', N'1230769470889299970', N'1230769620021972993', N'2020-05-03 00:00:36.0000000', N'admin') GO INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1427183594647195649', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2021-08-16 16:20:59.0000000', N'admin') GO INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1427184250225299457', N'1230769290609725441', N'1230769470889299970', N'1230769620021972993', N'2021-08-16 16:23:35.0000000', N'admin') GO INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1427900912506630146', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2021-08-18 15:51:21.0000000', N'admin') GO INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'402880e570801ffe01708053743c002e', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2020-02-26 15:08:37.0000000', N'admin') GO INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'402880e570801ffe017080538b24002f', N'1230769290609725441', N'1230769470889299970', N'1230769620021972993', N'2020-02-26 15:08:43.0000000', N'admin') GO INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'402880e570801ffe01708053b2b10030', N'1230769253267836929', N'1230769347157331969', N'1230769407907631106', N'2020-02-26 15:08:53.0000000', N'admin') GO -- ---------------------------- -- Table structure for test_note -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_note]') AND type IN ('U')) DROP TABLE [dbo].[test_note] GO CREATE TABLE [dbo].[test_note] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [age] int NULL, [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [birthday] datetime2(7) NULL, [contents] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_note] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'请假原因', 'SCHEMA', N'dbo', 'TABLE', N'test_note', 'COLUMN', N'contents' GO -- ---------------------------- -- Records of test_note -- ---------------------------- INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1257876639515222017', N'admin', N'2020-05-06 11:35:35.0000000', NULL, NULL, N'A01', N'不同意', N'20', N'1', N'2020-05-06 00:00:00.0000000', N'999') GO INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1260208702503366657', N'admin', N'2020-05-12 22:02:23.0000000', N'admin', N'2020-07-11 11:40:24.0000000', N'A01', N'jeecg', N'22233', N'2', N'2020-05-12 00:00:00.0000000', N'sss') GO INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1304309860578455553', N'admin', N'2020-09-11 14:44:38.0000000', NULL, NULL, N'A01', N'zhangsan', N'222', N'1', N'2020-09-11 00:00:00.0000000', N'222') GO INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1427901092375162881', N'admin', N'2021-08-18 15:52:04.0000000', N'admin', N'2022-06-02 13:00:26.0000000', N'A01', N'zhangsan', N'222', N'1', NULL, N'') GO INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1580543046964621313', N'admin', N'2022-10-13 20:56:42.0000000', NULL, NULL, N'A01', N'zhangsan', N'22', N'1', N'2022-10-05 00:00:00.0000000', NULL) GO -- ---------------------------- -- Table structure for test_online_link -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_online_link]') AND type IN ('U')) DROP TABLE [dbo].[test_online_link] GO CREATE TABLE [dbo].[test_online_link] ( [id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [pid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_online_link] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'pid', 'SCHEMA', N'dbo', 'TABLE', N'test_online_link', 'COLUMN', N'pid' GO EXEC sp_addextendedproperty 'MS_Description', N'name', 'SCHEMA', N'dbo', 'TABLE', N'test_online_link', 'COLUMN', N'name' GO -- ---------------------------- -- Records of test_online_link -- ---------------------------- INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'1', NULL, N'中国') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'10', N'8', N'庐阳区') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'11', N'7', N'黄山市') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'2', N'1', N'山东省') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'3', N'2', N'济南市') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'4', N'3', N'历城区') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'5', N'3', N'长青区') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'6', N'2', N'青岛市') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'7', N'1', N'安徽省') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'8', N'7', N'合肥市') GO INSERT INTO [dbo].[test_online_link] ([id], [pid], [name]) VALUES (N'9', N'8', N'包河区') GO -- ---------------------------- -- Table structure for test_order_main -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_order_main]') AND type IN ('U')) DROP TABLE [dbo].[test_order_main] GO CREATE TABLE [dbo].[test_order_main] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [order_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [order_date] datetime2(7) NULL, [descc] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [xiala] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_order_main] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'订单编码', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'order_code' GO EXEC sp_addextendedproperty 'MS_Description', N'下单时间', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'order_date' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'descc' GO EXEC sp_addextendedproperty 'MS_Description', N'下拉多选', 'SCHEMA', N'dbo', 'TABLE', N'test_order_main', 'COLUMN', N'xiala' GO -- ---------------------------- -- Records of test_order_main -- ---------------------------- INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1256629667445714946', N'admin', N'2020-05-03 01:00:34.0000000', N'admin', N'2020-11-26 15:22:35.0000000', N'鼠标', N'2020-05-03 00:00:00.0000000', N'15', NULL) GO INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1331861164286099457', N'admin', N'2020-11-26 15:23:41.0000000', N'admin', N'2020-11-26 19:49:56.0000000', N'33', N'2020-11-21 00:00:00.0000000', N'44', NULL) GO INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1332354141651570690', N'admin', N'2020-11-28 00:02:36.0000000', NULL, NULL, N'11', N'2020-11-28 00:00:00.0000000', N'2', NULL) GO INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1551943088862896130', N'admin', N'2022-07-26 22:50:40.0000000', NULL, NULL, N'CN2022072622503177', NULL, NULL, NULL) GO INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'4028810c6b40244b016b40686dfb0003', N'admin', N'2019-06-10 16:01:54.0000000', N'admin', N'2020-02-24 02:31:59.0000000', N'B002', N'2019-06-10 00:00:00.0000000', N'123', NULL) GO INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'4028810c6b40244b016b4068ef890006', N'admin', N'2019-06-10 16:02:27.0000000', N'admin', N'2022-07-26 22:49:34.0000000', N'000012', N'2019-06-10 00:00:00.0000000', N'购买产品BOOT', N'') GO -- ---------------------------- -- Table structure for test_order_product -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_order_product]') AND type IN ('U')) DROP TABLE [dbo].[test_order_product] GO CREATE TABLE [dbo].[test_order_product] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [product_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [price] float(53) NULL, [num] int NULL, [descc] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [order_fk_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL, [pro_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_order_product] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'产品名字', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'product_name' GO EXEC sp_addextendedproperty 'MS_Description', N'价格', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'price' GO EXEC sp_addextendedproperty 'MS_Description', N'数量', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'num' GO EXEC sp_addextendedproperty 'MS_Description', N'描述', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'descc' GO EXEC sp_addextendedproperty 'MS_Description', N'订单外键ID', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'order_fk_id' GO EXEC sp_addextendedproperty 'MS_Description', N'产品类型', 'SCHEMA', N'dbo', 'TABLE', N'test_order_product', 'COLUMN', N'pro_type' GO -- ---------------------------- -- Records of test_order_product -- ---------------------------- INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1331860890813284353', N'admin', N'2020-11-26 15:22:35.0000000', NULL, NULL, N'44', N'44', N'44', N'', N'1256629667445714946', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1331861166739767297', N'admin', N'2020-11-26 19:49:56.0000000', NULL, NULL, N'44', N'44', N'4', N'444', N'1331861164286099457', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1331861166752350210', N'admin', N'2020-11-26 15:23:41.0000000', NULL, NULL, N'44', N'44', N'4', N'44', N'1331861164286099457', N'') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1331861166769127425', N'admin', N'2020-11-26 15:23:41.0000000', NULL, NULL, N'44', N'44', N'4', N'44', N'1331861164286099457', N'') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1331928171161427969', N'admin', N'2020-11-26 19:49:56.0000000', NULL, NULL, N'66', N'66', N'66', N'666', N'1331861164286099457', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1332354141873868802', N'admin', N'2020-11-28 00:02:36.0000000', NULL, NULL, N'2', N'22', N'2', N'', N'1332354141651570690', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1332354141940977665', N'admin', N'2020-11-28 00:02:36.0000000', NULL, NULL, N'2', N'2', N'2', N'', N'1332354141651570690', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1332354141961949186', N'admin', N'2020-11-28 00:02:36.0000000', NULL, NULL, N'2', N'22', N'2', N'', N'1332354141651570690', N'') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1332354141978726401', N'admin', N'2020-11-28 00:02:36.0000000', NULL, NULL, N'2', N'2', N'2', N'', N'1332354141651570690', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1551943088930004994', N'admin', N'2022-07-26 22:50:40.0000000', NULL, NULL, N'11', N'11', N'11', N'11', N'1551943088862896130', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1551943088930004995', N'admin', N'2022-07-26 22:50:40.0000000', NULL, NULL, N'2', N'2', N'2', N'2', N'1551943088862896130', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15665749852471', N'admin', N'2022-07-26 22:49:34.0000000', NULL, NULL, N'樱桃键盘1', N'2003', N'22', N'', N'4028810c6b40244b016b4068ef890006', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15665749948861', N'admin', N'2020-02-24 02:05:38.0000000', NULL, NULL, N'333', N'33', NULL, N'', N'402831816a38e7fd016a38e825c90003', N'') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884355700882143174', N'admin', N'2020-05-03 01:00:17.0000000', NULL, NULL, N'雷蛇鼠标1', N'1003', NULL, N'', N'4028810c6b40244b016b4068ef890006', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884355711373624689', N'admin', N'2020-05-03 01:00:17.0000000', NULL, NULL, N'AOC显示器2', N'9003', NULL, N'', N'4028810c6b40244b016b4068ef890006', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884388229280883233', N'admin', N'2020-11-26 15:22:35.0000000', NULL, NULL, N'华为手机', N'25', N'35', N'345', N'1256629667445714946', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884388231401967996', N'admin', N'2020-07-11 11:36:36.0000000', NULL, NULL, N'低代码平台', N'25', N'35', N'445', N'1256629667445714946', N'1') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884388463052345317', N'admin', N'2020-07-11 11:36:36.0000000', NULL, NULL, N'表单设计器', N'55', N'55', N'55', N'1256629667445714946', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'402831816a38e7fd016a38e7fdeb0001', N'admin', N'2019-04-20 12:01:29.0000000', NULL, NULL, N'笔记本', N'100', N'10', NULL, N'402831816a38e7fd016a38e7fddf0000', NULL) GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'402831816a38e7fd016a38e7fdf10002', N'admin', N'2019-04-20 12:01:29.0000000', NULL, NULL, N'显示器', N'300', N'1', NULL, N'402831816a38e7fd016a38e7fddf0000', NULL) GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'4028810c6b40244b016b40686e050004', N'admin', N'2020-02-24 02:31:59.0000000', NULL, NULL, N'笔记本', N'2000', N'2', N'123', N'4028810c6b40244b016b40686dfb0003', N'2') GO INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'4028810c6b40244b016b406884080005', N'admin', N'2020-02-24 02:05:38.0000000', NULL, NULL, N'333', NULL, N'33', N'', N'402831816a38e7fd016a38e825c90003', N'') GO -- ---------------------------- -- Table structure for test_person -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_person]') AND type IN ('U')) DROP TABLE [dbo].[test_person] GO CREATE TABLE [dbo].[test_person] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL, [content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL, [be_date] datetime2(7) NULL, [qj_days] int NULL ) GO ALTER TABLE [dbo].[test_person] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'用户名', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'请假原因', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'content' GO EXEC sp_addextendedproperty 'MS_Description', N'请假时间', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'be_date' GO EXEC sp_addextendedproperty 'MS_Description', N'请假天数', 'SCHEMA', N'dbo', 'TABLE', N'test_person', 'COLUMN', N'qj_days' GO -- ---------------------------- -- Records of test_person -- ---------------------------- INSERT INTO [dbo].[test_person] ([id], [create_by], [create_time], [update_by], [update_time], [sex], [name], [content], [be_date], [qj_days]) VALUES (N'8ca668defdae47df8649a5477ae08b05', N'admin', N'2019-04-12 09:51:37.0000000', NULL, NULL, N'1', N'zhangdaiscott', N'dsdsd', N'2019-04-12 00:00:00.0000000', N'2') GO -- ---------------------------- -- Table structure for test_shoptype_tree -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_shoptype_tree]') AND type IN ('U')) DROP TABLE [dbo].[test_shoptype_tree] GO CREATE TABLE [dbo].[test_shoptype_tree] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [type_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL, [pid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [has_child] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[test_shoptype_tree] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'主键', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'id' GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'商品分类', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'type_name' GO EXEC sp_addextendedproperty 'MS_Description', N'分类图片', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'pic' GO EXEC sp_addextendedproperty 'MS_Description', N'父级节点', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'pid' GO EXEC sp_addextendedproperty 'MS_Description', N'是否有子节点', 'SCHEMA', N'dbo', 'TABLE', N'test_shoptype_tree', 'COLUMN', N'has_child' GO -- ---------------------------- -- Records of test_shoptype_tree -- ---------------------------- INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256628820489908225', N'admin', N'2020-05-03 00:57:12.0000000', NULL, NULL, N'A01', N'衣服', NULL, N'0', N'0') GO INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256628843097206786', N'admin', N'2020-05-03 00:57:17.0000000', NULL, NULL, N'A01', N'电子产品', NULL, N'0', N'0') GO INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629035921944577', N'admin', N'2020-05-03 00:58:03.0000000', NULL, NULL, N'A01', N'三星显示器', N'gh_f28e66390fc9_344 (shop)_1588438682583.jpg', N'1256628864848867329', N'0') GO INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629093740425218', N'admin', N'2020-05-03 00:58:17.0000000', N'admin', N'2020-05-03 22:32:37.0000000', N'A01', N'手机', N'', N'0', N'1') GO INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629139206680578', N'admin', N'2020-05-03 00:58:28.0000000', NULL, NULL, N'A01', N'iPhone', N'e1fe9925bc315c60addea1b98eb1cb1349547719_1588438707727.jpg', N'1256629093740425218', N'0') GO INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629188993069058', N'admin', N'2020-05-03 00:58:40.0000000', N'admin', N'2020-05-03 00:58:55.0000000', N'A01', N'华为手机', N'jeewxshop测试号_1588438719823.jpg', N'1256629093740425218', N'0') GO -- ---------------------------- -- Table structure for tmp_report_data_1 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tmp_report_data_1]') AND type IN ('U')) DROP TABLE [dbo].[tmp_report_data_1] GO CREATE TABLE [dbo].[tmp_report_data_1] ( [monty] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [main_income] decimal(10,2) NULL, [total] decimal(10,2) NULL, [his_lowest] decimal(10,2) NULL, [his_average] decimal(10,2) NULL, [his_highest] decimal(10,2) NULL ) GO ALTER TABLE [dbo].[tmp_report_data_1] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'月份', 'SCHEMA', N'dbo', 'TABLE', N'tmp_report_data_1', 'COLUMN', N'monty' GO -- ---------------------------- -- Records of tmp_report_data_1 -- ---------------------------- INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'1月', N'483834.66', N'483834.66', N'57569.77', N'216797.62', N'483834.66') GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'2月', N'11666578.65', N'12150413.31', N'22140.00', N'4985361.57', N'11666578.65') GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'3月', N'27080982.08', N'39231395.39', N'73106.29', N'16192642.30', N'27080982.08') GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'4月', N'0.00', N'39231395.39', N'73106.29', N'8513415.34', N'17428381.40') GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'5月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'6月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'7月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'8月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'9月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'10月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'11月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'12月', N'0.00', N'39231395.39', NULL, NULL, NULL) GO -- ---------------------------- -- Table structure for tmp_report_data_income -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tmp_report_data_income]') AND type IN ('U')) DROP TABLE [dbo].[tmp_report_data_income] GO CREATE TABLE [dbo].[tmp_report_data_income] ( [biz_income] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL, [bx_jj_yongjin] decimal(10,2) NULL, [bx_zx_money] decimal(10,2) NULL, [chengbao_gz_money] decimal(10,2) NULL, [bx_gg_moeny] decimal(10,2) NULL, [tb_zx_money] decimal(10,2) NULL, [neikong_zx_money] decimal(10,2) NULL, [total] decimal(10,2) NULL ) GO ALTER TABLE [dbo].[tmp_report_data_income] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tmp_report_data_income -- ---------------------------- INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中国石油全资(集团所属)', N'37134.58', N'1099273.32', N'0.00', N'0.00', N'0.00', N'226415.09', N'38460270.57') GO INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中国石油全资(股份所属)', N'227595.77', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00', N'227595.77') GO INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中石油控股或有控股权', N'310628.11', N'369298.64', N'0.00', N'0.00', N'0.00', N'0.00', N'679926.75') GO INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中石油参股', N'72062.45', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00', N'72062.75') GO INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'非中石油', N'1486526.90', N'212070.72', N'0.00', N'0.00', N'0.00', N'226415.09', N'1698597.62') GO -- ---------------------------- -- Table structure for v3_demo1 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[v3_demo1]') AND type IN ('U')) DROP TABLE [dbo].[v3_demo1] GO CREATE TABLE [dbo].[v3_demo1] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [age] int NULL, [birthday] date NULL, [salary] float(53) NULL, [cccc] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[v3_demo1] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'名字', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'工资', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'salary' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'v3_demo1', 'COLUMN', N'cccc' GO -- ---------------------------- -- Records of v3_demo1 -- ---------------------------- INSERT INTO [dbo].[v3_demo1] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [salary], [cccc]) VALUES (N'1532265688470265858', N'admin', N'2022-06-02 15:39:42.0000000', N'admin', N'2022-10-13 20:56:21.0000000', N'A01', N'小王', N'1', N'22', N'2022-06-27', N'222', N'') GO -- ---------------------------- -- Table structure for v3_hello -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[v3_hello]') AND type IN ('U')) DROP TABLE [dbo].[v3_hello] GO CREATE TABLE [dbo].[v3_hello] ( [id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL, [create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [create_time] datetime2(7) NULL, [update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [update_time] datetime2(7) NULL, [sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL, [name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [age] int NULL, [sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL, [birthday] date NULL, [cc] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL, [rel_user] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL ) GO ALTER TABLE [dbo].[v3_hello] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'创建人', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'create_by' GO EXEC sp_addextendedproperty 'MS_Description', N'创建日期', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'更新人', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'update_by' GO EXEC sp_addextendedproperty 'MS_Description', N'更新日期', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'所属部门', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'sys_org_code' GO EXEC sp_addextendedproperty 'MS_Description', N'名字', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'年龄', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'age' GO EXEC sp_addextendedproperty 'MS_Description', N'性别', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'sex' GO EXEC sp_addextendedproperty 'MS_Description', N'生日', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'birthday' GO EXEC sp_addextendedproperty 'MS_Description', N'备注', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'cc' GO EXEC sp_addextendedproperty 'MS_Description', N'关联记录', 'SCHEMA', N'dbo', 'TABLE', N'v3_hello', 'COLUMN', N'rel_user' GO -- ---------------------------- -- Records of v3_hello -- ---------------------------- INSERT INTO [dbo].[v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [rel_user]) VALUES (N'1533099754895597570', N'admin', N'2022-06-04 22:53:59.0000000', N'admin', N'2022-06-04 22:54:03.0000000', N'A01', N'哈喽2', N'22', N'1', N'2022-06-06', N'222', NULL) GO INSERT INTO [dbo].[v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [rel_user]) VALUES (N'1580510370266238978', N'admin', N'2022-10-13 18:46:51.0000000', N'admin', N'2022-10-14 14:55:14.0000000', N'A01', N'易强10', NULL, N'2', N'2022-09-03', N'23332290', N'1258408897326149634') GO INSERT INTO [dbo].[v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [rel_user]) VALUES (N'1580529718871674882', N'admin', N'2022-10-13 20:03:44.0000000', N'admin', N'2022-10-14 14:55:40.0000000', N'A01', N'刘艳', NULL, N'1', N'2022-10-15', N'222', N'1258783909887422466') GO -- ---------------------------- -- Primary Key structure for table ai_control_single -- ---------------------------- ALTER TABLE [dbo].[ai_control_single] ADD CONSTRAINT [PK__ai_contr__3213E83F0CE177CC] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ces_order_customer -- ---------------------------- ALTER TABLE [dbo].[ces_order_customer] ADD CONSTRAINT [PK__ces_orde__3213E83FCEC9707D] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ces_order_goods -- ---------------------------- ALTER TABLE [dbo].[ces_order_goods] ADD CONSTRAINT [PK__ces_orde__3213E83FEFB4F812] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ces_order_main -- ---------------------------- ALTER TABLE [dbo].[ces_order_main] ADD CONSTRAINT [PK__ces_orde__3213E83FC8478DCE] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ces_shop_goods -- ---------------------------- ALTER TABLE [dbo].[ces_shop_goods] ADD CONSTRAINT [PK__ces_shop__3213E83F813AD424] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ces_shop_type -- ---------------------------- ALTER TABLE [dbo].[ces_shop_type] ADD CONSTRAINT [PK__ces_shop__3213E83F0560B08C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ceshi_001 -- ---------------------------- ALTER TABLE [dbo].[ceshi_001] ADD CONSTRAINT [PK__ceshi_00__3213E83FA17AC186] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ceshi_main001 -- ---------------------------- ALTER TABLE [dbo].[ceshi_main001] ADD CONSTRAINT [PK__ceshi_ma__3213E83FEFAA916C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ceshi_sub_01 -- ---------------------------- ALTER TABLE [dbo].[ceshi_sub_01] ADD CONSTRAINT [PK__ceshi_su__3213E83F2B079B22] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table demo -- ---------------------------- ALTER TABLE [dbo].[demo] ADD CONSTRAINT [PK__demo__3213E83FBE8E7EF0] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table demo_field_def_val_main -- ---------------------------- ALTER TABLE [dbo].[demo_field_def_val_main] ADD CONSTRAINT [PK__demo_fie__3213E83FD4205BB4] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table demo_field_def_val_sub -- ---------------------------- ALTER TABLE [dbo].[demo_field_def_val_sub] ADD CONSTRAINT [PK__demo_fie__3213E83FF0BB0C59] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table jeecg_monthly_growth_analysis -- ---------------------------- ALTER TABLE [dbo].[jeecg_monthly_growth_analysis] ADD CONSTRAINT [PK__jeecg_mo__3213E83F9FC29ACA] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table jeecg_order_customer -- ---------------------------- ALTER TABLE [dbo].[jeecg_order_customer] ADD CONSTRAINT [PK__jeecg_or__3213E83F6B04752F] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table jeecg_order_main -- ---------------------------- ALTER TABLE [dbo].[jeecg_order_main] ADD CONSTRAINT [PK__jeecg_or__3213E83F8071939E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table jeecg_order_ticket -- ---------------------------- ALTER TABLE [dbo].[jeecg_order_ticket] ADD CONSTRAINT [PK__jeecg_or__3213E83F60A750E1] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table jeecg_project_nature_income -- ---------------------------- ALTER TABLE [dbo].[jeecg_project_nature_income] ADD CONSTRAINT [PK__jeecg_pr__3213E83F51FA4CF4] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_dict -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_sd_dict_code] ON [dbo].[jimu_dict] ( [dict_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_dict -- ---------------------------- ALTER TABLE [dbo].[jimu_dict] ADD CONSTRAINT [PK__jimu_dic__3213E83F85040F56] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_dict_item -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sdi_role_dict_id] ON [dbo].[jimu_dict_item] ( [dict_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdi_role_sort_order] ON [dbo].[jimu_dict_item] ( [sort_order] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdi_status] ON [dbo].[jimu_dict_item] ( [status] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdi_dict_val] ON [dbo].[jimu_dict_item] ( [dict_id] ASC, [item_value] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_dict_item -- ---------------------------- ALTER TABLE [dbo].[jimu_dict_item] ADD CONSTRAINT [PK__jimu_dic__3213E83F0043154E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_jmreport_code] ON [dbo].[jimu_report] ( [code] ASC ) GO CREATE NONCLUSTERED INDEX [uniq_jmreport_createby] ON [dbo].[jimu_report] ( [create_by] ASC ) GO CREATE NONCLUSTERED INDEX [uniq_jmreport_delflag] ON [dbo].[jimu_report] ( [del_flag] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report -- ---------------------------- ALTER TABLE [dbo].[jimu_report] ADD CONSTRAINT [PK__jimu_rep__3213E83FEBBE5CD9] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report_data_source -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_jmdatasource_report_id] ON [dbo].[jimu_report_data_source] ( [report_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_jmdatasource_code] ON [dbo].[jimu_report_data_source] ( [code] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report_data_source -- ---------------------------- ALTER TABLE [dbo].[jimu_report_data_source] ADD CONSTRAINT [PK__jimu_rep__3213E83F6889A5BE] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report_db -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_jmreportdb_db_key] ON [dbo].[jimu_report_db] ( [db_key] ASC ) GO CREATE NONCLUSTERED INDEX [idx_jimu_report_id] ON [dbo].[jimu_report_db] ( [jimu_report_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_db_source_id] ON [dbo].[jimu_report_db] ( [db_source] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report_db -- ---------------------------- ALTER TABLE [dbo].[jimu_report_db] ADD CONSTRAINT [PK__jimu_rep__3213E83FDE3EAF49] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report_db_field -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_jrdf_jimu_report_db_id] ON [dbo].[jimu_report_db_field] ( [jimu_report_db_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_dbfield_order_num] ON [dbo].[jimu_report_db_field] ( [order_num] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report_db_field -- ---------------------------- ALTER TABLE [dbo].[jimu_report_db_field] ADD CONSTRAINT [PK__jimu_rep__3213E83F5AE06120] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report_db_param -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_jrdp_jimu_report_head_id] ON [dbo].[jimu_report_db_param] ( [jimu_report_head_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report_db_param -- ---------------------------- ALTER TABLE [dbo].[jimu_report_db_param] ADD CONSTRAINT [PK__jimu_rep__3213E83F391B14B7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report_link -- ---------------------------- CREATE NONCLUSTERED INDEX [uniq_link_reportid] ON [dbo].[jimu_report_link] ( [report_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report_link -- ---------------------------- ALTER TABLE [dbo].[jimu_report_link] ADD CONSTRAINT [PK__jimu_rep__3213E83FB0BE7D39] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table jimu_report_map -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_jmreport_map_name] ON [dbo].[jimu_report_map] ( [name] ASC ) GO -- ---------------------------- -- Primary Key structure for table jimu_report_map -- ---------------------------- ALTER TABLE [dbo].[jimu_report_map] ADD CONSTRAINT [PK__jimu_rep__3213E83F8F98803C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table jimu_report_share -- ---------------------------- ALTER TABLE [dbo].[jimu_report_share] ADD CONSTRAINT [PK__jimu_rep__3213E83F127DF3D1] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table onl_auth_data -- ---------------------------- ALTER TABLE [dbo].[onl_auth_data] ADD CONSTRAINT [PK__onl_auth__3213E83F6C18189A] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table onl_auth_page -- ---------------------------- ALTER TABLE [dbo].[onl_auth_page] ADD CONSTRAINT [PK__onl_auth__3213E83FCBCFF83A] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table onl_auth_relation -- ---------------------------- ALTER TABLE [dbo].[onl_auth_relation] ADD CONSTRAINT [PK__onl_auth__3213E83FC5A9D0B2] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_button -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ocb_CGFORM_HEAD_ID] ON [dbo].[onl_cgform_button] ( [CGFORM_HEAD_ID] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ocb_BUTTON_CODE] ON [dbo].[onl_cgform_button] ( [BUTTON_CODE] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ocb_BUTTON_STATUS] ON [dbo].[onl_cgform_button] ( [BUTTON_STATUS] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ocb_ORDER_NUM] ON [dbo].[onl_cgform_button] ( [ORDER_NUM] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_button -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_button] ADD CONSTRAINT [PK__onl_cgfo__3214EC271DE2A9B7] PRIMARY KEY CLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_enhance_java -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ejava_cgform_head_id] ON [dbo].[onl_cgform_enhance_java] ( [CGFORM_HEAD_ID] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ocej_BUTTON_CODE] ON [dbo].[onl_cgform_enhance_java] ( [BUTTON_CODE] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ocej_ACTIVE_STATUS] ON [dbo].[onl_cgform_enhance_java] ( [ACTIVE_STATUS] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_enhance_java -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_enhance_java] ADD CONSTRAINT [PK__onl_cgfo__3214EC27E164B305] PRIMARY KEY CLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_enhance_js -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ejs_cgform_head_id] ON [dbo].[onl_cgform_enhance_js] ( [CGFORM_HEAD_ID] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ejs_cg_js_type] ON [dbo].[onl_cgform_enhance_js] ( [CG_JS_TYPE] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_enhance_js -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_enhance_js] ADD CONSTRAINT [PK__onl_cgfo__3214EC27EA54D27B] PRIMARY KEY CLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_enhance_sql -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_oces_CGFORM_HEAD_ID] ON [dbo].[onl_cgform_enhance_sql] ( [CGFORM_HEAD_ID] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_enhance_sql -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_enhance_sql] ADD CONSTRAINT [PK__onl_cgfo__3214EC277CB36144] PRIMARY KEY CLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_field -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ocf_cgform_head_id] ON [dbo].[onl_cgform_field] ( [cgform_head_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_field -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_field] ADD CONSTRAINT [PK__onl_cgfo__3213E83FAC1C18EF] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_head -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_och_cgform_head_id] ON [dbo].[onl_cgform_head] ( [table_name] ASC ) GO CREATE NONCLUSTERED INDEX [idx_och_table_name] ON [dbo].[onl_cgform_head] ( [form_template] ASC ) GO CREATE NONCLUSTERED INDEX [idx_och_form_template_mobile] ON [dbo].[onl_cgform_head] ( [form_template_mobile] ASC ) GO CREATE NONCLUSTERED INDEX [idx_och_table_version] ON [dbo].[onl_cgform_head] ( [table_version] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_head -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_head] ADD CONSTRAINT [PK__onl_cgfo__3213E83F0EC2717A] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgform_index -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_oci_cgform_head_id] ON [dbo].[onl_cgform_index] ( [cgform_head_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgform_index -- ---------------------------- ALTER TABLE [dbo].[onl_cgform_index] ADD CONSTRAINT [PK__onl_cgfo__3213E83F549EDB32] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgreport_head -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [index_onlinereport_code] ON [dbo].[onl_cgreport_head] ( [code] ASC ) GO CREATE NONCLUSTERED INDEX [idx_och_code] ON [dbo].[onl_cgreport_head] ( [code] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgreport_head -- ---------------------------- ALTER TABLE [dbo].[onl_cgreport_head] ADD CONSTRAINT [PK__onl_cgre__3213E83F74CF68E8] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgreport_item -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_oci_cgrhead_id] ON [dbo].[onl_cgreport_item] ( [cgrhead_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_oci_is_show] ON [dbo].[onl_cgreport_item] ( [is_show] ASC ) GO CREATE NONCLUSTERED INDEX [idx_oci_order_num] ON [dbo].[onl_cgreport_item] ( [order_num] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgreport_item -- ---------------------------- ALTER TABLE [dbo].[onl_cgreport_item] ADD CONSTRAINT [PK__onl_cgre__3213E83F0FB9FF2C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table onl_cgreport_param -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ocp_cgrhead_id] ON [dbo].[onl_cgreport_param] ( [cgrhead_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table onl_cgreport_param -- ---------------------------- ALTER TABLE [dbo].[onl_cgreport_param] ADD CONSTRAINT [PK__onl_cgre__3213E83F70A18241] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table oss_file -- ---------------------------- ALTER TABLE [dbo].[oss_file] ADD CONSTRAINT [PK__oss_file__3213E83FDFD078D5] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_CALENDARS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_CALENDARS] ADD CONSTRAINT [PK_QRTZ_CALENDARS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [CALENDAR_NAME]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_CRON_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_CRON_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_FIRED_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_FIRED_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_FIRED_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [ENTRY_ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_JOB_DETAILS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_JOB_DETAILS] ADD CONSTRAINT [PK_QRTZ_JOB_DETAILS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [JOB_NAME], [JOB_GROUP]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_LOCKS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_LOCKS] ADD CONSTRAINT [PK_QRTZ_LOCKS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [LOCK_NAME]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_PAUSED_TRIGGER_GRPS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] ADD CONSTRAINT [PK_QRTZ_PAUSED_TRIGGER_GRPS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_GROUP]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_SCHEDULER_STATE -- ---------------------------- ALTER TABLE [dbo].[QRTZ_SCHEDULER_STATE] ADD CONSTRAINT [PK_QRTZ_SCHEDULER_STATE] PRIMARY KEY CLUSTERED ([SCHED_NAME], [INSTANCE_NAME]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_SIMPLE_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_SIMPLE_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_SIMPROP_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_SIMPROP_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QRTZ_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table rep_demo_dxtj -- ---------------------------- ALTER TABLE [dbo].[rep_demo_dxtj] ADD CONSTRAINT [PK__rep_demo__3213E83F7C1EEB00] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table rep_demo_employee -- ---------------------------- ALTER TABLE [dbo].[rep_demo_employee] ADD CONSTRAINT [PK__rep_demo__3213E83F47A60DA0] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table rep_demo_gongsi -- ---------------------------- ALTER TABLE [dbo].[rep_demo_gongsi] ADD CONSTRAINT [PK__rep_demo__3213E83F0FF14770] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table rep_demo_jianpiao -- ---------------------------- ALTER TABLE [dbo].[rep_demo_jianpiao] ADD CONSTRAINT [PK__rep_demo__3213E83F190DFA74] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_announcement -- ---------------------------- ALTER TABLE [dbo].[sys_announcement] ADD CONSTRAINT [PK__sys_anno__3213E83FA37D9B13] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_category -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sc_code] ON [dbo].[sys_category] ( [code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_category -- ---------------------------- ALTER TABLE [dbo].[sys_category] ADD CONSTRAINT [PK__sys_cate__3213E83F28B857C4] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_check_rule -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_scr_rule_code] ON [dbo].[sys_check_rule] ( [rule_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_check_rule -- ---------------------------- ALTER TABLE [dbo].[sys_check_rule] ADD CONSTRAINT [PK__sys_chec__3213E83F57F1CBB9] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_comment -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_table_data_id] ON [dbo].[sys_comment] ( [table_name] ASC, [table_data_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_comment -- ---------------------------- ALTER TABLE [dbo].[sys_comment] ADD CONSTRAINT [PK__sys_comm__3213E83F260770A9] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_data_log -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sdl_data_table_id] ON [dbo].[sys_data_log] ( [data_table] ASC, [data_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_data_log -- ---------------------------- ALTER TABLE [dbo].[sys_data_log] ADD CONSTRAINT [PK__sys_data__3213E83F7115D9F6] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_data_source -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_sdc_rule_code] ON [dbo].[sys_data_source] ( [code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_data_source -- ---------------------------- ALTER TABLE [dbo].[sys_data_source] ADD CONSTRAINT [PK__sys_data__3213E83F9E3FF97E] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_depart -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_depart_org_code] ON [dbo].[sys_depart] ( [org_code] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sd_parent_id] ON [dbo].[sys_depart] ( [parent_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sd_depart_order] ON [dbo].[sys_depart] ( [depart_order] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sd_org_code] ON [dbo].[sys_depart] ( [org_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_depart -- ---------------------------- ALTER TABLE [dbo].[sys_depart] ADD CONSTRAINT [PK__sys_depa__3213E83F84CC448C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_depart_permission -- ---------------------------- ALTER TABLE [dbo].[sys_depart_permission] ADD CONSTRAINT [PK__sys_depa__3213E83F0E143363] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_depart_role -- ---------------------------- ALTER TABLE [dbo].[sys_depart_role] ADD CONSTRAINT [PK__sys_depa__3213E83F2E7A3459] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_depart_role_permission -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sdrp_role_per_id] ON [dbo].[sys_depart_role_permission] ( [role_id] ASC, [permission_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdrp_role_id] ON [dbo].[sys_depart_role_permission] ( [role_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdrp_per_id] ON [dbo].[sys_depart_role_permission] ( [permission_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_depart_role_permission -- ---------------------------- ALTER TABLE [dbo].[sys_depart_role_permission] ADD CONSTRAINT [PK__sys_depa__3213E83FA9F56538] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_depart_role_user -- ---------------------------- ALTER TABLE [dbo].[sys_depart_role_user] ADD CONSTRAINT [PK__sys_depa__3213E83FD425FCC2] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_dict -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_sd_dict_code] ON [dbo].[sys_dict] ( [dict_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_dict -- ---------------------------- ALTER TABLE [dbo].[sys_dict] ADD CONSTRAINT [PK__sys_dict__3213E83F8263D489] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_dict_item -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sdi_role_dict_id] ON [dbo].[sys_dict_item] ( [dict_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdi_role_sort_order] ON [dbo].[sys_dict_item] ( [sort_order] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdi_status] ON [dbo].[sys_dict_item] ( [status] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sdi_dict_val] ON [dbo].[sys_dict_item] ( [dict_id] ASC, [item_value] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_dict_item -- ---------------------------- ALTER TABLE [dbo].[sys_dict_item] ADD CONSTRAINT [PK__sys_dict__3213E83FEF77BC5C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_files -- ---------------------------- CREATE NONCLUSTERED INDEX [index_tenant_id] ON [dbo].[sys_files] ( [tenant_id] ASC ) GO CREATE NONCLUSTERED INDEX [index_del_flag] ON [dbo].[sys_files] ( [del_flag] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_files -- ---------------------------- ALTER TABLE [dbo].[sys_files] ADD CONSTRAINT [PK__sys_file__3213E83FF2FE8AF1] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_fill_rule -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_sfr_rule_code] ON [dbo].[sys_fill_rule] ( [rule_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_fill_rule -- ---------------------------- ALTER TABLE [dbo].[sys_fill_rule] ADD CONSTRAINT [PK__sys_fill__3213E83FFA9332D3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_form_file -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_table_form] ON [dbo].[sys_form_file] ( [table_name] ASC, [table_data_id] ASC ) GO CREATE NONCLUSTERED INDEX [index_file_id] ON [dbo].[sys_form_file] ( [file_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_form_file -- ---------------------------- ALTER TABLE [dbo].[sys_form_file] ADD CONSTRAINT [PK__sys_form__3213E83FCD404495] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_gateway_route -- ---------------------------- ALTER TABLE [dbo].[sys_gateway_route] ADD CONSTRAINT [PK__sys_gate__3213E83F918F59FC] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_log -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sl_userid] ON [dbo].[sys_log] ( [userid] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sl_log_type] ON [dbo].[sys_log] ( [log_type] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sl_operate_type] ON [dbo].[sys_log] ( [operate_type] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sl_create_time] ON [dbo].[sys_log] ( [create_time] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_log -- ---------------------------- ALTER TABLE [dbo].[sys_log] ADD CONSTRAINT [PK__sys_log__3213E83F2B682204] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_permission -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sp_parent_id] ON [dbo].[sys_permission] ( [parent_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_is_route] ON [dbo].[sys_permission] ( [is_route] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_is_leaf] ON [dbo].[sys_permission] ( [is_leaf] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_sort_no] ON [dbo].[sys_permission] ( [sort_no] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_del_flag] ON [dbo].[sys_permission] ( [del_flag] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_menu_type] ON [dbo].[sys_permission] ( [menu_type] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_hidden] ON [dbo].[sys_permission] ( [hidden] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sp_status] ON [dbo].[sys_permission] ( [status] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_permission -- ---------------------------- ALTER TABLE [dbo].[sys_permission] ADD CONSTRAINT [PK__sys_perm__3213E83F96E8BC1F] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_permission_data_rule -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_spdr_permission_id] ON [dbo].[sys_permission_data_rule] ( [permission_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_permission_data_rule -- ---------------------------- ALTER TABLE [dbo].[sys_permission_data_rule] ADD CONSTRAINT [PK__sys_perm__3213E83F8A1450AA] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_permission_v3 -- ---------------------------- CREATE NONCLUSTERED INDEX [index_menu_type] ON [dbo].[sys_permission_v3] ( [menu_type] ASC ) GO CREATE NONCLUSTERED INDEX [index_menu_hidden] ON [dbo].[sys_permission_v3] ( [hidden] ASC ) GO CREATE NONCLUSTERED INDEX [index_menu_status] ON [dbo].[sys_permission_v3] ( [status] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_permission_v3 -- ---------------------------- ALTER TABLE [dbo].[sys_permission_v3] ADD CONSTRAINT [PK__sys_perm__3213E83F00E49FD3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_position -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_code] ON [dbo].[sys_position] ( [code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_position -- ---------------------------- ALTER TABLE [dbo].[sys_position] ADD CONSTRAINT [PK__sys_posi__3213E83F22016FDB] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_quartz_job -- ---------------------------- ALTER TABLE [dbo].[sys_quartz_job] ADD CONSTRAINT [PK__sys_quar__3213E83FB0B0A405] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_role -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_role_role_code] ON [dbo].[sys_role] ( [role_code] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sr_role_code] ON [dbo].[sys_role] ( [role_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_role -- ---------------------------- ALTER TABLE [dbo].[sys_role] ADD CONSTRAINT [PK__sys_role__3213E83F1965FB35] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_role_index -- ---------------------------- ALTER TABLE [dbo].[sys_role_index] ADD CONSTRAINT [PK__sys_role__3213E83F130A082B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_role_permission -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_srp_role_per_id] ON [dbo].[sys_role_permission] ( [role_id] ASC, [permission_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_srp_role_id] ON [dbo].[sys_role_permission] ( [role_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_srp_permission_id] ON [dbo].[sys_role_permission] ( [permission_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_role_permission -- ---------------------------- ALTER TABLE [dbo].[sys_role_permission] ADD CONSTRAINT [PK__sys_role__3213E83F1755D5E7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_sms -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_ss_es_type] ON [dbo].[sys_sms] ( [es_type] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ss_es_receiver] ON [dbo].[sys_sms] ( [es_receiver] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ss_es_send_time] ON [dbo].[sys_sms] ( [es_send_time] ASC ) GO CREATE NONCLUSTERED INDEX [idx_ss_es_send_status] ON [dbo].[sys_sms] ( [es_send_status] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_sms -- ---------------------------- ALTER TABLE [dbo].[sys_sms] ADD CONSTRAINT [PK__sys_sms__3213E83F2955B9F0] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_sms_template -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_sst_template_code] ON [dbo].[sys_sms_template] ( [template_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_sms_template -- ---------------------------- ALTER TABLE [dbo].[sys_sms_template] ADD CONSTRAINT [PK__sys_sms___3213E83F7D2CEE72] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table sys_tenant -- ---------------------------- ALTER TABLE [dbo].[sys_tenant] ADD CONSTRAINT [PK__sys_tena__3213E83FF187A58D] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_third_account -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_third_account_third_type_third_user_id] ON [dbo].[sys_third_account] ( [third_type] ASC, [third_user_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_third_account -- ---------------------------- ALTER TABLE [dbo].[sys_third_account] ADD CONSTRAINT [PK__sys_thir__3213E83FE05007F3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_user -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_user_work_no] ON [dbo].[sys_user] ( [work_no] ASC ) GO CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_user_username] ON [dbo].[sys_user] ( [username] ASC ) GO CREATE NONCLUSTERED INDEX [idx_su_username] ON [dbo].[sys_user] ( [username] ASC ) GO CREATE NONCLUSTERED INDEX [idx_su_status] ON [dbo].[sys_user] ( [status] ASC ) GO CREATE NONCLUSTERED INDEX [idx_su_del_flag] ON [dbo].[sys_user] ( [del_flag] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_user -- ---------------------------- ALTER TABLE [dbo].[sys_user] ADD CONSTRAINT [PK__sys_user__3213E83FE8B5B2E3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_user_agent -- ---------------------------- CREATE UNIQUE NONCLUSTERED INDEX [uk_sug_user_name] ON [dbo].[sys_user_agent] ( [user_name] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sug_status] ON [dbo].[sys_user_agent] ( [status] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sug_start_time] ON [dbo].[sys_user_agent] ( [start_time] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sug_end_time] ON [dbo].[sys_user_agent] ( [end_time] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_user_agent -- ---------------------------- ALTER TABLE [dbo].[sys_user_agent] ADD CONSTRAINT [PK__sys_user__3213E83FFBD286BF] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_user_depart -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sud_user_id] ON [dbo].[sys_user_depart] ( [user_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sud_dep_id] ON [dbo].[sys_user_depart] ( [dep_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sud_user_dep_id] ON [dbo].[sys_user_depart] ( [user_id] ASC, [dep_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_user_depart -- ---------------------------- ALTER TABLE [dbo].[sys_user_depart] ADD CONSTRAINT [PK__sys_user__3214EC277E224C96] PRIMARY KEY CLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table sys_user_role -- ---------------------------- CREATE NONCLUSTERED INDEX [idx_sur_user_id] ON [dbo].[sys_user_role] ( [user_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sur_role_id] ON [dbo].[sys_user_role] ( [role_id] ASC ) GO CREATE NONCLUSTERED INDEX [idx_sur_user_role_id] ON [dbo].[sys_user_role] ( [user_id] ASC, [role_id] ASC ) GO -- ---------------------------- -- Primary Key structure for table sys_user_role -- ---------------------------- ALTER TABLE [dbo].[sys_user_role] ADD CONSTRAINT [PK__sys_user__3213E83F451FDE7A] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_demo -- ---------------------------- ALTER TABLE [dbo].[test_demo] ADD CONSTRAINT [PK__test_dem__3213E83FEDD3CC81] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_enhance_select -- ---------------------------- ALTER TABLE [dbo].[test_enhance_select] ADD CONSTRAINT [PK__test_enh__3213E83FBE8198CE] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_note -- ---------------------------- ALTER TABLE [dbo].[test_note] ADD CONSTRAINT [PK__test_not__3213E83F7C92D3A7] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_online_link -- ---------------------------- ALTER TABLE [dbo].[test_online_link] ADD CONSTRAINT [PK__test_onl__3213E83F75F8BE75] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_order_main -- ---------------------------- ALTER TABLE [dbo].[test_order_main] ADD CONSTRAINT [PK__test_ord__3213E83FBCF75AB3] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_order_product -- ---------------------------- ALTER TABLE [dbo].[test_order_product] ADD CONSTRAINT [PK__test_ord__3213E83F610B3F7C] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_person -- ---------------------------- ALTER TABLE [dbo].[test_person] ADD CONSTRAINT [PK__test_per__3213E83F71478D3B] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table test_shoptype_tree -- ---------------------------- ALTER TABLE [dbo].[test_shoptype_tree] ADD CONSTRAINT [PK__test_sho__3213E83F68F1AB60] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table v3_demo1 -- ---------------------------- ALTER TABLE [dbo].[v3_demo1] ADD CONSTRAINT [PK__v3_demo1__3213E83FD461BA32] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table v3_hello -- ---------------------------- ALTER TABLE [dbo].[v3_hello] ADD CONSTRAINT [PK__v3_hello__3213E83F4CE4D826] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Foreign Keys structure for table QRTZ_CRON_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_CRON_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) REFERENCES [dbo].[QRTZ_TRIGGERS] ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) ON DELETE CASCADE ON UPDATE NO ACTION GO -- ---------------------------- -- Foreign Keys structure for table QRTZ_SIMPLE_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_SIMPLE_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) REFERENCES [dbo].[QRTZ_TRIGGERS] ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) ON DELETE CASCADE ON UPDATE NO ACTION GO -- ---------------------------- -- Foreign Keys structure for table QRTZ_SIMPROP_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_SIMPROP_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) REFERENCES [dbo].[QRTZ_TRIGGERS] ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) ON DELETE CASCADE ON UPDATE NO ACTION GO -- ---------------------------- -- Foreign Keys structure for table QRTZ_TRIGGERS -- ---------------------------- ALTER TABLE [dbo].[QRTZ_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_TRIGGERS_QRTZ_JOB_DETAILS] FOREIGN KEY ([SCHED_NAME], [JOB_NAME], [JOB_GROUP]) REFERENCES [dbo].[QRTZ_JOB_DETAILS] ([SCHED_NAME], [JOB_NAME], [JOB_GROUP]) ON DELETE NO ACTION ON UPDATE NO ACTION GO