diff --git a/models/wuliaotest01.pdf b/models/wuliaotest01.pdf new file mode 100644 index 0000000..5e3a4bf Binary files /dev/null and b/models/wuliaotest01.pdf differ diff --git a/pom.xml b/pom.xml index a1fc157..737bf5e 100644 --- a/pom.xml +++ b/pom.xml @@ -254,7 +254,11 @@ 3.5.3 - + + ognl + ognl + 3.2.21 + diff --git a/sql/winps_20240731.sql b/sql/winps_20240731.sql new file mode 100644 index 0000000..0bac41c --- /dev/null +++ b/sql/winps_20240731.sql @@ -0,0 +1,4124 @@ +/* + Navicat Premium Data Transfer + + Source Server : localhost + Source Server Type : MySQL + Source Server Version : 80031 + Source Host : localhost:3306 + Source Schema : winps + + Target Server Type : MySQL + Target Server Version : 80031 + File Encoding : 65001 + + Date: 31/07/2024 14:34:30 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for gen_table +-- ---------------------------- +DROP TABLE IF EXISTS `gen_table`; +CREATE TABLE `gen_table` ( + `table_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '编号', + `table_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '表名称', + `table_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '表描述', + `sub_table_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '关联子表的表名', + `sub_table_fk_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '子表关联的外键名', + `class_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '实体类名称', + `tpl_category` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作 sub主子表操作)', + `package_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '生成包路径', + `module_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '生成模块名', + `business_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '生成业务名', + `function_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '生成功能名', + `function_author` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '生成功能作者', + `form_col_num` int(0) NULL DEFAULT 1 COMMENT '表单布局(单列 双列 三列)', + `gen_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '生成代码方式(0zip压缩包 1自定义路径)', + `gen_path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '/' COMMENT '生成路径(不填默认项目路径)', + `options` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '其它生成选项', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`table_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '代码生成业务表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of gen_table +-- ---------------------------- +INSERT INTO `gen_table` VALUES (2, 'win_print_clientinfo', '打印客户端配置', '', NULL, 'WinPrintClientinfo', 'crud', 'com.win.print', 'print', 'clientinfo', '打印客户端配置', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-16 13:11:36', '', '2024-07-22 08:30:52', ''); +INSERT INTO `gen_table` VALUES (3, 'win_print_model', '打印模版设置', 'win_print_model_params', 'model_code', 'WinPrintModel', 'sub', 'com.win.print', 'print', 'modelmanager', '打印模版设置', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-20 11:27:53', '', '2024-07-22 09:37:09', ''); +INSERT INTO `gen_table` VALUES (4, 'win_print_model_params', '模版参数属性配置表', 'win_print_model', 'm_code', 'WinPrintModelParams', 'sub', 'com.win.print', 'print', 'modelparams', '模版参数管理', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-20 11:27:54', '', '2024-07-20 12:04:06', ''); +INSERT INTO `gen_table` VALUES (5, 'win_print_model_string', '数据库模版', '', NULL, 'WinPrintModelString', 'crud', 'com.win.print', 'print', 'datamodel', '数据库模版', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-20 11:27:54', '', '2024-07-22 08:21:13', ''); +INSERT INTO `gen_table` VALUES (6, 'win_print_settings', '打印机的基本设置', '', NULL, 'WinPrintSettings', 'crud', 'com.win.print', 'print', 'printsettings', '打印设置管理', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-20 11:27:54', '', '2024-07-23 17:29:23', ''); +INSERT INTO `gen_table` VALUES (7, 'win_print_tasks_logs', '打印任务日志', '', NULL, 'WinPrintTasksLogs', 'crud', 'com.win.print', 'print', 'logmanager', '打印任务日志', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-20 11:27:54', '', '2024-07-23 17:12:23', ''); +INSERT INTO `gen_table` VALUES (8, 'win_print_client_printers', '客户端打印机对照表', '', NULL, 'WinPrintClientPrinters', 'crud', 'com.win.print', 'print', 'clientPrinters', '客户端打印机对照', 'zhousq', 1, '0', '/', '{\"parentMenuId\":\"2000\",\"treeName\":\"\",\"treeParentCode\":\"\",\"parentMenuName\":\"打印管理\",\"treeCode\":\"\"}', 'admin', '2024-07-29 09:55:10', '', '2024-07-29 19:19:30', ''); + +-- ---------------------------- +-- Table structure for gen_table_column +-- ---------------------------- +DROP TABLE IF EXISTS `gen_table_column`; +CREATE TABLE `gen_table_column` ( + `column_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '编号', + `table_id` bigint(0) NULL DEFAULT NULL COMMENT '归属表编号', + `column_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '列名称', + `column_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '列描述', + `column_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '列类型', + `java_type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'JAVA类型', + `java_field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'JAVA字段名', + `is_pk` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否主键(1是)', + `is_increment` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否自增(1是)', + `is_required` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否必填(1是)', + `is_insert` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否为插入字段(1是)', + `is_edit` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否编辑字段(1是)', + `is_list` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否列表字段(1是)', + `is_query` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否查询字段(1是)', + `query_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)', + `html_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)', + `dict_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '字典类型', + `sort` int(0) NULL DEFAULT NULL COMMENT '排序', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`column_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 111 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '代码生成业务表字段' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of gen_table_column +-- ---------------------------- +INSERT INTO `gen_table_column` VALUES (13, 2, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (14, 2, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (15, 2, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (16, 2, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (17, 2, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (18, 2, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (19, 2, 'client_name', '客户端名称', 'varchar(90)', 'String', 'clientName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 7, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (20, 2, 'client_pwd', '客户端秘钥', 'varchar(64)', 'String', 'clientPwd', '0', '0', NULL, '1', '1', NULL, NULL, 'EQ', 'input', '', 9, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (21, 2, 'security_model', '访问模', 'varchar(4)', 'String', 'securityModel', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'select', 'security_access_type', 10, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (22, 2, 'default_printer', '默认打印机', 'varchar(64)', 'String', 'defaultPrinter', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 11, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:53'); +INSERT INTO `gen_table_column` VALUES (25, 2, 'id', 'id', 'int', 'Long', 'id', '0', '0', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 14, 'admin', '2024-07-16 13:11:36', NULL, '2024-07-22 08:30:53'); +INSERT INTO `gen_table_column` VALUES (26, 2, 'client_code', '客户端编码', 'varchar(32)', 'String', 'clientCode', '0', '0', NULL, '1', NULL, '1', '1', 'EQ', 'input', '', 8, '', '2024-07-16 14:06:41', NULL, '2024-07-22 08:30:52'); +INSERT INTO `gen_table_column` VALUES (27, 2, 'client_ip', 'IP地址', 'varchar(64)', 'String', 'clientIp', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, '', '2024-07-16 14:06:42', NULL, '2024-07-22 08:30:53'); +INSERT INTO `gen_table_column` VALUES (28, 3, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-20 11:27:53', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (29, 3, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-20 11:27:53', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (30, 3, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (31, 3, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (32, 3, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (33, 3, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (34, 3, 'id', 'id', 'int', 'Long', 'id', '1', '1', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 7, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (35, 3, 'm_name', '模版名称', 'varchar(64)', 'String', 'mName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 8, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (36, 3, 'm_code', '模版编号', 'varchar(64)', 'String', 'mCode', '1', '0', NULL, '1', NULL, '1', '1', 'EQ', 'input', '', 9, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (37, 3, 'm_type', '模版类型', 'varchar(32)', 'String', 'mType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', 'print_model_type', 10, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (38, 3, 'm_url', '模版地址', 'varchar(900)', 'String', 'mUrl', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (39, 3, 'is_dyparam', '是否动态参数', 'varchar(1)', 'String', 'isDyparam', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', 'sys_yes_no', 12, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 09:37:09'); +INSERT INTO `gen_table_column` VALUES (40, 4, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (41, 4, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (42, 4, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (43, 4, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (44, 4, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (45, 4, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (46, 4, 'id', 'id', 'int', 'Long', 'id', '1', '1', NULL, '1', NULL, '1', NULL, 'EQ', 'input', '', 7, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (47, 4, 'model_code', '模版编号', 'varchar(64)', 'String', 'modelCode', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', '', 8, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (48, 4, 'param_code', '参数名', 'varchar(64)', 'String', 'paramCode', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (49, 4, 'param_desc', '参数描述', 'varchar(255)', 'String', 'paramDesc', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 10, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (50, 4, 'param_type', '参数类型', 'varchar(32)', 'String', 'paramType', '0', '0', '1', '1', '1', '1', NULL, 'EQ', 'select', 'param_type', 11, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-20 12:04:06'); +INSERT INTO `gen_table_column` VALUES (51, 5, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (52, 5, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (53, 5, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (54, 5, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (55, 5, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (56, 5, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (57, 5, 'id', 'id', 'int', 'Long', 'id', '1', '1', NULL, '1', NULL, '1', NULL, 'EQ', 'input', '', 7, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (58, 5, 'model_code', '模版编码', 'varchar(64)', 'String', 'modelCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (59, 5, 'model_type', '模版类型', 'varchar(32)', 'String', 'modelType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', 'print_model_type', 9, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (60, 5, 'model_data', '模版数据', 'text', 'String', 'modelData', '0', '0', NULL, '1', '1', NULL, NULL, 'EQ', 'textarea', '', 10, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-22 08:21:13'); +INSERT INTO `gen_table_column` VALUES (61, 6, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (62, 6, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (63, 6, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (64, 6, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (65, 6, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (66, 6, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (67, 6, 'id', 'id', 'int', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 7, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (68, 6, 'setting_code', '配置编码', 'varchar(64)', 'String', 'settingCode', '0', '0', NULL, '1', NULL, '1', '1', 'EQ', 'input', '', 8, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (70, 6, 'paper_type', '纸张类型', 'varchar(32)', 'String', 'paperType', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'select', 'print_paper_type', 10, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (71, 6, 'paper_direction', '纸张方向', 'varchar(32)', 'String', 'paperDirection', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', 'print_paper_rotation', 11, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (72, 6, 'is_doubles', '是否双面打印', 'varchar(1)', 'String', 'isDoubles', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', 'sys_yes_no', 12, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (73, 6, 'is_color', '是否彩色', 'varchar(1)', 'String', 'isColor', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', 'sys_yes_no', 13, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (74, 6, 'is_define', '是否自定义', 'varchar(1)', 'String', 'isDefine', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', 'sys_yes_no', 14, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (75, 6, 'define_properties', '纸张自定义属性', 'varchar(900)', 'String', 'defineProperties', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'textarea', '', 15, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (76, 7, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:23'); +INSERT INTO `gen_table_column` VALUES (77, 7, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:23'); +INSERT INTO `gen_table_column` VALUES (78, 7, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:23'); +INSERT INTO `gen_table_column` VALUES (79, 7, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, '1', '1', 'EQ', 'datetime', '', 4, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:23'); +INSERT INTO `gen_table_column` VALUES (80, 7, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:23'); +INSERT INTO `gen_table_column` VALUES (81, 7, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:23'); +INSERT INTO `gen_table_column` VALUES (82, 7, 'id', 'id', 'int', 'Long', 'id', '1', '1', NULL, '1', NULL, NULL, NULL, 'EQ', 'input', '', 7, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (83, 7, 'client_code', '客户端编码', 'varchar(64)', 'String', 'clientCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (84, 7, 'task_status', '状态', 'varchar(4)', 'String', 'taskStatus', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'radio', 'sys_job_status', 17, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (85, 7, 'ip_addr', 'IP地址', 'varchar(64)', 'String', 'ipAddr', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (86, 7, 'print_type', '打印类型', 'varchar(32)', 'String', 'printType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', 'print_type', 18, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (87, 7, 'model_code', '模版编码', 'varchar(64)', 'String', 'modelCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (88, 7, 'data_file', '数据文件', 'text', 'String', 'dataFile', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (89, 7, 'request_type', '请求类型', 'varchar(32)', 'String', 'requestType', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', 'request_type', 19, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (91, 7, 'printer_name', '打印机名称', 'varchar(255)', 'String', 'printerName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 14, 'admin', '2024-07-20 11:27:54', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (92, 2, 'print_settings', '打印配置', 'varchar(1)', 'String', 'printSettings', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'select', 'print_type', 12, '', '2024-07-22 08:27:57', NULL, '2024-07-22 08:30:53'); +INSERT INTO `gen_table_column` VALUES (93, 2, 'default_model', '默认模版', 'varchar(255)', 'String', 'defaultModel', '0', '0', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 15, '', '2024-07-22 08:27:57', NULL, '2024-07-22 08:30:53'); +INSERT INTO `gen_table_column` VALUES (94, 7, 'print_setting_code', '打印配置', 'varchar(64)', 'String', 'printSettingCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 15, '', '2024-07-23 17:08:10', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (95, 7, 'model_page', '模版纸张', 'varchar(32)', 'String', 'modelPage', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 11, '', '2024-07-23 17:08:10', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (96, 7, 'is_page_rolated', '是否横向', 'varchar(8)', 'String', 'isPageRolated', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 12, '', '2024-07-23 17:08:10', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (97, 7, 'task_id', 'UUID', 'varchar(255)', 'String', 'taskId', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 20, '', '2024-07-23 17:08:10', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (98, 7, 'copy_counts', '份数', 'int', 'Long', 'copyCounts', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 16, '', '2024-07-23 17:08:10', NULL, '2024-07-23 17:12:24'); +INSERT INTO `gen_table_column` VALUES (99, 6, 'v_desc', '配置描述', 'varchar(255)', 'String', 'vDesc', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 9, '', '2024-07-23 17:27:53', NULL, '2024-07-23 17:29:23'); +INSERT INTO `gen_table_column` VALUES (100, 8, 'tenant_id', '租户号', 'varchar(32)', 'String', 'tenantId', '0', '0', '1', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (101, 8, 'revision', '乐观锁', 'int', 'Long', 'revision', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (102, 8, 'created_by', '创建人', 'varchar(32)', 'String', 'createdBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (103, 8, 'created_time', '创建时间', 'datetime', 'Date', 'createdTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (104, 8, 'updated_by', '更新人', 'varchar(32)', 'String', 'updatedBy', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (105, 8, 'updated_time', '更新时间', 'datetime', 'Date', 'updatedTime', '0', '0', NULL, NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (106, 8, 'client_code', '客户端编码', 'varchar(64)', 'String', 'clientCode', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 7, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (107, 8, 'printer_name', '打印机实体名称', 'varchar(255)', 'String', 'printerName', '0', '0', NULL, '1', '1', '1', '1', 'LIKE', 'input', '', 8, 'admin', '2024-07-29 09:55:10', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (108, 8, 'printer_uuid', '打印机编码', 'varchar(64)', 'String', 'printerUuid', '1', '0', NULL, '1', NULL, '1', NULL, 'EQ', 'input', '', 9, '', '2024-07-29 19:18:23', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (109, 8, 'printer_name_busy', '打印机业务名称', 'varchar(255)', 'String', 'printerNameBusy', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'input', '', 10, '', '2024-07-29 19:18:23', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (110, 8, 'status', '状态', 'varchar(8)', 'String', 'status', '0', '0', NULL, NULL, '1', '1', '1', 'EQ', 'radio', '', 11, '', '2024-07-29 19:18:23', NULL, '2024-07-29 19:19:30'); +INSERT INTO `gen_table_column` VALUES (111, 8, 'id', '', 'bigint unsigned', 'String', 'id', '1', '1', NULL, '1', '1', '1', NULL, 'EQ', 'input', '', 12, '', '2024-07-29 19:18:23', NULL, '2024-07-29 19:19:30'); + +-- ---------------------------- +-- Table structure for sys_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_config`; +CREATE TABLE `sys_config` ( + `config_id` int(0) NOT NULL AUTO_INCREMENT COMMENT '参数主键', + `config_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '参数名称', + `config_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '参数键名', + `config_value` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '参数键值', + `config_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT 'N' COMMENT '系统内置(Y是 N否)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`config_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 100 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '参数配置表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_config +-- ---------------------------- +INSERT INTO `sys_config` VALUES (1, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 'admin', '2024-07-15 16:26:10', '', NULL, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow'); +INSERT INTO `sys_config` VALUES (2, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 'admin', '2024-07-15 16:26:10', '', NULL, '初始化密码 123456'); +INSERT INTO `sys_config` VALUES (3, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 'admin', '2024-07-15 16:26:10', '', NULL, '深黑主题theme-dark,浅色主题theme-light,深蓝主题theme-blue'); +INSERT INTO `sys_config` VALUES (4, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 'admin', '2024-07-15 16:26:10', '', NULL, '是否开启注册用户功能(true开启,false关闭)'); +INSERT INTO `sys_config` VALUES (5, '用户管理-密码字符范围', 'sys.account.chrtype', '0', 'Y', 'admin', '2024-07-15 16:26:10', '', NULL, '默认任意字符范围,0任意(密码可以输入任意字符),1数字(密码只能为0-9数字),2英文字母(密码只能为a-z和A-Z字母),3字母和数字(密码必须包含字母,数字),4字母数字和特殊字符(目前支持的特殊字符包括:~!@#$%^&*()-=_+)'); +INSERT INTO `sys_config` VALUES (6, '用户管理-初始密码修改策略', 'sys.account.initPasswordModify', '1', 'Y', 'admin', '2024-07-15 16:26:11', '', NULL, '0:初始密码修改策略关闭,没有任何提示,1:提醒用户,如果未修改初始密码,则在登录时就会提醒修改密码对话框'); +INSERT INTO `sys_config` VALUES (7, '用户管理-账号密码更新周期', 'sys.account.passwordValidateDays', '0', 'Y', 'admin', '2024-07-15 16:26:11', '', NULL, '密码更新周期(填写数字,数据初始化值为0不限制,若修改必须为大于0小于365的正整数),如果超过这个周期登录系统时,则在登录时就会提醒修改密码对话框'); +INSERT INTO `sys_config` VALUES (8, '主框架页-菜单导航显示风格', 'sys.index.menuStyle', 'default', 'Y', 'admin', '2024-07-15 16:26:11', '', NULL, '菜单导航显示风格(default为左侧导航菜单,topnav为顶部导航菜单)'); +INSERT INTO `sys_config` VALUES (9, '主框架页-是否开启页脚', 'sys.index.footer', 'true', 'Y', 'admin', '2024-07-15 16:26:11', '', NULL, '是否开启底部页脚显示(true显示,false隐藏)'); +INSERT INTO `sys_config` VALUES (10, '主框架页-是否开启页签', 'sys.index.tagsView', 'true', 'Y', 'admin', '2024-07-15 16:26:11', '', NULL, '是否开启菜单多页签显示(true显示,false隐藏)'); +INSERT INTO `sys_config` VALUES (11, '用户登录-黑名单列表', 'sys.login.blackIPList', '', 'Y', 'admin', '2024-07-15 16:26:11', '', NULL, '设置登录IP黑名单限制,多个匹配项以;分隔,支持匹配(*通配、网段)'); + +-- ---------------------------- +-- Table structure for sys_dept +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dept`; +CREATE TABLE `sys_dept` ( + `dept_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '部门id', + `parent_id` bigint(0) NULL DEFAULT 0 COMMENT '父部门id', + `ancestors` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '祖级列表', + `dept_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '部门名称', + `order_num` int(0) NULL DEFAULT 0 COMMENT '显示顺序', + `leader` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '负责人', + `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '联系电话', + `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '邮箱', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '部门状态(0正常 1停用)', + `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`dept_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 200 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '部门表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_dept +-- ---------------------------- +INSERT INTO `sys_dept` VALUES (1, 0, '', '闻荫科技', 0, NULL, NULL, NULL, '0', '0', '', NULL, '', NULL); + +-- ---------------------------- +-- Table structure for sys_dict_data +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_data`; +CREATE TABLE `sys_dict_data` ( + `dict_code` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '字典编码', + `dict_sort` int(0) NULL DEFAULT 0 COMMENT '字典排序', + `dict_label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '字典标签', + `dict_value` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '字典键值', + `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '字典类型', + `css_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '样式属性(其他样式扩展)', + `list_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '表格回显样式', + `is_default` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT 'N' COMMENT '是否默认(Y是 N否)', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '状态(0正常 1停用)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`dict_code`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 127 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '字典数据表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_dict_data +-- ---------------------------- +INSERT INTO `sys_dict_data` VALUES (1, 1, '男', '0', 'sys_user_sex', '', '', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '性别男'); +INSERT INTO `sys_dict_data` VALUES (2, 2, '女', '1', 'sys_user_sex', '', '', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '性别女'); +INSERT INTO `sys_dict_data` VALUES (3, 3, '未知', '2', 'sys_user_sex', '', '', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '性别未知'); +INSERT INTO `sys_dict_data` VALUES (4, 1, '显示', '0', 'sys_show_hide', '', 'primary', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '显示菜单'); +INSERT INTO `sys_dict_data` VALUES (5, 2, '隐藏', '1', 'sys_show_hide', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '隐藏菜单'); +INSERT INTO `sys_dict_data` VALUES (6, 1, '正常', '0', 'sys_normal_disable', '', 'primary', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (7, 2, '停用', '1', 'sys_normal_disable', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '停用状态'); +INSERT INTO `sys_dict_data` VALUES (8, 1, '正常', '0', 'sys_job_status', '', 'primary', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (9, 2, '完成', '1', 'sys_job_status', '', 'primary', 'N', '0', 'admin', '2024-07-15 16:26:09', 'admin', '2024-07-23 18:54:00', '停用状态'); +INSERT INTO `sys_dict_data` VALUES (10, 1, '默认', 'DEFAULT', 'sys_job_group', '', '', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '默认分组'); +INSERT INTO `sys_dict_data` VALUES (11, 2, '系统', 'SYSTEM', 'sys_job_group', '', '', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '系统分组'); +INSERT INTO `sys_dict_data` VALUES (12, 1, '是', 'Y', 'sys_yes_no', '', 'primary', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '系统默认是'); +INSERT INTO `sys_dict_data` VALUES (13, 2, '否', 'N', 'sys_yes_no', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '系统默认否'); +INSERT INTO `sys_dict_data` VALUES (14, 1, '通知', '1', 'sys_notice_type', '', 'warning', 'Y', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '通知'); +INSERT INTO `sys_dict_data` VALUES (15, 2, '公告', '2', 'sys_notice_type', '', 'success', 'N', '0', 'admin', '2024-07-15 16:26:09', '', NULL, '公告'); +INSERT INTO `sys_dict_data` VALUES (16, 1, '正常', '0', 'sys_notice_status', '', 'primary', 'Y', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (17, 2, '关闭', '1', 'sys_notice_status', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '关闭状态'); +INSERT INTO `sys_dict_data` VALUES (18, 99, '其他', '0', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '其他操作'); +INSERT INTO `sys_dict_data` VALUES (19, 1, '新增', '1', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '新增操作'); +INSERT INTO `sys_dict_data` VALUES (20, 2, '修改', '2', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '修改操作'); +INSERT INTO `sys_dict_data` VALUES (21, 3, '删除', '3', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '删除操作'); +INSERT INTO `sys_dict_data` VALUES (22, 4, '授权', '4', 'sys_oper_type', '', 'primary', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '授权操作'); +INSERT INTO `sys_dict_data` VALUES (23, 5, '导出', '5', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '导出操作'); +INSERT INTO `sys_dict_data` VALUES (24, 6, '导入', '6', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '导入操作'); +INSERT INTO `sys_dict_data` VALUES (25, 7, '强退', '7', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '强退操作'); +INSERT INTO `sys_dict_data` VALUES (26, 8, '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '生成操作'); +INSERT INTO `sys_dict_data` VALUES (27, 9, '清空数据', '9', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '清空操作'); +INSERT INTO `sys_dict_data` VALUES (28, 1, '成功', '0', 'sys_common_status', '', 'primary', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '正常状态'); +INSERT INTO `sys_dict_data` VALUES (29, 2, '失败', '1', 'sys_common_status', '', 'danger', 'N', '0', 'admin', '2024-07-15 16:26:10', '', NULL, '停用状态'); +INSERT INTO `sys_dict_data` VALUES (100, 0, '白名单', 'WHITE', 'security_access_type', '', 'primary', 'Y', '0', 'admin', '2024-07-16 13:49:53', 'admin', '2024-07-16 13:50:34', ''); +INSERT INTO `sys_dict_data` VALUES (101, 1, 'IP地址', 'IP', 'security_access_type', '', 'default', 'Y', '0', 'admin', '2024-07-16 13:50:21', 'admin', '2024-07-16 13:50:42', ''); +INSERT INTO `sys_dict_data` VALUES (102, 2, '签名', 'DES', 'security_access_type', '', 'default', 'Y', '0', 'admin', '2024-07-16 13:56:13', 'admin', '2024-07-22 16:10:10', ''); +INSERT INTO `sys_dict_data` VALUES (103, 0, '横向', 'landscape', 'print_paper_rotation', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:37:24', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (104, 1, '纵向', 'portrait', 'print_paper_rotation', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:37:56', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (105, 1, 'A5', 'A5', 'print_paper_type', '', '', 'Y', '0', 'admin', '2024-07-20 11:38:21', 'admin', '2024-07-20 11:38:47', ''); +INSERT INTO `sys_dict_data` VALUES (106, 0, 'A4', 'A4', 'print_paper_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:38:40', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (107, 0, '系统内置', 'CLASS', 'model_type_src', '', '', 'Y', '0', 'admin', '2024-07-20 11:39:44', 'admin', '2024-07-23 10:30:51', ''); +INSERT INTO `sys_dict_data` VALUES (108, 1, '指定路径', 'FILE', 'model_type_src', '', '', 'Y', '0', 'admin', '2024-07-20 11:39:59', 'admin', '2024-07-23 10:31:10', ''); +INSERT INTO `sys_dict_data` VALUES (109, 2, '数据模版', 'STRING', 'model_type_src', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:40:19', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (110, 0, '模版打印', 'model', 'print_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:46:46', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (111, 1, '文件打印', 'file', 'print_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:47:11', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (112, 0, '白名单', 'white', 'request_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:50:12', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (113, 1, '密码', 'password', 'request_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:50:40', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (114, 2, '签名', 'rsa', 'request_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-20 11:51:00', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (115, 0, '字符', 'STR', 'param_type', '', '', 'Y', '0', 'admin', '2024-07-20 12:00:29', 'admin', '2024-07-25 08:30:24', ''); +INSERT INTO `sys_dict_data` VALUES (116, 1, '图片', 'IMG', 'param_type', '', '', 'Y', '0', 'admin', '2024-07-20 12:00:55', 'admin', '2024-07-25 08:30:14', ''); +INSERT INTO `sys_dict_data` VALUES (117, 0, 'thymeleaf', 'thymeleaf', 'model_type', '', '', 'Y', '0', 'admin', '2024-07-23 08:23:12', 'admin', '2024-07-23 08:24:47', ''); +INSERT INTO `sys_dict_data` VALUES (118, 2, 'freemarker', 'freemarker', 'model_type', '', '', 'Y', '0', 'admin', '2024-07-23 08:23:25', 'admin', '2024-07-23 08:24:54', ''); +INSERT INTO `sys_dict_data` VALUES (119, 1, 'pdf', 'pdf', 'model_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-23 08:23:39', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (120, 4, 'word', 'word', 'model_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-23 08:24:34', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (122, 2, 'B5', 'B5', 'print_paper_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-23 08:55:07', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (123, 0, 'A5', 'A5', 'model_page_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-23 09:16:10', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (124, 1, 'A4', 'A4', 'model_page_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-23 09:16:31', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (125, 2, 'USER', 'USER', 'model_page_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-23 09:16:47', '', NULL, NULL); +INSERT INTO `sys_dict_data` VALUES (126, 2, '二维码图片', 'QRIMG', 'param_type', NULL, NULL, 'Y', '0', 'admin', '2024-07-25 08:30:04', '', NULL, NULL); + +-- ---------------------------- +-- Table structure for sys_dict_type +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_type`; +CREATE TABLE `sys_dict_type` ( + `dict_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '字典主键', + `dict_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '字典名称', + `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '字典类型', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '状态(0正常 1停用)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`dict_id`) USING BTREE, + UNIQUE INDEX `dict_type`(`dict_type`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 109 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '字典类型表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_dict_type +-- ---------------------------- +INSERT INTO `sys_dict_type` VALUES (1, '用户性别', 'sys_user_sex', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '用户性别列表'); +INSERT INTO `sys_dict_type` VALUES (2, '菜单状态', 'sys_show_hide', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '菜单状态列表'); +INSERT INTO `sys_dict_type` VALUES (3, '系统开关', 'sys_normal_disable', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '系统开关列表'); +INSERT INTO `sys_dict_type` VALUES (4, '任务状态', 'sys_job_status', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '任务状态列表'); +INSERT INTO `sys_dict_type` VALUES (5, '任务分组', 'sys_job_group', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '任务分组列表'); +INSERT INTO `sys_dict_type` VALUES (6, '系统是否', 'sys_yes_no', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '系统是否列表'); +INSERT INTO `sys_dict_type` VALUES (7, '通知类型', 'sys_notice_type', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '通知类型列表'); +INSERT INTO `sys_dict_type` VALUES (8, '通知状态', 'sys_notice_status', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '通知状态列表'); +INSERT INTO `sys_dict_type` VALUES (9, '操作类型', 'sys_oper_type', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '操作类型列表'); +INSERT INTO `sys_dict_type` VALUES (10, '系统状态', 'sys_common_status', '0', 'admin', '2024-07-15 16:26:08', '', NULL, '登录状态列表'); +INSERT INTO `sys_dict_type` VALUES (100, '访问模式', 'security_access_type', '0', 'admin', '2024-07-16 13:49:01', '', NULL, '客户端请求验证的安全模式;默认通过客户端的名称验证'); +INSERT INTO `sys_dict_type` VALUES (101, '模版来源类型', 'model_type_src', '0', 'admin', '2024-07-20 11:30:16', 'admin', '2024-07-23 08:21:27', ''); +INSERT INTO `sys_dict_type` VALUES (102, '打印纸张类型', 'print_paper_type', '0', 'admin', '2024-07-20 11:30:42', 'admin', '2024-07-20 11:31:01', ''); +INSERT INTO `sys_dict_type` VALUES (103, '打印纸张方向', 'print_paper_rotation', '0', 'admin', '2024-07-20 11:32:05', '', NULL, NULL); +INSERT INTO `sys_dict_type` VALUES (105, '打印类型', 'print_type', '0', 'admin', '2024-07-20 11:46:20', '', NULL, NULL); +INSERT INTO `sys_dict_type` VALUES (106, '请求类型', 'request_type', '0', 'admin', '2024-07-20 11:49:38', '', NULL, NULL); +INSERT INTO `sys_dict_type` VALUES (107, '参数类型', 'param_type', '0', 'admin', '2024-07-20 12:00:10', '', NULL, NULL); +INSERT INTO `sys_dict_type` VALUES (108, '模版类型', 'model_type', '0', 'admin', '2024-07-23 08:20:53', 'admin', '2024-07-23 08:21:42', ''); +INSERT INTO `sys_dict_type` VALUES (109, '模版纸张类型', 'model_page_type', '0', 'admin', '2024-07-23 09:14:40', 'admin', '2024-07-23 09:15:50', ''); + +-- ---------------------------- +-- Table structure for sys_job +-- ---------------------------- +DROP TABLE IF EXISTS `sys_job`; +CREATE TABLE `sys_job` ( + `job_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '任务ID', + `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '任务名称', + `job_group` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT 'DEFAULT' COMMENT '任务组名', + `invoke_target` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '调用目标字符串', + `cron_expression` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT 'cron执行表达式', + `misfire_policy` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '3' COMMENT '计划执行错误策略(1立即执行 2执行一次 3放弃执行)', + `concurrent` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '1' COMMENT '是否并发执行(0允许 1禁止)', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '状态(0正常 1暂停)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '备注信息', + PRIMARY KEY (`job_id`, `job_name`, `job_group`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 100 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '定时任务调度表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_job +-- ---------------------------- +INSERT INTO `sys_job` VALUES (1, '系统默认(无参)', 'DEFAULT', 'ryTask.ryNoParams', '0/10 * * * * ?', '3', '1', '1', 'admin', '2024-07-15 16:26:11', '', NULL, ''); +INSERT INTO `sys_job` VALUES (2, '系统默认(有参)', 'DEFAULT', 'ryTask.ryParams(\'ry\')', '0/15 * * * * ?', '3', '1', '1', 'admin', '2024-07-15 16:26:11', '', NULL, ''); +INSERT INTO `sys_job` VALUES (3, '系统默认(多参)', 'DEFAULT', 'ryTask.ryMultipleParams(\'ry\', true, 2000L, 316.50D, 100)', '0/20 * * * * ?', '3', '1', '1', 'admin', '2024-07-15 16:26:12', '', NULL, ''); + +-- ---------------------------- +-- Table structure for sys_job_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_job_log`; +CREATE TABLE `sys_job_log` ( + `job_log_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '任务日志ID', + `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '任务名称', + `job_group` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '任务组名', + `invoke_target` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '调用目标字符串', + `job_message` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '日志信息', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '执行状态(0正常 1失败)', + `exception_info` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '异常信息', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + PRIMARY KEY (`job_log_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '定时任务调度日志表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_job_log +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_logininfor +-- ---------------------------- +DROP TABLE IF EXISTS `sys_logininfor`; +CREATE TABLE `sys_logininfor` ( + `info_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '访问ID', + `login_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '登录账号', + `ipaddr` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '登录IP地址', + `login_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '登录地点', + `browser` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '浏览器类型', + `os` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '操作系统', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '登录状态(0成功 1失败)', + `msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '提示消息', + `login_time` datetime(0) NULL DEFAULT NULL COMMENT '访问时间', + PRIMARY KEY (`info_id`) USING BTREE, + INDEX `idx_sys_logininfor_s`(`status`) USING BTREE, + INDEX `idx_sys_logininfor_lt`(`login_time`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 266 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '系统访问记录' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_logininfor +-- ---------------------------- +INSERT INTO `sys_logininfor` VALUES (1, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 13:06:41'); +INSERT INTO `sys_logininfor` VALUES (2, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 13:38:37'); +INSERT INTO `sys_logininfor` VALUES (3, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 13:45:51'); +INSERT INTO `sys_logininfor` VALUES (4, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '退出成功', '2024-07-16 14:02:07'); +INSERT INTO `sys_logininfor` VALUES (5, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 14:02:30'); +INSERT INTO `sys_logininfor` VALUES (6, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 14:16:44'); +INSERT INTO `sys_logininfor` VALUES (7, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '1', '密码输入错误1次', '2024-07-16 15:23:05'); +INSERT INTO `sys_logininfor` VALUES (8, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 15:23:11'); +INSERT INTO `sys_logininfor` VALUES (9, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '1', '密码输入错误1次', '2024-07-16 16:19:43'); +INSERT INTO `sys_logininfor` VALUES (10, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 16:19:47'); +INSERT INTO `sys_logininfor` VALUES (11, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 16:28:10'); +INSERT INTO `sys_logininfor` VALUES (12, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-16 16:30:54'); +INSERT INTO `sys_logininfor` VALUES (13, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '1', '密码输入错误1次', '2024-07-17 09:21:09'); +INSERT INTO `sys_logininfor` VALUES (14, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 09:21:15'); +INSERT INTO `sys_logininfor` VALUES (15, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '1', '密码输入错误1次', '2024-07-17 13:04:35'); +INSERT INTO `sys_logininfor` VALUES (16, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 13:04:40'); +INSERT INTO `sys_logininfor` VALUES (17, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 13:14:30'); +INSERT INTO `sys_logininfor` VALUES (18, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 13:18:12'); +INSERT INTO `sys_logininfor` VALUES (19, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 13:19:38'); +INSERT INTO `sys_logininfor` VALUES (20, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 13:25:37'); +INSERT INTO `sys_logininfor` VALUES (21, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 14:24:47'); +INSERT INTO `sys_logininfor` VALUES (22, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 14:27:21'); +INSERT INTO `sys_logininfor` VALUES (23, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-17 17:21:07'); +INSERT INTO `sys_logininfor` VALUES (24, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '1', '密码输入错误1次', '2024-07-18 09:17:38'); +INSERT INTO `sys_logininfor` VALUES (25, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 09:17:42'); +INSERT INTO `sys_logininfor` VALUES (26, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 09:19:58'); +INSERT INTO `sys_logininfor` VALUES (27, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 09:29:17'); +INSERT INTO `sys_logininfor` VALUES (28, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 13:25:37'); +INSERT INTO `sys_logininfor` VALUES (29, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 13:29:26'); +INSERT INTO `sys_logininfor` VALUES (30, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 13:30:43'); +INSERT INTO `sys_logininfor` VALUES (31, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 13:33:12'); +INSERT INTO `sys_logininfor` VALUES (32, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 14:01:05'); +INSERT INTO `sys_logininfor` VALUES (33, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 14:02:34'); +INSERT INTO `sys_logininfor` VALUES (34, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 14:21:17'); +INSERT INTO `sys_logininfor` VALUES (35, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 14:22:28'); +INSERT INTO `sys_logininfor` VALUES (36, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 14:34:26'); +INSERT INTO `sys_logininfor` VALUES (37, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 15:51:56'); +INSERT INTO `sys_logininfor` VALUES (38, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 15:54:27'); +INSERT INTO `sys_logininfor` VALUES (39, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 15:55:35'); +INSERT INTO `sys_logininfor` VALUES (40, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 16:10:43'); +INSERT INTO `sys_logininfor` VALUES (41, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 16:19:15'); +INSERT INTO `sys_logininfor` VALUES (42, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 16:23:31'); +INSERT INTO `sys_logininfor` VALUES (43, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 16:35:01'); +INSERT INTO `sys_logininfor` VALUES (44, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 16:56:37'); +INSERT INTO `sys_logininfor` VALUES (45, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 17:03:37'); +INSERT INTO `sys_logininfor` VALUES (46, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 18:10:48'); +INSERT INTO `sys_logininfor` VALUES (47, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 18:34:57'); +INSERT INTO `sys_logininfor` VALUES (48, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 18:37:19'); +INSERT INTO `sys_logininfor` VALUES (49, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 18:55:26'); +INSERT INTO `sys_logininfor` VALUES (50, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 19:22:08'); +INSERT INTO `sys_logininfor` VALUES (51, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 19:26:56'); +INSERT INTO `sys_logininfor` VALUES (52, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 19:45:56'); +INSERT INTO `sys_logininfor` VALUES (53, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 19:47:49'); +INSERT INTO `sys_logininfor` VALUES (54, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 19:52:34'); +INSERT INTO `sys_logininfor` VALUES (55, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-18 19:57:45'); +INSERT INTO `sys_logininfor` VALUES (56, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-19 17:14:17'); +INSERT INTO `sys_logininfor` VALUES (57, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-20 08:38:16'); +INSERT INTO `sys_logininfor` VALUES (58, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-20 11:17:40'); +INSERT INTO `sys_logininfor` VALUES (59, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-20 11:54:05'); +INSERT INTO `sys_logininfor` VALUES (60, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 08:19:04'); +INSERT INTO `sys_logininfor` VALUES (61, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 08:59:24'); +INSERT INTO `sys_logininfor` VALUES (62, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 09:03:28'); +INSERT INTO `sys_logininfor` VALUES (63, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 09:21:46'); +INSERT INTO `sys_logininfor` VALUES (64, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 09:27:03'); +INSERT INTO `sys_logininfor` VALUES (65, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 09:42:39'); +INSERT INTO `sys_logininfor` VALUES (66, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 09:48:30'); +INSERT INTO `sys_logininfor` VALUES (67, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 10:11:07'); +INSERT INTO `sys_logininfor` VALUES (68, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 10:38:15'); +INSERT INTO `sys_logininfor` VALUES (69, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 10:45:51'); +INSERT INTO `sys_logininfor` VALUES (70, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 14:24:53'); +INSERT INTO `sys_logininfor` VALUES (71, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 14:36:08'); +INSERT INTO `sys_logininfor` VALUES (72, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 15:57:00'); +INSERT INTO `sys_logininfor` VALUES (73, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-22 16:43:01'); +INSERT INTO `sys_logininfor` VALUES (74, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 08:19:08'); +INSERT INTO `sys_logininfor` VALUES (75, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 10:30:09'); +INSERT INTO `sys_logininfor` VALUES (76, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 14:03:52'); +INSERT INTO `sys_logininfor` VALUES (77, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 14:04:13'); +INSERT INTO `sys_logininfor` VALUES (78, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 15:59:06'); +INSERT INTO `sys_logininfor` VALUES (79, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 16:24:17'); +INSERT INTO `sys_logininfor` VALUES (80, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 16:26:28'); +INSERT INTO `sys_logininfor` VALUES (81, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 16:31:27'); +INSERT INTO `sys_logininfor` VALUES (82, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 16:40:05'); +INSERT INTO `sys_logininfor` VALUES (83, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 16:49:09'); +INSERT INTO `sys_logininfor` VALUES (84, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 17:14:28'); +INSERT INTO `sys_logininfor` VALUES (85, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 17:26:53'); +INSERT INTO `sys_logininfor` VALUES (86, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:04:42'); +INSERT INTO `sys_logininfor` VALUES (87, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:08:10'); +INSERT INTO `sys_logininfor` VALUES (88, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:24:05'); +INSERT INTO `sys_logininfor` VALUES (89, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:29:01'); +INSERT INTO `sys_logininfor` VALUES (90, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:30:20'); +INSERT INTO `sys_logininfor` VALUES (91, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:37:35'); +INSERT INTO `sys_logininfor` VALUES (92, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 18:42:13'); +INSERT INTO `sys_logininfor` VALUES (93, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:01:04'); +INSERT INTO `sys_logininfor` VALUES (94, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:04:54'); +INSERT INTO `sys_logininfor` VALUES (95, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:07:04'); +INSERT INTO `sys_logininfor` VALUES (96, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:08:07'); +INSERT INTO `sys_logininfor` VALUES (97, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:17:24'); +INSERT INTO `sys_logininfor` VALUES (98, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:20:03'); +INSERT INTO `sys_logininfor` VALUES (99, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:24:38'); +INSERT INTO `sys_logininfor` VALUES (100, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:32:31'); +INSERT INTO `sys_logininfor` VALUES (101, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:34:11'); +INSERT INTO `sys_logininfor` VALUES (102, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:37:54'); +INSERT INTO `sys_logininfor` VALUES (103, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:39:43'); +INSERT INTO `sys_logininfor` VALUES (104, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:46:37'); +INSERT INTO `sys_logininfor` VALUES (105, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-23 19:47:45'); +INSERT INTO `sys_logininfor` VALUES (106, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 08:38:33'); +INSERT INTO `sys_logininfor` VALUES (107, 'admin', '192.168.0.105', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-24 10:21:42'); +INSERT INTO `sys_logininfor` VALUES (108, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:21:38'); +INSERT INTO `sys_logininfor` VALUES (109, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:24:12'); +INSERT INTO `sys_logininfor` VALUES (110, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:28:17'); +INSERT INTO `sys_logininfor` VALUES (111, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:32:33'); +INSERT INTO `sys_logininfor` VALUES (112, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:34:15'); +INSERT INTO `sys_logininfor` VALUES (113, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:36:21'); +INSERT INTO `sys_logininfor` VALUES (114, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:37:14'); +INSERT INTO `sys_logininfor` VALUES (115, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:38:25'); +INSERT INTO `sys_logininfor` VALUES (116, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:39:18'); +INSERT INTO `sys_logininfor` VALUES (117, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:41:02'); +INSERT INTO `sys_logininfor` VALUES (118, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:42:29'); +INSERT INTO `sys_logininfor` VALUES (119, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:56:47'); +INSERT INTO `sys_logininfor` VALUES (120, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 11:59:51'); +INSERT INTO `sys_logininfor` VALUES (121, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 12:59:59'); +INSERT INTO `sys_logininfor` VALUES (122, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:13:18'); +INSERT INTO `sys_logininfor` VALUES (123, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:14:16'); +INSERT INTO `sys_logininfor` VALUES (124, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:15:16'); +INSERT INTO `sys_logininfor` VALUES (125, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:17:55'); +INSERT INTO `sys_logininfor` VALUES (126, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:20:15'); +INSERT INTO `sys_logininfor` VALUES (127, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:21:19'); +INSERT INTO `sys_logininfor` VALUES (128, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:22:12'); +INSERT INTO `sys_logininfor` VALUES (129, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:24:43'); +INSERT INTO `sys_logininfor` VALUES (130, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:25:26'); +INSERT INTO `sys_logininfor` VALUES (131, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:27:35'); +INSERT INTO `sys_logininfor` VALUES (132, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:31:05'); +INSERT INTO `sys_logininfor` VALUES (133, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:32:24'); +INSERT INTO `sys_logininfor` VALUES (134, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:35:24'); +INSERT INTO `sys_logininfor` VALUES (135, 'admin', '127.0.0.1', '内网IP', 'Chrome 8', 'Windows 10', '0', '登录成功', '2024-07-24 13:35:41'); +INSERT INTO `sys_logininfor` VALUES (136, 'admin', '127.0.0.1', '内网IP', 'Chrome 8', 'Windows 10', '0', '登录成功', '2024-07-24 13:36:16'); +INSERT INTO `sys_logininfor` VALUES (137, 'admin', '127.0.0.1', '内网IP', 'Chrome 8', 'Windows 10', '0', '登录成功', '2024-07-24 13:37:08'); +INSERT INTO `sys_logininfor` VALUES (138, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:38:24'); +INSERT INTO `sys_logininfor` VALUES (139, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 13:43:23'); +INSERT INTO `sys_logininfor` VALUES (140, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 14:01:42'); +INSERT INTO `sys_logininfor` VALUES (141, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 14:16:08'); +INSERT INTO `sys_logininfor` VALUES (142, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 14:27:08'); +INSERT INTO `sys_logininfor` VALUES (143, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 14:31:41'); +INSERT INTO `sys_logininfor` VALUES (144, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 14:49:55'); +INSERT INTO `sys_logininfor` VALUES (145, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 14:56:20'); +INSERT INTO `sys_logininfor` VALUES (146, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:00:29'); +INSERT INTO `sys_logininfor` VALUES (147, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:05:53'); +INSERT INTO `sys_logininfor` VALUES (148, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:09:23'); +INSERT INTO `sys_logininfor` VALUES (149, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:12:12'); +INSERT INTO `sys_logininfor` VALUES (150, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:12:54'); +INSERT INTO `sys_logininfor` VALUES (151, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:14:11'); +INSERT INTO `sys_logininfor` VALUES (152, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:15:19'); +INSERT INTO `sys_logininfor` VALUES (153, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:18:05'); +INSERT INTO `sys_logininfor` VALUES (154, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:20:00'); +INSERT INTO `sys_logininfor` VALUES (155, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 15:36:53'); +INSERT INTO `sys_logininfor` VALUES (156, 'admin', '192.168.0.149', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-24 16:11:17'); +INSERT INTO `sys_logininfor` VALUES (157, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 16:33:37'); +INSERT INTO `sys_logininfor` VALUES (158, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 16:44:47'); +INSERT INTO `sys_logininfor` VALUES (159, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 17:07:11'); +INSERT INTO `sys_logininfor` VALUES (160, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 17:12:02'); +INSERT INTO `sys_logininfor` VALUES (161, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-24 17:26:36'); +INSERT INTO `sys_logininfor` VALUES (162, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 08:28:51'); +INSERT INTO `sys_logininfor` VALUES (163, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 09:29:25'); +INSERT INTO `sys_logininfor` VALUES (164, 'admin', '192.168.0.105', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-25 10:45:04'); +INSERT INTO `sys_logininfor` VALUES (165, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 13:42:11'); +INSERT INTO `sys_logininfor` VALUES (166, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 13:43:54'); +INSERT INTO `sys_logininfor` VALUES (167, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 13:50:34'); +INSERT INTO `sys_logininfor` VALUES (168, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 14:29:24'); +INSERT INTO `sys_logininfor` VALUES (169, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 14:33:25'); +INSERT INTO `sys_logininfor` VALUES (170, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 15:17:00'); +INSERT INTO `sys_logininfor` VALUES (171, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 15:27:33'); +INSERT INTO `sys_logininfor` VALUES (172, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 15:45:16'); +INSERT INTO `sys_logininfor` VALUES (173, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 16:16:36'); +INSERT INTO `sys_logininfor` VALUES (174, 'admin', '192.168.0.103', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-25 16:29:08'); +INSERT INTO `sys_logininfor` VALUES (175, 'admin', '192.168.0.105', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-25 16:34:35'); +INSERT INTO `sys_logininfor` VALUES (176, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-26 16:40:30'); +INSERT INTO `sys_logininfor` VALUES (177, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 09:54:53'); +INSERT INTO `sys_logininfor` VALUES (178, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 13:10:31'); +INSERT INTO `sys_logininfor` VALUES (179, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 14:26:53'); +INSERT INTO `sys_logininfor` VALUES (180, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 14:52:40'); +INSERT INTO `sys_logininfor` VALUES (181, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 17:18:03'); +INSERT INTO `sys_logininfor` VALUES (182, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 19:18:15'); +INSERT INTO `sys_logininfor` VALUES (183, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 19:22:18'); +INSERT INTO `sys_logininfor` VALUES (184, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 19:28:28'); +INSERT INTO `sys_logininfor` VALUES (185, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 19:32:23'); +INSERT INTO `sys_logininfor` VALUES (186, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 19:49:39'); +INSERT INTO `sys_logininfor` VALUES (187, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-29 19:57:23'); +INSERT INTO `sys_logininfor` VALUES (188, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 08:52:04'); +INSERT INTO `sys_logininfor` VALUES (189, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 09:29:43'); +INSERT INTO `sys_logininfor` VALUES (190, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 10:08:41'); +INSERT INTO `sys_logininfor` VALUES (191, 'admin', '192.168.0.128', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-30 11:22:39'); +INSERT INTO `sys_logininfor` VALUES (192, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 11:27:24'); +INSERT INTO `sys_logininfor` VALUES (193, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 12:59:37'); +INSERT INTO `sys_logininfor` VALUES (194, 'admin', '192.168.0.128', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-30 13:36:58'); +INSERT INTO `sys_logininfor` VALUES (195, 'admin', '192.168.0.128', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-30 13:48:45'); +INSERT INTO `sys_logininfor` VALUES (196, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 13:50:36'); +INSERT INTO `sys_logininfor` VALUES (197, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 13:58:43'); +INSERT INTO `sys_logininfor` VALUES (198, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:00:03'); +INSERT INTO `sys_logininfor` VALUES (199, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:02:12'); +INSERT INTO `sys_logininfor` VALUES (200, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:10:39'); +INSERT INTO `sys_logininfor` VALUES (201, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:25:31'); +INSERT INTO `sys_logininfor` VALUES (202, 'admin', '192.168.0.128', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-30 14:26:46'); +INSERT INTO `sys_logininfor` VALUES (203, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:27:00'); +INSERT INTO `sys_logininfor` VALUES (204, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:29:43'); +INSERT INTO `sys_logininfor` VALUES (205, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:30:45'); +INSERT INTO `sys_logininfor` VALUES (206, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:33:43'); +INSERT INTO `sys_logininfor` VALUES (207, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:37:12'); +INSERT INTO `sys_logininfor` VALUES (208, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:40:06'); +INSERT INTO `sys_logininfor` VALUES (209, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:41:13'); +INSERT INTO `sys_logininfor` VALUES (210, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:43:17'); +INSERT INTO `sys_logininfor` VALUES (211, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:45:45'); +INSERT INTO `sys_logininfor` VALUES (212, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:47:09'); +INSERT INTO `sys_logininfor` VALUES (213, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:50:44'); +INSERT INTO `sys_logininfor` VALUES (214, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:52:09'); +INSERT INTO `sys_logininfor` VALUES (215, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:53:33'); +INSERT INTO `sys_logininfor` VALUES (216, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 14:55:31'); +INSERT INTO `sys_logininfor` VALUES (217, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:00:17'); +INSERT INTO `sys_logininfor` VALUES (218, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:01:19'); +INSERT INTO `sys_logininfor` VALUES (219, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:14:21'); +INSERT INTO `sys_logininfor` VALUES (220, 'admin', '192.168.0.128', '内网IP', 'Chrome 12', 'Windows 10', '0', '登录成功', '2024-07-30 15:20:44'); +INSERT INTO `sys_logininfor` VALUES (221, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:33:19'); +INSERT INTO `sys_logininfor` VALUES (222, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:53:07'); +INSERT INTO `sys_logininfor` VALUES (223, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:56:28'); +INSERT INTO `sys_logininfor` VALUES (224, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 15:58:05'); +INSERT INTO `sys_logininfor` VALUES (225, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:04:34'); +INSERT INTO `sys_logininfor` VALUES (226, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:07:19'); +INSERT INTO `sys_logininfor` VALUES (227, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:09:59'); +INSERT INTO `sys_logininfor` VALUES (228, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:11:15'); +INSERT INTO `sys_logininfor` VALUES (229, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:13:02'); +INSERT INTO `sys_logininfor` VALUES (230, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:18:03'); +INSERT INTO `sys_logininfor` VALUES (231, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 16:50:57'); +INSERT INTO `sys_logininfor` VALUES (232, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-30 18:42:10'); +INSERT INTO `sys_logininfor` VALUES (233, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 08:56:06'); +INSERT INTO `sys_logininfor` VALUES (234, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 09:15:48'); +INSERT INTO `sys_logininfor` VALUES (235, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 09:19:42'); +INSERT INTO `sys_logininfor` VALUES (236, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 10:38:11'); +INSERT INTO `sys_logininfor` VALUES (237, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 10:50:24'); +INSERT INTO `sys_logininfor` VALUES (238, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:13:00'); +INSERT INTO `sys_logininfor` VALUES (239, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:17:46'); +INSERT INTO `sys_logininfor` VALUES (240, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:21:19'); +INSERT INTO `sys_logininfor` VALUES (241, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:26:31'); +INSERT INTO `sys_logininfor` VALUES (242, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:30:35'); +INSERT INTO `sys_logininfor` VALUES (243, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:32:26'); +INSERT INTO `sys_logininfor` VALUES (244, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:33:56'); +INSERT INTO `sys_logininfor` VALUES (245, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:36:44'); +INSERT INTO `sys_logininfor` VALUES (246, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:42:25'); +INSERT INTO `sys_logininfor` VALUES (247, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 11:58:15'); +INSERT INTO `sys_logininfor` VALUES (248, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 12:49:26'); +INSERT INTO `sys_logininfor` VALUES (249, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 12:53:26'); +INSERT INTO `sys_logininfor` VALUES (250, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 12:54:46'); +INSERT INTO `sys_logininfor` VALUES (251, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:02:44'); +INSERT INTO `sys_logininfor` VALUES (252, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:04:39'); +INSERT INTO `sys_logininfor` VALUES (253, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:05:33'); +INSERT INTO `sys_logininfor` VALUES (254, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:06:57'); +INSERT INTO `sys_logininfor` VALUES (255, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:10:13'); +INSERT INTO `sys_logininfor` VALUES (256, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:18:14'); +INSERT INTO `sys_logininfor` VALUES (257, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:26:03'); +INSERT INTO `sys_logininfor` VALUES (258, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:35:51'); +INSERT INTO `sys_logininfor` VALUES (259, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 13:37:30'); +INSERT INTO `sys_logininfor` VALUES (260, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 14:17:11'); +INSERT INTO `sys_logininfor` VALUES (261, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 14:19:26'); +INSERT INTO `sys_logininfor` VALUES (262, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 14:21:04'); +INSERT INTO `sys_logininfor` VALUES (263, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 14:23:15'); +INSERT INTO `sys_logininfor` VALUES (264, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 14:24:32'); +INSERT INTO `sys_logininfor` VALUES (265, 'admin', '127.0.0.1', '内网IP', 'Chrome 9', 'Windows 10', '0', '登录成功', '2024-07-31 14:33:29'); + +-- ---------------------------- +-- Table structure for sys_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sys_menu`; +CREATE TABLE `sys_menu` ( + `menu_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '菜单ID', + `menu_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单名称', + `parent_id` bigint(0) NULL DEFAULT 0 COMMENT '父菜单ID', + `order_num` int(0) NULL DEFAULT 0 COMMENT '显示顺序', + `url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '#' COMMENT '请求地址', + `target` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '打开方式(menuItem页签 menuBlank新窗口)', + `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '菜单类型(M目录 C菜单 F按钮)', + `visible` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '菜单状态(0显示 1隐藏)', + `is_refresh` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '1' COMMENT '是否刷新(0刷新 1不刷新)', + `perms` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '权限标识', + `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '#' COMMENT '菜单图标', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '备注', + PRIMARY KEY (`menu_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 2053 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '菜单权限表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_menu +-- ---------------------------- +INSERT INTO `sys_menu` VALUES (1, '系统管理', 0, 1, '#', '', 'M', '0', '1', '', 'fa fa-gear', 'admin', '2024-07-15 16:26:00', '', NULL, '系统管理目录'); +INSERT INTO `sys_menu` VALUES (2, '系统监控', 0, 2, '#', '', 'M', '0', '1', '', 'fa fa-video-camera', 'admin', '2024-07-15 16:26:00', '', NULL, '系统监控目录'); +INSERT INTO `sys_menu` VALUES (3, '系统工具', 0, 3, '#', '', 'M', '0', '1', '', 'fa fa-bars', 'admin', '2024-07-15 16:26:00', '', NULL, '系统工具目录'); +INSERT INTO `sys_menu` VALUES (100, '用户管理', 1, 1, '/system/user', '', 'C', '0', '1', 'system:user:view', 'fa fa-user-o', 'admin', '2024-07-15 16:26:00', '', NULL, '用户管理菜单'); +INSERT INTO `sys_menu` VALUES (101, '角色管理', 1, 2, '/system/role', '', 'C', '0', '1', 'system:role:view', 'fa fa-user-secret', 'admin', '2024-07-15 16:26:00', '', NULL, '角色管理菜单'); +INSERT INTO `sys_menu` VALUES (102, '菜单管理', 1, 3, '/system/menu', '', 'C', '0', '1', 'system:menu:view', 'fa fa-th-list', 'admin', '2024-07-15 16:26:01', '', NULL, '菜单管理菜单'); +INSERT INTO `sys_menu` VALUES (103, '部门管理', 1, 4, '/system/dept', '', 'C', '0', '1', 'system:dept:view', 'fa fa-outdent', 'admin', '2024-07-15 16:26:01', '', NULL, '部门管理菜单'); +INSERT INTO `sys_menu` VALUES (104, '岗位管理', 1, 5, '/system/post', '', 'C', '0', '1', 'system:post:view', 'fa fa-address-card-o', 'admin', '2024-07-15 16:26:01', '', NULL, '岗位管理菜单'); +INSERT INTO `sys_menu` VALUES (105, '字典管理', 1, 6, '/system/dict', '', 'C', '0', '1', 'system:dict:view', 'fa fa-bookmark-o', 'admin', '2024-07-15 16:26:01', '', NULL, '字典管理菜单'); +INSERT INTO `sys_menu` VALUES (106, '参数设置', 1, 7, '/system/config', '', 'C', '0', '1', 'system:config:view', 'fa fa-sun-o', 'admin', '2024-07-15 16:26:01', '', NULL, '参数设置菜单'); +INSERT INTO `sys_menu` VALUES (107, '通知公告', 1, 8, '/system/notice', '', 'C', '0', '1', 'system:notice:view', 'fa fa-bullhorn', 'admin', '2024-07-15 16:26:01', '', NULL, '通知公告菜单'); +INSERT INTO `sys_menu` VALUES (108, '日志管理', 1, 9, '#', '', 'M', '0', '1', '', 'fa fa-pencil-square-o', 'admin', '2024-07-15 16:26:01', '', NULL, '日志管理菜单'); +INSERT INTO `sys_menu` VALUES (109, '在线用户', 2, 1, '/monitor/online', '', 'C', '0', '1', 'monitor:online:view', 'fa fa-user-circle', 'admin', '2024-07-15 16:26:01', '', NULL, '在线用户菜单'); +INSERT INTO `sys_menu` VALUES (110, '定时任务', 2, 2, '/monitor/job', '', 'C', '0', '1', 'monitor:job:view', 'fa fa-tasks', 'admin', '2024-07-15 16:26:01', '', NULL, '定时任务菜单'); +INSERT INTO `sys_menu` VALUES (111, '数据监控', 2, 3, '/monitor/data', '', 'C', '0', '1', 'monitor:data:view', 'fa fa-bug', 'admin', '2024-07-15 16:26:01', '', NULL, '数据监控菜单'); +INSERT INTO `sys_menu` VALUES (112, '服务监控', 2, 4, '/monitor/server', '', 'C', '0', '1', 'monitor:server:view', 'fa fa-server', 'admin', '2024-07-15 16:26:01', '', NULL, '服务监控菜单'); +INSERT INTO `sys_menu` VALUES (113, '缓存监控', 2, 5, '/monitor/cache', '', 'C', '0', '1', 'monitor:cache:view', 'fa fa-cube', 'admin', '2024-07-15 16:26:01', '', NULL, '缓存监控菜单'); +INSERT INTO `sys_menu` VALUES (114, '表单构建', 3, 1, '/tool/build', '', 'C', '0', '1', 'tool:build:view', 'fa fa-wpforms', 'admin', '2024-07-15 16:26:01', '', NULL, '表单构建菜单'); +INSERT INTO `sys_menu` VALUES (115, '代码生成', 3, 2, '/tool/gen', '', 'C', '0', '1', 'tool:gen:view', 'fa fa-code', 'admin', '2024-07-15 16:26:01', '', NULL, '代码生成菜单'); +INSERT INTO `sys_menu` VALUES (116, '系统接口', 3, 3, '/tool/swagger', '', 'C', '0', '1', 'tool:swagger:view', 'fa fa-gg', 'admin', '2024-07-15 16:26:01', '', NULL, '系统接口菜单'); +INSERT INTO `sys_menu` VALUES (500, '操作日志', 108, 1, '/monitor/operlog', '', 'C', '0', '1', 'monitor:operlog:view', 'fa fa-address-book', 'admin', '2024-07-15 16:26:01', '', NULL, '操作日志菜单'); +INSERT INTO `sys_menu` VALUES (501, '登录日志', 108, 2, '/monitor/logininfor', '', 'C', '0', '1', 'monitor:logininfor:view', 'fa fa-file-image-o', 'admin', '2024-07-15 16:26:01', '', NULL, '登录日志菜单'); +INSERT INTO `sys_menu` VALUES (1000, '用户查询', 100, 1, '#', '', 'F', '0', '1', 'system:user:list', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1001, '用户新增', 100, 2, '#', '', 'F', '0', '1', 'system:user:add', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1002, '用户修改', 100, 3, '#', '', 'F', '0', '1', 'system:user:edit', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1003, '用户删除', 100, 4, '#', '', 'F', '0', '1', 'system:user:remove', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1004, '用户导出', 100, 5, '#', '', 'F', '0', '1', 'system:user:export', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1005, '用户导入', 100, 6, '#', '', 'F', '0', '1', 'system:user:import', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1006, '重置密码', 100, 7, '#', '', 'F', '0', '1', 'system:user:resetPwd', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1007, '角色查询', 101, 1, '#', '', 'F', '0', '1', 'system:role:list', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1008, '角色新增', 101, 2, '#', '', 'F', '0', '1', 'system:role:add', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1009, '角色修改', 101, 3, '#', '', 'F', '0', '1', 'system:role:edit', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1010, '角色删除', 101, 4, '#', '', 'F', '0', '1', 'system:role:remove', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1011, '角色导出', 101, 5, '#', '', 'F', '0', '1', 'system:role:export', '#', 'admin', '2024-07-15 16:26:01', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1012, '菜单查询', 102, 1, '#', '', 'F', '0', '1', 'system:menu:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1013, '菜单新增', 102, 2, '#', '', 'F', '0', '1', 'system:menu:add', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1014, '菜单修改', 102, 3, '#', '', 'F', '0', '1', 'system:menu:edit', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1015, '菜单删除', 102, 4, '#', '', 'F', '0', '1', 'system:menu:remove', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1016, '部门查询', 103, 1, '#', '', 'F', '0', '1', 'system:dept:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1017, '部门新增', 103, 2, '#', '', 'F', '0', '1', 'system:dept:add', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1018, '部门修改', 103, 3, '#', '', 'F', '0', '1', 'system:dept:edit', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1019, '部门删除', 103, 4, '#', '', 'F', '0', '1', 'system:dept:remove', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1020, '岗位查询', 104, 1, '#', '', 'F', '0', '1', 'system:post:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1021, '岗位新增', 104, 2, '#', '', 'F', '0', '1', 'system:post:add', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1022, '岗位修改', 104, 3, '#', '', 'F', '0', '1', 'system:post:edit', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1023, '岗位删除', 104, 4, '#', '', 'F', '0', '1', 'system:post:remove', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1024, '岗位导出', 104, 5, '#', '', 'F', '0', '1', 'system:post:export', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1025, '字典查询', 105, 1, '#', '', 'F', '0', '1', 'system:dict:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1026, '字典新增', 105, 2, '#', '', 'F', '0', '1', 'system:dict:add', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1027, '字典修改', 105, 3, '#', '', 'F', '0', '1', 'system:dict:edit', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1028, '字典删除', 105, 4, '#', '', 'F', '0', '1', 'system:dict:remove', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1029, '字典导出', 105, 5, '#', '', 'F', '0', '1', 'system:dict:export', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1030, '参数查询', 106, 1, '#', '', 'F', '0', '1', 'system:config:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1031, '参数新增', 106, 2, '#', '', 'F', '0', '1', 'system:config:add', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1032, '参数修改', 106, 3, '#', '', 'F', '0', '1', 'system:config:edit', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1033, '参数删除', 106, 4, '#', '', 'F', '0', '1', 'system:config:remove', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1034, '参数导出', 106, 5, '#', '', 'F', '0', '1', 'system:config:export', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1035, '公告查询', 107, 1, '#', '', 'F', '0', '1', 'system:notice:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1036, '公告新增', 107, 2, '#', '', 'F', '0', '1', 'system:notice:add', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1037, '公告修改', 107, 3, '#', '', 'F', '0', '1', 'system:notice:edit', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1038, '公告删除', 107, 4, '#', '', 'F', '0', '1', 'system:notice:remove', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1039, '操作查询', 500, 1, '#', '', 'F', '0', '1', 'monitor:operlog:list', '#', 'admin', '2024-07-15 16:26:02', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1040, '操作删除', 500, 2, '#', '', 'F', '0', '1', 'monitor:operlog:remove', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1041, '详细信息', 500, 3, '#', '', 'F', '0', '1', 'monitor:operlog:detail', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1042, '日志导出', 500, 4, '#', '', 'F', '0', '1', 'monitor:operlog:export', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1043, '登录查询', 501, 1, '#', '', 'F', '0', '1', 'monitor:logininfor:list', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1044, '登录删除', 501, 2, '#', '', 'F', '0', '1', 'monitor:logininfor:remove', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1045, '日志导出', 501, 3, '#', '', 'F', '0', '1', 'monitor:logininfor:export', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1046, '账户解锁', 501, 4, '#', '', 'F', '0', '1', 'monitor:logininfor:unlock', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1047, '在线查询', 109, 1, '#', '', 'F', '0', '1', 'monitor:online:list', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1048, '批量强退', 109, 2, '#', '', 'F', '0', '1', 'monitor:online:batchForceLogout', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1049, '单条强退', 109, 3, '#', '', 'F', '0', '1', 'monitor:online:forceLogout', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1050, '任务查询', 110, 1, '#', '', 'F', '0', '1', 'monitor:job:list', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1051, '任务新增', 110, 2, '#', '', 'F', '0', '1', 'monitor:job:add', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1052, '任务修改', 110, 3, '#', '', 'F', '0', '1', 'monitor:job:edit', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1053, '任务删除', 110, 4, '#', '', 'F', '0', '1', 'monitor:job:remove', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1054, '状态修改', 110, 5, '#', '', 'F', '0', '1', 'monitor:job:changeStatus', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1055, '任务详细', 110, 6, '#', '', 'F', '0', '1', 'monitor:job:detail', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1056, '任务导出', 110, 7, '#', '', 'F', '0', '1', 'monitor:job:export', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1057, '生成查询', 115, 1, '#', '', 'F', '0', '1', 'tool:gen:list', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1058, '生成修改', 115, 2, '#', '', 'F', '0', '1', 'tool:gen:edit', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1059, '生成删除', 115, 3, '#', '', 'F', '0', '1', 'tool:gen:remove', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1060, '预览代码', 115, 4, '#', '', 'F', '0', '1', 'tool:gen:preview', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (1061, '生成代码', 115, 5, '#', '', 'F', '0', '1', 'tool:gen:code', '#', 'admin', '2024-07-15 16:26:03', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2000, '打印管理', 0, 5, '#', 'menuItem', 'M', '0', '1', '', 'fa fa-print', 'admin', '2024-07-16 09:13:25', 'admin', '2024-07-16 09:19:36', ''); +INSERT INTO `sys_menu` VALUES (2011, '打印客户端配置', 2000, 1, '/print/clientinfo', 'menuItem', 'C', '1', '1', 'print:clientinfo:view', '#', 'admin', '2024-07-16 14:12:09', 'admin', '2024-07-29 10:36:36', '打印客户端配置菜单'); +INSERT INTO `sys_menu` VALUES (2012, '打印客户端配置查询', 2011, 1, '#', '', 'F', '0', '1', 'print:clientinfo:list', '#', 'admin', '2024-07-16 14:12:09', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2013, '打印客户端配置新增', 2011, 2, '#', '', 'F', '0', '1', 'print:clientinfo:add', '#', 'admin', '2024-07-16 14:12:09', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2014, '打印客户端配置修改', 2011, 3, '#', '', 'F', '0', '1', 'print:clientinfo:edit', '#', 'admin', '2024-07-16 14:12:09', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2015, '打印客户端配置删除', 2011, 4, '#', '', 'F', '0', '1', 'print:clientinfo:remove', '#', 'admin', '2024-07-16 14:12:09', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2016, '打印客户端配置导出', 2011, 5, '#', '', 'F', '0', '1', 'print:clientinfo:export', '#', 'admin', '2024-07-16 14:12:09', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2017, '数据库模版', 2000, 1, '/print/datamodel', 'menuItem', 'C', '1', '1', 'print:datamodel:view', '#', 'admin', '2024-07-22 08:24:48', 'admin', '2024-07-23 19:49:17', '数据库模版菜单'); +INSERT INTO `sys_menu` VALUES (2018, '数据库模版查询', 2017, 1, '#', '', 'F', '0', '1', 'print:datamodel:list', '#', 'admin', '2024-07-22 08:24:48', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2019, '数据库模版新增', 2017, 2, '#', '', 'F', '0', '1', 'print:datamodel:add', '#', 'admin', '2024-07-22 08:24:48', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2020, '数据库模版修改', 2017, 3, '#', '', 'F', '0', '1', 'print:datamodel:edit', '#', 'admin', '2024-07-22 08:24:48', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2021, '数据库模版删除', 2017, 4, '#', '', 'F', '0', '1', 'print:datamodel:remove', '#', 'admin', '2024-07-22 08:24:48', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2022, '数据库模版导出', 2017, 5, '#', '', 'F', '0', '1', 'print:datamodel:export', '#', 'admin', '2024-07-22 08:24:48', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2023, '打印任务日志', 2000, 1, '/print/logmanager', '', 'C', '0', '1', 'print:logmanager:view', '#', 'admin', '2024-07-22 08:24:58', '', NULL, '打印任务日志菜单'); +INSERT INTO `sys_menu` VALUES (2024, '打印任务日志查询', 2023, 1, '#', '', 'F', '0', '1', 'print:logmanager:list', '#', 'admin', '2024-07-22 08:24:58', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2025, '打印任务日志新增', 2023, 2, '#', '', 'F', '0', '1', 'print:logmanager:add', '#', 'admin', '2024-07-22 08:24:58', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2026, '打印任务日志修改', 2023, 3, '#', '', 'F', '0', '1', 'print:logmanager:edit', '#', 'admin', '2024-07-22 08:24:58', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2027, '打印任务日志删除', 2023, 4, '#', '', 'F', '0', '1', 'print:logmanager:remove', '#', 'admin', '2024-07-22 08:24:58', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2028, '打印任务日志导出', 2023, 5, '#', '', 'F', '0', '1', 'print:logmanager:export', '#', 'admin', '2024-07-22 08:24:58', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2029, '打印模版设置', 2000, 1, '/print/modelmanager', '', 'C', '0', '1', 'print:modelmanager:view', '#', 'admin', '2024-07-22 08:25:06', '', NULL, '打印模版设置菜单'); +INSERT INTO `sys_menu` VALUES (2030, '打印模版设置查询', 2029, 1, '#', '', 'F', '0', '1', 'print:modelmanager:list', '#', 'admin', '2024-07-22 08:25:06', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2031, '打印模版设置新增', 2029, 2, '#', '', 'F', '0', '1', 'print:modelmanager:add', '#', 'admin', '2024-07-22 08:25:06', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2032, '打印模版设置修改', 2029, 3, '#', '', 'F', '0', '1', 'print:modelmanager:edit', '#', 'admin', '2024-07-22 08:25:06', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2033, '打印模版设置删除', 2029, 4, '#', '', 'F', '0', '1', 'print:modelmanager:remove', '#', 'admin', '2024-07-22 08:25:06', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2034, '打印模版设置导出', 2029, 5, '#', '', 'F', '0', '1', 'print:modelmanager:export', '#', 'admin', '2024-07-22 08:25:06', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2035, '模版参数管理', 2000, 1, '/print/modelparams', 'menuItem', 'C', '1', '1', 'print:modelparams:view', '#', 'admin', '2024-07-22 08:25:15', 'admin', '2024-07-22 09:38:23', '模版参数管理菜单'); +INSERT INTO `sys_menu` VALUES (2036, '模版参数管理查询', 2035, 1, '#', '', 'F', '0', '1', 'print:modelparams:list', '#', 'admin', '2024-07-22 08:25:15', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2037, '模版参数管理新增', 2035, 2, '#', '', 'F', '0', '1', 'print:modelparams:add', '#', 'admin', '2024-07-22 08:25:15', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2038, '模版参数管理修改', 2035, 3, '#', '', 'F', '0', '1', 'print:modelparams:edit', '#', 'admin', '2024-07-22 08:25:15', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2039, '模版参数管理删除', 2035, 4, '#', '', 'F', '0', '1', 'print:modelparams:remove', '#', 'admin', '2024-07-22 08:25:15', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2040, '模版参数管理导出', 2035, 5, '#', '', 'F', '0', '1', 'print:modelparams:export', '#', 'admin', '2024-07-22 08:25:15', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2041, '打印设置管理', 2000, 1, '/print/printsettings', 'menuItem', 'C', '1', '1', 'print:printsettings:view', '#', 'admin', '2024-07-22 08:25:25', 'admin', '2024-07-29 10:36:51', '打印设置管理菜单'); +INSERT INTO `sys_menu` VALUES (2042, '打印设置管理查询', 2041, 1, '#', '', 'F', '0', '1', 'print:printsettings:list', '#', 'admin', '2024-07-22 08:25:25', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2043, '打印设置管理新增', 2041, 2, '#', '', 'F', '0', '1', 'print:printsettings:add', '#', 'admin', '2024-07-22 08:25:25', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2044, '打印设置管理修改', 2041, 3, '#', '', 'F', '0', '1', 'print:printsettings:edit', '#', 'admin', '2024-07-22 08:25:25', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2045, '打印设置管理删除', 2041, 4, '#', '', 'F', '0', '1', 'print:printsettings:remove', '#', 'admin', '2024-07-22 08:25:25', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2046, '打印设置管理导出', 2041, 5, '#', '', 'F', '0', '1', 'print:printsettings:export', '#', 'admin', '2024-07-22 08:25:25', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2047, '打印机管理', 2000, 1, '/print/clientPrinters', 'menuItem', 'C', '0', '1', 'print:clientPrinters:view', '#', 'admin', '2024-07-29 19:19:59', 'admin', '2024-07-30 08:52:34', '客户端打印机对照菜单'); +INSERT INTO `sys_menu` VALUES (2048, '客户端打印机对照查询', 2047, 1, '#', '', 'F', '0', '1', 'print:clientPrinters:list', '#', 'admin', '2024-07-29 19:19:59', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2049, '客户端打印机对照新增', 2047, 2, '#', '', 'F', '0', '1', 'print:clientPrinters:add', '#', 'admin', '2024-07-29 19:19:59', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2050, '客户端打印机对照修改', 2047, 3, '#', '', 'F', '0', '1', 'print:clientPrinters:edit', '#', 'admin', '2024-07-29 19:19:59', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2051, '客户端打印机对照删除', 2047, 4, '#', '', 'F', '0', '1', 'print:clientPrinters:remove', '#', 'admin', '2024-07-29 19:20:00', '', NULL, ''); +INSERT INTO `sys_menu` VALUES (2052, '客户端打印机对照导出', 2047, 5, '#', '', 'F', '0', '1', 'print:clientPrinters:export', '#', 'admin', '2024-07-29 19:20:00', '', NULL, ''); + +-- ---------------------------- +-- Table structure for sys_notice +-- ---------------------------- +DROP TABLE IF EXISTS `sys_notice`; +CREATE TABLE `sys_notice` ( + `notice_id` int(0) NOT NULL AUTO_INCREMENT COMMENT '公告ID', + `notice_title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '公告标题', + `notice_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '公告类型(1通知 2公告)', + `notice_content` longblob NULL COMMENT '公告内容', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '0' COMMENT '公告状态(0正常 1关闭)', + `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '创建者', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '更新者', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`notice_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '通知公告表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_notice +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_oper_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_oper_log`; +CREATE TABLE `sys_oper_log` ( + `oper_id` bigint(0) NOT NULL AUTO_INCREMENT COMMENT '日志主键', + `title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '模块标题', + `business_type` int(0) NULL DEFAULT 0 COMMENT '业务类型(0其它 1新增 2修改 3删除)', + `method` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '方法名称', + `request_method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '请求方式', + `operator_type` int(0) NULL DEFAULT 0 COMMENT '操作类别(0其它 1后台用户 2手机端用户)', + `oper_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '操作人员', + `dept_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '部门名称', + `oper_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '请求URL', + `oper_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '主机地址', + `oper_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '操作地点', + `oper_param` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '请求参数', + `json_result` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '返回参数', + `status` int(0) NULL DEFAULT 0 COMMENT '操作状态(0正常 1异常)', + `error_msg` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '错误消息', + `oper_time` datetime(0) NULL DEFAULT NULL COMMENT '操作时间', + `cost_time` bigint(0) NULL DEFAULT 0 COMMENT '消耗时间', + PRIMARY KEY (`oper_id`) USING BTREE, + INDEX `idx_sys_oper_log_bt`(`business_type`) USING BTREE, + INDEX `idx_sys_oper_log_s`(`status`) USING BTREE, + INDEX `idx_sys_oper_log_ot`(`oper_time`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 196 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '操作日志记录' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of sys_oper_log +-- ---------------------------- +INSERT INTO `sys_oper_log` VALUES (1, '操作日志', 9, 'com.win.web.controller.monitor.SysOperlogController.clean()', 'POST', 1, 'admin', '研发部门', '/monitor/operlog/clean', '127.0.0.1', '内网IP', '', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:09:50', 406); +INSERT INTO `sys_oper_log` VALUES (2, '登录日志', 9, 'com.win.web.controller.monitor.SysLogininforController.clean()', 'POST', 1, 'admin', '研发部门', '/monitor/logininfor/clean', '127.0.0.1', '内网IP', '', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:09:54', 250); +INSERT INTO `sys_oper_log` VALUES (3, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '研发部门', '/system/menu/remove/4', '127.0.0.1', '内网IP', '4', '{\"msg\":\"菜单已分配,不允许删除\",\"code\":301}', 0, NULL, '2024-07-16 09:10:49', 64); +INSERT INTO `sys_oper_log` VALUES (4, '菜单管理', 1, 'com.win.web.controller.system.SysMenuController.addSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/add', '127.0.0.1', '内网IP', '{\"parentId\":[\"0\"],\"menuType\":[\"M\"],\"menuName\":[\"打印管理\"],\"url\":[\"\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"5\"],\"icon\":[\"\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:13:25', 51); +INSERT INTO `sys_oper_log` VALUES (5, '菜单管理', 1, 'com.win.web.controller.system.SysMenuController.addSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/add', '127.0.0.1', '内网IP', '{\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"终端配置\"],\"url\":[\"\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"0\"],\"icon\":[\"\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:14:34', 56); +INSERT INTO `sys_oper_log` VALUES (6, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2001\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"终端配置\"],\"url\":[\"/win/clientconfig\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"0\"],\"icon\":[\"#\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:15:43', 336); +INSERT INTO `sys_oper_log` VALUES (7, '菜单管理', 1, 'com.win.web.controller.system.SysMenuController.addSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/add', '127.0.0.1', '内网IP', '{\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印模版管理\"],\"url\":[\"/win/printmodel\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"1\"],\"icon\":[\"\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:16:44', 58); +INSERT INTO `sys_oper_log` VALUES (8, '菜单管理', 1, 'com.win.web.controller.system.SysMenuController.addSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/add', '127.0.0.1', '内网IP', '{\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印任务\"],\"url\":[\"/win/printtask\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"2\"],\"icon\":[\"\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:17:18', 300); +INSERT INTO `sys_oper_log` VALUES (9, '菜单管理', 1, 'com.win.web.controller.system.SysMenuController.addSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/add', '127.0.0.1', '内网IP', '{\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印参数\"],\"url\":[\"/win/printconfig\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"4\"],\"icon\":[\"\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:18:14', 48); +INSERT INTO `sys_oper_log` VALUES (10, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '研发部门', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2000\"],\"parentId\":[\"0\"],\"menuType\":[\"M\"],\"menuName\":[\"打印管理\"],\"url\":[\"#\"],\"target\":[\"menuItem\"],\"perms\":[\"\"],\"orderNum\":[\"5\"],\"icon\":[\"fa fa-print\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 09:19:37', 465); +INSERT INTO `sys_oper_log` VALUES (11, '代码生成', 6, 'com.win.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":[\"win_print_clientinfo\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:09:02', 348); +INSERT INTO `sys_oper_log` VALUES (12, '代码生成', 3, 'com.win.generator.controller.GenController.remove()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/remove', '127.0.0.1', '内网IP', '{\"ids\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:11:31', 96); +INSERT INTO `sys_oper_log` VALUES (13, '代码生成', 6, 'com.win.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":[\"win_print_clientinfo\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:11:36', 95); +INSERT INTO `sys_oper_log` VALUES (14, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"2\"],\"tableName\":[\"win_print_clientinfo\"],\"tableComment\":[\"打印客户端配置\"],\"className\":[\"WinPrintClientinfo\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"13\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"14\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"15\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"16\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"17\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"18\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"19\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"客户端名称\"],\"columns[6].javaType\":[\"String\"],\"columns[6].javaField\":[\"clientName\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].isQuery\":[\"1\"],\"columns[6].queryType\":[\"LIKE\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:14:24', 96); +INSERT INTO `sys_oper_log` VALUES (15, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_clientinfo', '127.0.0.1', '内网IP', '\"win_print_clientinfo\"', NULL, 0, NULL, '2024-07-16 13:14:28', 282); +INSERT INTO `sys_oper_log` VALUES (16, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2005\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印客户端配置\"],\"url\":[\"/print/clientinfo\"],\"target\":[\"menuItem\"],\"perms\":[\"print:clientinfo:view\"],\"orderNum\":[\"1\"],\"icon\":[\"#\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:39:24', 214); +INSERT INTO `sys_oper_log` VALUES (17, '打印客户端配置', 1, 'com.win.print.controller.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"123444555\"],\"securityModel\":[\"\"],\"defaultPrinter\":[\"\"],\"defaultPrintConfig\":[\"\"],\"clientId\":[\"\"],\"id\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:46:39', 387); +INSERT INTO `sys_oper_log` VALUES (18, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"访问模式\"],\"dictType\":[\"security_access_type\"],\"status\":[\"0\"],\"remark\":[\"客户端请求验证的安全模式;默认通过客户端的名称验证\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:49:01', 253); +INSERT INTO `sys_oper_log` VALUES (19, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"白名单\"],\"dictValue\":[\"white\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"primary\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:49:53', 330); +INSERT INTO `sys_oper_log` VALUES (20, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"IP地址\"],\"dictValue\":[\"iptype\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:50:21', 60); +INSERT INTO `sys_oper_log` VALUES (21, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"100\"],\"dictLabel\":[\"白名单\"],\"dictValue\":[\"WHITE\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"primary\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:50:34', 71); +INSERT INTO `sys_oper_log` VALUES (22, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"101\"],\"dictLabel\":[\"IP地址\"],\"dictValue\":[\"IP\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:50:42', 49); +INSERT INTO `sys_oper_log` VALUES (23, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"令牌\"],\"dictValue\":[\"token\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:56:14', 103); +INSERT INTO `sys_oper_log` VALUES (24, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"102\"],\"dictLabel\":[\"令牌\"],\"dictValue\":[\"TOKEN\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 13:56:27', 54); +INSERT INTO `sys_oper_log` VALUES (25, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2005', '127.0.0.1', '内网IP', '2005', '{\"msg\":\"存在子菜单,不允许删除\",\"code\":301}', 0, NULL, '2024-07-16 14:01:10', 7); +INSERT INTO `sys_oper_log` VALUES (26, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2010', '127.0.0.1', '内网IP', '2010', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:01:19', 103); +INSERT INTO `sys_oper_log` VALUES (27, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2009', '127.0.0.1', '内网IP', '2009', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:01:29', 58); +INSERT INTO `sys_oper_log` VALUES (28, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2008', '127.0.0.1', '内网IP', '2008', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:01:36', 51); +INSERT INTO `sys_oper_log` VALUES (29, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2007', '127.0.0.1', '内网IP', '2007', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:01:41', 40); +INSERT INTO `sys_oper_log` VALUES (30, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2006', '127.0.0.1', '内网IP', '2006', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:01:48', 51); +INSERT INTO `sys_oper_log` VALUES (31, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2005', '127.0.0.1', '内网IP', '2005', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:01:53', 68); +INSERT INTO `sys_oper_log` VALUES (32, '重置密码', 2, 'com.win.web.controller.system.SysProfileController.resetPwd()', 'POST', 1, 'admin', '闻荫科技', '/system/user/profile/resetPwd', '127.0.0.1', '内网IP', '{\"userId\":[\"1\"],\"loginName\":[\"admin\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:02:47', 55); +INSERT INTO `sys_oper_log` VALUES (33, '代码生成', 2, 'com.win.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/synchDb/win_print_clientinfo', '127.0.0.1', '内网IP', '\"win_print_clientinfo\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:06:42', 197); +INSERT INTO `sys_oper_log` VALUES (34, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"2\"],\"tableName\":[\"win_print_clientinfo\"],\"tableComment\":[\"打印客户端配置\"],\"className\":[\"WinPrintClientinfo\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"13\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"14\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"15\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"16\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"17\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"18\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"19\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"客户端名称\"],\"columns[6].javaType\":[\"String\"],\"columns[6].javaField\":[\"clientName\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].isQuery\":[\"1\"],\"columns[6].queryType\":[\"LIKE\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:11:02', 134); +INSERT INTO `sys_oper_log` VALUES (35, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"2\"],\"tableName\":[\"win_print_clientinfo\"],\"tableComment\":[\"打印客户端配置\"],\"className\":[\"WinPrintClientinfo\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"13\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"14\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"15\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"16\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"17\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"18\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"19\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"客户端名称\"],\"columns[6].javaType\":[\"String\"],\"columns[6].javaField\":[\"clientName\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].isQuery\":[\"1\"],\"columns[6].queryType\":[\"LIKE\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:11:46', 96); +INSERT INTO `sys_oper_log` VALUES (36, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_clientinfo', '127.0.0.1', '内网IP', '\"win_print_clientinfo\"', NULL, 0, NULL, '2024-07-16 14:11:50', 353); +INSERT INTO `sys_oper_log` VALUES (37, '打印客户端配置', 1, 'com.win.web.controller.print.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientCode\":[\"test_client\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server-1.0\\win-print\\target\\classes\\mapper\\print\\WinPrintClientinfoMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintClientinfoMapper.insertWinPrintClientinfo-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_clientinfo ( client_name, client_code, client_pwd, security_model, default_print_config, client_ip ) values ( ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1\n; Data truncation: Data too long for column \'security_model\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1', '2024-07-16 14:18:42', 299); +INSERT INTO `sys_oper_log` VALUES (38, '打印客户端配置', 1, 'com.win.web.controller.print.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientCode\":[\"test_client\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-16 14:19:14', 41); +INSERT INTO `sys_oper_log` VALUES (39, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"Y\"],\"clientIp\":[\"\"]}', '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2024-07-16 16:28:40', 5688); +INSERT INTO `sys_oper_log` VALUES (40, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"\"]}', '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2024-07-17 13:05:03', 189); +INSERT INTO `sys_oper_log` VALUES (41, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"\"]}', '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2024-07-17 13:13:41', 216481); +INSERT INTO `sys_oper_log` VALUES (42, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"对对对\"],\"id\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-17 13:14:39', 125); +INSERT INTO `sys_oper_log` VALUES (43, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"对对对\"],\"id\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-17 13:14:52', 8); +INSERT INTO `sys_oper_log` VALUES (44, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"defaultPrinter\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"对对对\"],\"id\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-17 14:27:55', 4737); +INSERT INTO `sys_oper_log` VALUES (45, '打印客户端配置', 2, 'com.win.web.controller.print.WinPrintClientinfoController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/edit', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientPwd\":[\"\"],\"securityModel\":[\"WHITE\"],\"defaultPrinter\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"192.168.0.163\"],\"id\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-17 14:28:14', 79); +INSERT INTO `sys_oper_log` VALUES (46, '代码生成', 6, 'com.win.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":[\"win_print_model_string,win_print_tasks_logs,win_print_settings,win_print_model,win_print_model_params\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:27:54', 815); +INSERT INTO `sys_oper_log` VALUES (47, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"模版类型\"],\"dictType\":[\"print_model_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:30:16', 59); +INSERT INTO `sys_oper_log` VALUES (48, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"纸张类型\"],\"dictType\":[\"print_paper_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:30:42', 46); +INSERT INTO `sys_oper_log` VALUES (49, '字典类型', 2, 'com.win.web.controller.system.SysDictTypeController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/edit', '127.0.0.1', '内网IP', '{\"dictId\":[\"102\"],\"dictName\":[\"打印纸张类型\"],\"dictType\":[\"print_paper_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:31:01', 63); +INSERT INTO `sys_oper_log` VALUES (50, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"打印纸张方向\"],\"dictType\":[\"print_paper_rotation\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:32:06', 371); +INSERT INTO `sys_oper_log` VALUES (51, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"横向\"],\"dictType\":[\"landscape\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:37:06', 249); +INSERT INTO `sys_oper_log` VALUES (52, '字典类型', 3, 'com.win.web.controller.system.SysDictTypeController.remove()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/remove', '127.0.0.1', '内网IP', '{\"ids\":[\"104\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:37:11', 60); +INSERT INTO `sys_oper_log` VALUES (53, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"横向\"],\"dictValue\":[\"landscape\"],\"dictType\":[\"print_paper_rotation\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:37:24', 60); +INSERT INTO `sys_oper_log` VALUES (54, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"纵向\"],\"dictValue\":[\"portrait\"],\"dictType\":[\"print_paper_rotation\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:37:56', 56); +INSERT INTO `sys_oper_log` VALUES (55, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"A5\"],\"dictValue\":[\"A5\"],\"dictType\":[\"print_paper_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:38:21', 56); +INSERT INTO `sys_oper_log` VALUES (56, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"A4\"],\"dictValue\":[\"A4\"],\"dictType\":[\"print_paper_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:38:40', 47); +INSERT INTO `sys_oper_log` VALUES (57, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"105\"],\"dictLabel\":[\"A5\"],\"dictValue\":[\"A5\"],\"dictType\":[\"print_paper_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:38:47', 106); +INSERT INTO `sys_oper_log` VALUES (58, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"系统模版\"],\"dictValue\":[\"CLASS\"],\"dictType\":[\"print_model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:39:44', 77); +INSERT INTO `sys_oper_log` VALUES (59, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"文件模版\"],\"dictValue\":[\"FILE\"],\"dictType\":[\"print_model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:39:59', 81); +INSERT INTO `sys_oper_log` VALUES (60, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"数据模版\"],\"dictValue\":[\"STRING\"],\"dictType\":[\"print_model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:40:20', 57); +INSERT INTO `sys_oper_log` VALUES (61, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"3\"],\"tableName\":[\"win_print_model\"],\"tableComment\":[\"打印模版设置\"],\"className\":[\"WinPrintModel\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"28\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"29\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"30\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"31\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"32\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"33\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"34\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"35\"],\"columns[7].sort\":[\"8', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:42:16', 106); +INSERT INTO `sys_oper_log` VALUES (62, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"3\"],\"tableName\":[\"win_print_model\"],\"tableComment\":[\"打印模版设置\"],\"className\":[\"WinPrintModel\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"28\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"29\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"30\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"31\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"32\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"33\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"34\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"35\"],\"columns[7].sort\":[\"8', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:43:07', 72); +INSERT INTO `sys_oper_log` VALUES (63, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"打印类型\"],\"dictType\":[\"print_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:46:20', 44); +INSERT INTO `sys_oper_log` VALUES (64, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"模版打印\"],\"dictValue\":[\"model\"],\"dictType\":[\"print_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:46:46', 45); +INSERT INTO `sys_oper_log` VALUES (65, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"文件打印\"],\"dictValue\":[\"file\"],\"dictType\":[\"print_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:47:11', 49); +INSERT INTO `sys_oper_log` VALUES (66, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"请求类型\"],\"dictType\":[\"request_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:49:38', 56); +INSERT INTO `sys_oper_log` VALUES (67, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"白名单\"],\"dictValue\":[\"white\"],\"dictType\":[\"request_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:50:12', 65); +INSERT INTO `sys_oper_log` VALUES (68, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"密码\"],\"dictValue\":[\"password\"],\"dictType\":[\"request_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:50:40', 46); +INSERT INTO `sys_oper_log` VALUES (69, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"签名\"],\"dictValue\":[\"rsa\"],\"dictType\":[\"request_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:51:00', 51); +INSERT INTO `sys_oper_log` VALUES (70, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"7\"],\"tableName\":[\"win_print_tasks_logs\"],\"tableComment\":[\"打印任务日志\"],\"className\":[\"WinPrintTasksLogs\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"76\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"77\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"78\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"79\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"80\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"81\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"82\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"83\"],\"columns[7].sort\":[\"8\"],\"columns[7].co', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:53:20', 93); +INSERT INTO `sys_oper_log` VALUES (71, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"6\"],\"tableName\":[\"win_print_settings\"],\"tableComment\":[\"打印机的基本设置\"],\"className\":[\"WinPrintSettings\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"61\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"62\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"63\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"64\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"65\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"66\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"67\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"68\"],\"columns[7].sort\":[\"8\"],\"columns[7].columnComment\":[\"配置编码\"],\"colu', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:57:11', 99); +INSERT INTO `sys_oper_log` VALUES (72, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"5\"],\"tableName\":[\"win_print_model_string\"],\"tableComment\":[\"数据库模版\"],\"className\":[\"WinPrintModelString\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"51\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"52\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"53\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"54\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"55\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"56\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"57\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"58\"],\"columns[7].sort\":[\"8\"],\"columns[7]', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 11:58:54', 88); +INSERT INTO `sys_oper_log` VALUES (73, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"参数类型\"],\"dictType\":[\"param_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 12:00:10', 61); +INSERT INTO `sys_oper_log` VALUES (74, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"字符\"],\"dictValue\":[\"string\"],\"dictType\":[\"param_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 12:00:29', 61); +INSERT INTO `sys_oper_log` VALUES (75, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"图片\"],\"dictValue\":[\"img\"],\"dictType\":[\"param_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 12:00:55', 58); +INSERT INTO `sys_oper_log` VALUES (76, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"4\"],\"tableName\":[\"win_print_model_params\"],\"tableComment\":[\"模版参数属性配置表\"],\"className\":[\"WinPrintModelParams\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"40\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"41\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"42\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"43\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[5].columnId\":[\"45\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[4].columnId\":[\"44\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[6].columnId\":[\"46\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"47\"],\"columns[7].sort\":[\"8\"],\"column', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-20 12:04:07', 349); +INSERT INTO `sys_oper_log` VALUES (77, '代码生成', 8, 'com.win.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":[\"win_print_model_params,win_print_model_string,win_print_settings,win_print_model,win_print_tasks_logs\"]}', NULL, 0, NULL, '2024-07-22 08:19:33', 1860); +INSERT INTO `sys_oper_log` VALUES (78, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"5\"],\"tableName\":[\"win_print_model_string\"],\"tableComment\":[\"数据库模版\"],\"className\":[\"WinPrintModelString\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"51\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"52\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"53\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"54\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"55\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"56\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"57\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"58\"],\"columns[7].sort\":[\"8\"],\"columns[7]', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:20:54', 96); +INSERT INTO `sys_oper_log` VALUES (79, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"5\"],\"tableName\":[\"win_print_model_string\"],\"tableComment\":[\"数据库模版\"],\"className\":[\"WinPrintModelString\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"51\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"52\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"53\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"54\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"55\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"56\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"57\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"58\"],\"columns[7].sort\":[\"8\"],\"columns[7]', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:21:13', 83); +INSERT INTO `sys_oper_log` VALUES (80, '代码生成', 8, 'com.win.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":[\"win_print_model_params,win_print_model_string,win_print_settings,win_print_tasks_logs,win_print_model\"]}', NULL, 0, NULL, '2024-07-22 08:21:23', 798); +INSERT INTO `sys_oper_log` VALUES (81, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2001', '127.0.0.1', '内网IP', '2001', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:21:54', 156); +INSERT INTO `sys_oper_log` VALUES (82, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2002', '127.0.0.1', '内网IP', '2002', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:21:59', 54); +INSERT INTO `sys_oper_log` VALUES (83, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2003', '127.0.0.1', '内网IP', '2003', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:22:04', 56); +INSERT INTO `sys_oper_log` VALUES (84, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2004', '127.0.0.1', '内网IP', '2004', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:22:10', 58); +INSERT INTO `sys_oper_log` VALUES (85, '打印客户端配置', 1, 'com.win.web.controller.print.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"pda客户端\"],\"clientCode\":[\"pda001\"],\"clientPwd\":[\"123456\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"Microsoft Print to PDF\"],\"defaultPrintConfig\":[\"N\"],\"clientIp\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'default_print_config\' in \'field list\'\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintClientinfoMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintClientinfoMapper.insertWinPrintClientinfo-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_clientinfo ( client_name, client_code, client_pwd, security_model, default_print_config, client_ip ) values ( ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'default_print_config\' in \'field list\'\n; bad SQL grammar []', '2024-07-22 08:26:41', 816); +INSERT INTO `sys_oper_log` VALUES (86, '代码生成', 2, 'com.win.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/synchDb/win_print_clientinfo', '127.0.0.1', '内网IP', '\"win_print_clientinfo\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:27:57', 181); +INSERT INTO `sys_oper_log` VALUES (87, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"2\"],\"tableName\":[\"win_print_clientinfo\"],\"tableComment\":[\"打印客户端配置\"],\"className\":[\"WinPrintClientinfo\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"13\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"14\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"15\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"16\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"17\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"18\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"19\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"客户端名称\"],\"columns[6].javaType\":[\"String\"],\"columns[6].javaField\":[\"clientName\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].isQuery\":[\"1\"],\"columns[6].queryType\":[\"LIKE\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 08:30:53', 431); +INSERT INTO `sys_oper_log` VALUES (88, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_clientinfo', '127.0.0.1', '内网IP', '\"win_print_clientinfo\"', NULL, 0, NULL, '2024-07-22 08:31:01', 224); +INSERT INTO `sys_oper_log` VALUES (89, '打印客户端配置', 1, 'com.win.print.controller.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientCode\":[\"test001\"],\"clientPwd\":[\"123456\"],\"securityModel\":[\"WHITE\"],\"printers\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"defaultPrintConfig\":[\"Y\"],\"clientIp\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintClientinfoMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintClientinfoMapper.insertWinPrintClientinfo-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_clientinfo ( client_name, client_code, client_pwd, security_model, client_ip ) values ( ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1\n; Data truncation: Data too long for column \'security_model\' at row 1', '2024-07-22 08:59:59', 308); +INSERT INTO `sys_oper_log` VALUES (90, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mName\":[\"测试的标签模版\"],\"mCode\":[\"test_model_001\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"\"],\"isDyparam\":[\"Y\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 09:30:37', 385); +INSERT INTO `sys_oper_log` VALUES (91, '打印客户端配置', 1, 'com.win.print.controller.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientCode\":[\"test001\"],\"clientPwd\":[\"123456\"],\"securityModel\":[\"WHITE\"],\"defaultPrinter\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printSettings\":[\"model\"],\"clientIp\":[\"\"],\"id\":[\"\"],\"defaultModel\":[\"test_model_001\"]}', NULL, 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintClientinfoMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintClientinfoMapper.insertWinPrintClientinfo-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_clientinfo ( client_name, client_code, client_pwd, security_model, default_printer, print_settings, client_ip, default_model ) values ( ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'security_model\' at row 1\n; Data truncation: Data too long for column \'security_model\' at row 1', '2024-07-22 09:31:11', 215); +INSERT INTO `sys_oper_log` VALUES (92, '打印客户端配置', 1, 'com.win.print.controller.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientCode\":[\"test001\"],\"clientPwd\":[\"123456\"],\"securityModel\":[\"WHITE\"],\"defaultPrinter\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printSettings\":[\"model\"],\"clientIp\":[\"\"],\"id\":[\"\"],\"defaultModel\":[\"test_model_001\"]}', NULL, 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'print_settings\' at row 1\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintClientinfoMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintClientinfoMapper.insertWinPrintClientinfo-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_clientinfo ( client_name, client_code, client_pwd, security_model, default_printer, print_settings, client_ip, default_model ) values ( ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'print_settings\' at row 1\n; Data truncation: Data too long for column \'print_settings\' at row 1', '2024-07-22 09:33:28', 9); +INSERT INTO `sys_oper_log` VALUES (93, '打印客户端配置', 1, 'com.win.print.controller.WinPrintClientinfoController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientinfo/add', '127.0.0.1', '内网IP', '{\"clientName\":[\"测试客户端\"],\"clientCode\":[\"test001\"],\"clientPwd\":[\"123456\"],\"securityModel\":[\"WHITE\"],\"defaultPrinter\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printSettings\":[\"model\"],\"clientIp\":[\"\"],\"id\":[\"\"],\"defaultModel\":[\"test_model_001\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 09:34:07', 44); +INSERT INTO `sys_oper_log` VALUES (94, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"3\"],\"tableName\":[\"win_print_model\"],\"tableComment\":[\"打印模版设置\"],\"className\":[\"WinPrintModel\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"28\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"29\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"30\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"31\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"32\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"33\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"34\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"35\"],\"columns[7].sort\":[\"8', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 09:37:09', 120); +INSERT INTO `sys_oper_log` VALUES (95, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_model', '127.0.0.1', '内网IP', '\"win_print_model\"', NULL, 0, NULL, '2024-07-22 09:37:30', 639); +INSERT INTO `sys_oper_log` VALUES (96, '菜单管理', 3, 'com.win.web.controller.system.SysMenuController.remove()', 'GET', 1, 'admin', '闻荫科技', '/system/menu/remove/2035', '127.0.0.1', '内网IP', '2035', '{\"msg\":\"存在子菜单,不允许删除\",\"code\":301}', 0, NULL, '2024-07-22 09:38:11', 6); +INSERT INTO `sys_oper_log` VALUES (97, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2035\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"模版参数管理\"],\"url\":[\"/print/modelparams\"],\"target\":[\"menuItem\"],\"perms\":[\"print:modelparams:view\"],\"orderNum\":[\"1\"],\"icon\":[\"#\"],\"visible\":[\"1\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 09:38:23', 66); +INSERT INTO `sys_oper_log` VALUES (98, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mName\":[\"测试的标签模版\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"supplier.html\"],\"isDyparam\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn编号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[11].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\n; Column \'model_code\' cannot be null', '2024-07-22 09:53:23', 359); +INSERT INTO `sys_oper_log` VALUES (99, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mName\":[\"测试的标签模版\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"supplier.html\"],\"isDyparam\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn编号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[11].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\n; Column \'model_code\' cannot be null', '2024-07-22 09:59:01', 128051); +INSERT INTO `sys_oper_log` VALUES (100, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mName\":[\"测试的标签模版\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"supplier.html\"],\"isDyparam\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn编号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[11].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\n; Column \'model_code\' cannot be null', '2024-07-22 09:59:53', 3439); +INSERT INTO `sys_oper_log` VALUES (101, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mName\":[\"测试的标签模版\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"supplier.html\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[11].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\n; Column \'model_code\' cannot be null', '2024-07-22 10:15:26', 5012); +INSERT INTO `sys_oper_log` VALUES (102, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mName\":[\"测试的标签模版\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"supplier.html\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[11].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 10:15:59', 81); +INSERT INTO `sys_oper_log` VALUES (103, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mName\":[\"测试的标签模版\"],\"mType\":[\"CLASS\"],\"mUrl\":[\"supplier.html\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[11].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Truncated incorrect DOUBLE value: \'test_model_001\'\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintModelMapper.deleteWinPrintModelParamsByModelCode-Inline\r\n### The error occurred while setting parameters\r\n### SQL: delete from win_print_model_params where model_code = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Truncated incorrect DOUBLE value: \'test_model_001\'\n; Data truncation: Truncated incorrect DOUBLE value: \'test_model_001\'', '2024-07-22 10:46:11', 288); +INSERT INTO `sys_oper_log` VALUES (104, '打印设置管理', 1, 'com.win.print.controller.WinPrintSettingsController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/printsettings/add', '127.0.0.1', '内网IP', '{\"settingCode\":[\"print_paper_A5_landscape\"],\"desc\":[\"A5横向打印\"],\"paperType\":[\"A5\"],\"paperDirection\":[\"landscape\"],\"isDoubles\":[\"N\"],\"isColor\":[\"N\"],\"isDefine\":[\"N\"],\"defineProperties\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'desc,\n paper_type,\n paper_direction,\n is_double\' at line 3\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintSettingsMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintSettingsMapper.insertWinPrintSettings-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_settings ( setting_code, desc, paper_type, paper_direction, is_doubles, is_color, is_define, define_properties ) values ( ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'desc,\n paper_type,\n paper_direction,\n is_double\' at line 3\n; bad SQL grammar []', '2024-07-22 14:26:41', 1119); +INSERT INTO `sys_oper_log` VALUES (105, '打印任务日志', 1, 'com.win.print.controller.WinPrintTasksLogsController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/logmanager/add', '127.0.0.1', '内网IP', '{\"clientCode\":[\"test001\"],\"taskStatus\":[\"0\"],\"ipAddr\":[\"对对对\"],\"printType\":[\"model\"],\"modelCode\":[\"对对对方法\"],\"dataFile\":[\"dddd\"],\"requestType\":[\"white\"],\"printSetting\":[\"ddddd\"],\"printerName\":[\"dddd\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 14:36:58', 135); +INSERT INTO `sys_oper_log` VALUES (106, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"102\"],\"dictLabel\":[\"令牌\"],\"dictValue\":[\"PWD\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 15:57:50', 147); +INSERT INTO `sys_oper_log` VALUES (107, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"102\"],\"dictLabel\":[\"签名\"],\"dictValue\":[\"RSA\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 15:58:16', 60); +INSERT INTO `sys_oper_log` VALUES (108, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"102\"],\"dictLabel\":[\"签名\"],\"dictValue\":[\"DES\"],\"dictType\":[\"security_access_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"default\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-22 16:10:10', 65); +INSERT INTO `sys_oper_log` VALUES (109, '字典类型', 2, 'com.win.web.controller.system.SysDictTypeController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/edit', '127.0.0.1', '内网IP', '{\"dictId\":[\"101\"],\"dictName\":[\"模版来源类型\"],\"dictType\":[\"print_model_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:20:20', 238); +INSERT INTO `sys_oper_log` VALUES (110, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"模版类型\"],\"dictType\":[\"model_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:20:53', 354); +INSERT INTO `sys_oper_log` VALUES (111, '字典类型', 2, 'com.win.web.controller.system.SysDictTypeController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/edit', '127.0.0.1', '内网IP', '{\"dictId\":[\"101\"],\"dictName\":[\"模版来源类型\"],\"dictType\":[\"model_type_src\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:21:28', 47); +INSERT INTO `sys_oper_log` VALUES (112, '字典类型', 2, 'com.win.web.controller.system.SysDictTypeController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/edit', '127.0.0.1', '内网IP', '{\"dictId\":[\"108\"],\"dictName\":[\"模版类型\"],\"dictType\":[\"model_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:21:42', 60); +INSERT INTO `sys_oper_log` VALUES (113, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"thymeleaf\"],\"dictValue\":[\"thymeleaf\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:23:12', 90); +INSERT INTO `sys_oper_log` VALUES (114, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"freemarker\"],\"dictValue\":[\"freemarker\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:23:25', 54); +INSERT INTO `sys_oper_log` VALUES (115, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"pdf\"],\"dictValue\":[\"pdf\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:23:39', 45); +INSERT INTO `sys_oper_log` VALUES (116, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"118\"],\"dictLabel\":[\"freemarker\"],\"dictValue\":[\"fmk\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:23:56', 56); +INSERT INTO `sys_oper_log` VALUES (117, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"117\"],\"dictLabel\":[\"thymeleaf\"],\"dictValue\":[\"thyf\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:24:10', 50); +INSERT INTO `sys_oper_log` VALUES (118, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"word\"],\"dictValue\":[\"word\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"4\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:24:35', 118); +INSERT INTO `sys_oper_log` VALUES (119, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"117\"],\"dictLabel\":[\"thymeleaf\"],\"dictValue\":[\"thymeleaf\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:24:47', 53); +INSERT INTO `sys_oper_log` VALUES (120, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"118\"],\"dictLabel\":[\"freemarker\"],\"dictValue\":[\"freemarker\"],\"dictType\":[\"model_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:24:54', 55); +INSERT INTO `sys_oper_log` VALUES (121, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"A4横向\"],\"dictValue\":[\"A4L\"],\"dictType\":[\"print_paper_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:54:27', 321); +INSERT INTO `sys_oper_log` VALUES (122, '字典数据', 3, 'com.win.web.controller.system.SysDictDataController.remove()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/remove', '127.0.0.1', '内网IP', '{\"ids\":[\"121\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:54:47', 96); +INSERT INTO `sys_oper_log` VALUES (123, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"B5\"],\"dictValue\":[\"B5\"],\"dictType\":[\"print_paper_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 08:55:07', 65); +INSERT INTO `sys_oper_log` VALUES (124, '字典类型', 1, 'com.win.web.controller.system.SysDictTypeController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/add', '127.0.0.1', '内网IP', '{\"dictName\":[\"模版纸张类型\"],\"dictType\":[\"model_paper_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 09:14:40', 233); +INSERT INTO `sys_oper_log` VALUES (125, '字典类型', 2, 'com.win.web.controller.system.SysDictTypeController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/edit', '127.0.0.1', '内网IP', '{\"dictId\":[\"109\"],\"dictName\":[\"模版纸张类型\"],\"dictType\":[\"model_page_type\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 09:15:50', 57); +INSERT INTO `sys_oper_log` VALUES (126, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"A5\"],\"dictValue\":[\"A5\"],\"dictType\":[\"model_page_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 09:16:10', 54); +INSERT INTO `sys_oper_log` VALUES (127, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"A4\"],\"dictValue\":[\"A4\"],\"dictType\":[\"model_page_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 09:16:31', 49); +INSERT INTO `sys_oper_log` VALUES (128, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"USER\"],\"dictValue\":[\"USER\"],\"dictType\":[\"model_page_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 09:16:47', 52); +INSERT INTO `sys_oper_log` VALUES (129, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"107\"],\"dictLabel\":[\"系统内置\"],\"dictValue\":[\"CLASS\"],\"dictType\":[\"model_type_src\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 10:30:51', 69); +INSERT INTO `sys_oper_log` VALUES (130, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"108\"],\"dictLabel\":[\"指定路径\"],\"dictValue\":[\"FILE\"],\"dictType\":[\"model_type_src\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 10:31:10', 58); +INSERT INTO `sys_oper_log` VALUES (131, '打印设置管理', 1, 'com.win.print.controller.WinPrintSettingsController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/printsettings/add', '127.0.0.1', '内网IP', '{\"settingCode\":[\"setting001\"],\"desc\":[\"标签打印机设置\"],\"paperType\":[\"A5\"],\"paperDirection\":[\"landscape\"],\"isDoubles\":[\"N\"],\"isColor\":[\"N\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 16:34:04', 153); +INSERT INTO `sys_oper_log` VALUES (132, '打印任务日志', 3, 'com.win.print.controller.WinPrintTasksLogsController.remove()', 'POST', 1, 'admin', '闻荫科技', '/print/logmanager/remove', '127.0.0.1', '内网IP', '{\"ids\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 17:06:54', 148); +INSERT INTO `sys_oper_log` VALUES (133, '代码生成', 2, 'com.win.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/synchDb/win_print_tasks_logs', '127.0.0.1', '内网IP', '\"win_print_tasks_logs\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 17:08:10', 264); +INSERT INTO `sys_oper_log` VALUES (134, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"7\"],\"tableName\":[\"win_print_tasks_logs\"],\"tableComment\":[\"打印任务日志\"],\"className\":[\"WinPrintTasksLogs\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"76\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"77\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"78\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"79\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].isList\":[\"1\"],\"columns[3].isQuery\":[\"1\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"80\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"81\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"82\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"83\"],\"columns[7]', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 17:12:24', 115); +INSERT INTO `sys_oper_log` VALUES (135, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_tasks_logs', '127.0.0.1', '内网IP', '\"win_print_tasks_logs\"', NULL, 0, NULL, '2024-07-23 17:12:29', 593); +INSERT INTO `sys_oper_log` VALUES (136, '代码生成', 2, 'com.win.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/synchDb/win_print_settings', '127.0.0.1', '内网IP', '\"win_print_settings\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 17:27:53', 237); +INSERT INTO `sys_oper_log` VALUES (137, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"6\"],\"tableName\":[\"win_print_settings\"],\"tableComment\":[\"打印机的基本设置\"],\"className\":[\"WinPrintSettings\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"61\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"62\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"63\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"64\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"65\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"66\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"67\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"id\"],\"columns[6].javaType\":[\"Long\"],\"columns[6].javaField\":[\"id\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6].htmlType\":[\"input\"],\"columns[6].dictType\":[\"\"],\"columns[7].columnId\":[\"68\"],\"columns[7].sort\":[\"8\"],\"columns[7].columnComment\":[\"配置编码\"],\"colu', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 17:29:23', 105); +INSERT INTO `sys_oper_log` VALUES (138, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_settings', '127.0.0.1', '内网IP', '\"win_print_settings\"', NULL, 0, NULL, '2024-07-23 17:29:30', 343); +INSERT INTO `sys_oper_log` VALUES (139, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"9\"],\"dictLabel\":[\"完成\"],\"dictValue\":[\"1\"],\"dictType\":[\"sys_job_status\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"primary\"],\"isDefault\":[\"N\"],\"status\":[\"0\"],\"remark\":[\"停用状态\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 18:54:00', 159); +INSERT INTO `sys_oper_log` VALUES (140, '打印设置管理', 3, 'com.win.print.controller.WinPrintSettingsController.remove()', 'POST', 1, 'admin', '闻荫科技', '/print/printsettings/remove', '127.0.0.1', '内网IP', '{\"ids\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 19:27:18', 134); +INSERT INTO `sys_oper_log` VALUES (141, '打印设置管理', 2, 'com.win.print.controller.WinPrintSettingsController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/printsettings/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"vDesc\":[\"标签打印机设置\"],\"paperType\":[\"A5\"],\"paperDirection\":[\"landscape\"],\"isDoubles\":[\"N\"],\"isColor\":[\"N\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 19:39:15', 88); +INSERT INTO `sys_oper_log` VALUES (142, '打印设置管理', 1, 'com.win.print.controller.WinPrintSettingsController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/printsettings/add', '127.0.0.1', '内网IP', '{\"settingCode\":[\"test_setting_002\"],\"vDesc\":[\"默认打印配置\"],\"paperType\":[\"A4\"],\"paperDirection\":[\"portrait\"],\"isDoubles\":[\"N\"],\"isColor\":[\"N\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 19:40:20', 162); +INSERT INTO `sys_oper_log` VALUES (143, '打印设置管理', 2, 'com.win.print.controller.WinPrintSettingsController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/printsettings/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"vDesc\":[\"标签打印机设置\"],\"paperType\":[\"A5\"],\"paperDirection\":[\"landscape\"],\"isDoubles\":[\"N\"],\"isColor\":[\"N\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 19:40:27', 7); +INSERT INTO `sys_oper_log` VALUES (144, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2017\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"数据库模版\"],\"url\":[\"/print/datamodel\"],\"target\":[\"menuItem\"],\"perms\":[\"print:datamodel:view\"],\"orderNum\":[\"1\"],\"icon\":[\"#\"],\"visible\":[\"1\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-23 19:49:17', 174); +INSERT INTO `sys_oper_log` VALUES (145, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mCode\":[\"test_file_model001\"],\"mName\":[\"文件模版\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mUrl\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"mPageRotate\":[\"Y\"],\"isDyparam\":[\"N\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-24 08:39:56', 320); +INSERT INTO `sys_oper_log` VALUES (146, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mCode\":[\"test_file_model001\"],\"mName\":[\"文件扩展模版\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mUrl\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"mPageRotate\":[\"Y\"],\"isDyparam\":[\"N\"],\"index\":[\"1\"],\"winPrintModelParamsList[0].paramCode\":[\"test\"],\"winPrintModelParamsList[0].paramDesc\":[\"测试参数\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-24 08:41:18', 104); +INSERT INTO `sys_oper_log` VALUES (147, '打印模版设置', 3, 'com.win.print.controller.WinPrintModelController.remove()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/remove', '127.0.0.1', '内网IP', '{\"ids\":[\"3\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-24 08:42:07', 82); +INSERT INTO `sys_oper_log` VALUES (148, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"mName\":[\"文件模版\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mUrl\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"mPageRotate\":[\"Y\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"printDate\"],\"winPrintModelParamsList[10].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[11].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[11].paramT', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\n; Column \'model_code\' cannot be null', '2024-07-24 13:51:33', 896); +INSERT INTO `sys_oper_log` VALUES (149, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"mName\":[\"文件模版\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mUrl\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"mPageRotate\":[\"Y\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'model_code\' cannot be null\n; Column \'model_code\' cannot be null', '2024-07-24 13:53:41', 42430); +INSERT INTO `sys_oper_log` VALUES (150, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"mCode\":[\"test_file_model001\"],\"mName\":[\"文件模版\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mUrl\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"mPageRotate\":[\"Y\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-24 14:02:32', 13274); +INSERT INTO `sys_oper_log` VALUES (151, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"mCode\":[\"test_file_model001\"],\"mName\":[\"文件模版\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mUrl\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"mPageRotate\":[\"Y\"],\"isDyparam\":[\"N\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"string\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"string\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"string\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"string\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"string\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"string\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"string\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"img\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"string\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"string\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"string\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"日期\"],\"winPr', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-24 14:06:03', 8049); +INSERT INTO `sys_oper_log` VALUES (152, '字典数据', 1, 'com.win.web.controller.system.SysDictDataController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/add', '127.0.0.1', '内网IP', '{\"dictLabel\":[\"二维码图片\"],\"dictValue\":[\"QRIMG\"],\"dictType\":[\"param_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"2\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 08:30:04', 179); +INSERT INTO `sys_oper_log` VALUES (153, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"116\"],\"dictLabel\":[\"图片\"],\"dictValue\":[\"IMG\"],\"dictType\":[\"param_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"1\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 08:30:14', 48); +INSERT INTO `sys_oper_log` VALUES (154, '字典数据', 2, 'com.win.web.controller.system.SysDictDataController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/dict/data/edit', '127.0.0.1', '内网IP', '{\"dictCode\":[\"115\"],\"dictLabel\":[\"字符\"],\"dictValue\":[\"STR\"],\"dictType\":[\"param_type\"],\"cssClass\":[\"\"],\"dictSort\":[\"0\"],\"listClass\":[\"\"],\"isDefault\":[\"Y\"],\"status\":[\"0\"],\"remark\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 08:30:24', 50); +INSERT INTO `sys_oper_log` VALUES (155, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '192.168.0.103', '内网IP', '{\"mCode\":[\"test_file_model001\"],\"mName\":[\"test_file_model001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"btSelectAll\":[\"\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLException: Field \'is_dyparam\' doesn\'t have a default value\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintModelMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintModelMapper.insertWinPrintModel-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_model ( created_by, created_time, m_name, m_code, m_type, m_filename, m_type_src, m_page_size, is_page_rotate ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLException: Field \'is_dyparam\' doesn\'t have a default value\n; Field \'is_dyparam\' doesn\'t have a default value', '2024-07-25 13:51:56', 526); +INSERT INTO `sys_oper_log` VALUES (156, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '192.168.0.103', '内网IP', '{\"mCode\":[\"test_file_model001\"],\"mName\":[\"test_file_model001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 13:53:24', 105); +INSERT INTO `sys_oper_log` VALUES (157, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '192.168.0.103', '内网IP', '{\"id\":[\"1\"],\"mCode\":[\"test_file_model001\"],\"mName\":[\"test_file_model001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编号\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramDesc\":[\"包装名称\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramDesc\":[\"包装编号\"],\"winPrintModelParamsList[3].paramType\":[\"STR\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramDesc\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramDesc\":[\"asn号\"],\"winPrintModelParamsList[5].paramType\":[\"STR\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramDesc\":[\"数量\"],\"winPrintModelParamsList[6].paramType\":[\"STR\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[7].paramType\":[\"STR\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramDesc\":[\"批次码\"],\"winPrintModelParamsList[8].paramType\":[\"STR\"],\"winPrintModelParamsList[9].paramCode\":[\"itemType\"],\"winPrintModelParamsList[9].paramDesc\":[\"物料类型\"],\"winPrintModelParamsList[9].paramType\":[\"STR\"],\"winPrintModelParamsList[10].paramCode\":[\"supplierCode\"],\"winPrintModelParamsList[10].paramDesc\":[\"供应商编码\"],\"winPrintModelParamsList[10].paramType\":[\"STR\"],\"winPrintModelParamsList[11].paramCode\":[\"printDate\"],\"winPrintModelParamsList[11].paramDesc\":[\"日期\"],\"winPrintModelParamsList[11].param', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 13:53:57', 94); +INSERT INTO `sys_oper_log` VALUES (158, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '192.168.0.103', '内网IP', '{\"mCode\":[\"test_string_0001\"],\"mName\":[\"test_string_0001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"testmodel.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 16:31:02', 392); +INSERT INTO `sys_oper_log` VALUES (159, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '192.168.0.103', '内网IP', '{\"id\":[\"2\"],\"mCode\":[\"test_string_0001\"],\"mName\":[\"test_string_0001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"testmodel.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"
<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n<!--  <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->\\r\\n  <title></title>\\r\\n  <style>\\r\\n    .box {\\r\\n      font-size: 14px;\\r\\n      display: flex;\\r\\n      margin-top: 0px;\\r\\n      width: 100%;\\r\\n    }\\r\\n    .left {\\r\\n      border: 1px solid #b1b1b1;\\r\\n      border-collapse: collapse;\\r\\n      flex: 1;\\r\\n      width: 100%\\r\\n    }\\r\\n    .left-item {\\r\\n      display: flex;\\r\\n    }\\r\\n    .bold-font{\\r\\n      font-weight: bold;\\r\\n      font-size: 28px;\\r\\n    }\\r\\n\\r\\n    .label {\\r\\n      border-bottom: 1px solid #b1b1b1;\\r\\n      border-right: 1px solid #b1b1b1;\\r\\n      width: 60px;\\r\\n      padding: 0px 5px;\\r\\n      height: 58px;\\r\\n      line-height: 58px;\\r\\n    }\\r\\n    .value ', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 16:39:30', 47555);
+INSERT INTO `sys_oper_log` VALUES (160, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '192.168.0.103', '内网IP', '{\"id\":[\"2\"],\"mCode\":[\"test_string_0001\"],\"mName\":[\"test_string_0001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"testmodel.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"
<!DOCTYPE html>\\r\\n<html>\\r\\n<head>\\r\\n<!--  <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->\\r\\n  <title></title>\\r\\n  <style>\\r\\n    .box {\\r\\n      font-size: 14px;\\r\\n      display: flex;\\r\\n      margin-top: 0px;\\r\\n      width: 100%;\\r\\n    }\\r\\n    .left {\\r\\n      border: 1px solid #b1b1b1;\\r\\n      border-collapse: collapse;\\r\\n      flex: 1;\\r\\n      width: 100%\\r\\n    }\\r\\n    .left-item {\\r\\n      display: flex;\\r\\n    }\\r\\n    .bold-font{\\r\\n      font-weight: bold;\\r\\n      font-size: 28px;\\r\\n    }\\r\\n\\r\\n    .label {\\r\\n      border-bottom: 1px solid #b1b1b1;\\r\\n      border-right: 1px solid #b1b1b1;\\r\\n      width: 60px;\\r\\n      padding: 0px 5px;\\r\\n      height: 58px;\\r\\n      line-height: 58px;\\r\\n    }\\r\\n    .value ', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 16:40:41', 12955);
+INSERT INTO `sys_oper_log` VALUES (161, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '192.168.0.103', '内网IP', '{\"id\":[\"2\"],\"mCode\":[\"test_string_0001\"],\"mName\":[\"test_string_0001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"testmodel.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"
物品代码${itemCode}${imageSrc}
物品名称${itemName}批次${batchCode}
包装名称${uomName}物料类型${itemType}
包装号${uomCode}供应商${supplierCode}
父包装号${puomCode}打印时间${printDate}
ASN${asnCode}

[此处键入文章标题]

图文混排方法

1. 图片居左,文字围绕图片排版

方法:在文字前面插入图片,设置居左对齐,然后即可在右边输入多行文本


2. 图片居右,文字围绕图片排版

方法:在文字前面插入图片,设置居右对齐,然后即可在左边输入多行文本


3. 图片居中环绕排版

方法:亲,这个真心没有办法。。。



还有没有什么其他的环绕方式呢?这里是居右环绕


欢迎大家多多尝试,为UEditor提供更多高质量模板!


占位


占位


占位


占位


占位




\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-25 16:55:52', 8209); +INSERT INTO `sys_oper_log` VALUES (163, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mCode\":[\"test_ureport_001\"],\"mName\":[\"测试的报表\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"ureport.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"
${title}PCMAKR2405901510MAS048PCMAKR2405901510MAS048PCMAKR2405901510MAS048PCMAKR2405901510MAS048PCMAKR2405901510MAS048undefinedceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf 45461212ceshde shuju dei dhahdhakdf


\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-26 16:41:22', 142); +INSERT INTO `sys_oper_log` VALUES (164, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"4\"],\"mCode\":[\"test_ureport_001\"],\"mName\":[\"测试的报表\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"ureport.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"
${title}PCMAKR2405901510MAS048PCMAKR2405901510MAS048PCMAKR2405901510MAS048PCMAKR2405901510MAS048PCMAKR2405901510MAS048undefinedceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf ceshde shuju dei dhahdhakdf 45461212ceshde shuju dei dhahdhakdf


\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-26 16:41:56', 84); +INSERT INTO `sys_oper_log` VALUES (165, '代码生成', 6, 'com.win.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":[\"win_print_client_printers\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 09:55:11', 379); +INSERT INTO `sys_oper_log` VALUES (166, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"8\"],\"tableName\":[\"win_print_client_printers\"],\"tableComment\":[\"客户端打印机对照表\"],\"className\":[\"WinPrintClientPrinters\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"100\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"101\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"102\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"103\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].isList\":[\"1\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"104\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"105\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].isList\":[\"1\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"106\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"客户端编码\"],\"columns[6].javaType\":[\"String\"],\"columns[6].javaField\":[\"clientCode\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].isQuery\":[\"1\"],\"columns[6].queryT', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 09:57:07', 87); +INSERT INTO `sys_oper_log` VALUES (167, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_client_printers', '127.0.0.1', '内网IP', '\"win_print_client_printers\"', NULL, 0, NULL, '2024-07-29 09:57:11', 799); +INSERT INTO `sys_oper_log` VALUES (168, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2011\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印客户端配置\"],\"url\":[\"/print/clientinfo\"],\"target\":[\"menuItem\"],\"perms\":[\"print:clientinfo:view\"],\"orderNum\":[\"1\"],\"icon\":[\"#\"],\"visible\":[\"1\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 10:36:36', 72); +INSERT INTO `sys_oper_log` VALUES (169, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2041\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印设置管理\"],\"url\":[\"/print/printsettings\"],\"target\":[\"menuItem\"],\"perms\":[\"print:printsettings:view\"],\"orderNum\":[\"1\"],\"icon\":[\"#\"],\"visible\":[\"1\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 10:36:51', 64); +INSERT INTO `sys_oper_log` VALUES (170, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mCode\":[\"test_pdf_001\"],\"mName\":[\"测试pdf模版\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"wuliaotest.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemUom\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料包装\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"printDate\"],\"winPrintModelParamsList[2].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"qrcode\"],\"winPrintModelParamsList[3].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[3].paramType\":[\"QRIMG\"],\"mData\":[\"\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 13:13:02', 145); +INSERT INTO `sys_oper_log` VALUES (171, '代码生成', 2, 'com.win.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/synchDb/win_print_client_printers', '127.0.0.1', '内网IP', '\"win_print_client_printers\"', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 19:18:23', 452); +INSERT INTO `sys_oper_log` VALUES (172, '代码生成', 2, 'com.win.generator.controller.GenController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/tool/gen/edit', '127.0.0.1', '内网IP', '{\"tableId\":[\"8\"],\"tableName\":[\"win_print_client_printers\"],\"tableComment\":[\"客户端打印机对照表\"],\"className\":[\"WinPrintClientPrinters\"],\"functionAuthor\":[\"zhousq\"],\"remark\":[\"\"],\"columns[0].columnId\":[\"100\"],\"columns[0].sort\":[\"1\"],\"columns[0].columnComment\":[\"租户号\"],\"columns[0].javaType\":[\"String\"],\"columns[0].javaField\":[\"tenantId\"],\"columns[0].queryType\":[\"EQ\"],\"columns[0].isRequired\":[\"1\"],\"columns[0].htmlType\":[\"input\"],\"columns[0].dictType\":[\"\"],\"columns[1].columnId\":[\"101\"],\"columns[1].sort\":[\"2\"],\"columns[1].columnComment\":[\"乐观锁\"],\"columns[1].javaType\":[\"Long\"],\"columns[1].javaField\":[\"revision\"],\"columns[1].queryType\":[\"EQ\"],\"columns[1].htmlType\":[\"input\"],\"columns[1].dictType\":[\"\"],\"columns[2].columnId\":[\"102\"],\"columns[2].sort\":[\"3\"],\"columns[2].columnComment\":[\"创建人\"],\"columns[2].javaType\":[\"String\"],\"columns[2].javaField\":[\"createdBy\"],\"columns[2].queryType\":[\"EQ\"],\"columns[2].htmlType\":[\"input\"],\"columns[2].dictType\":[\"\"],\"columns[3].columnId\":[\"103\"],\"columns[3].sort\":[\"4\"],\"columns[3].columnComment\":[\"创建时间\"],\"columns[3].javaType\":[\"Date\"],\"columns[3].javaField\":[\"createdTime\"],\"columns[3].queryType\":[\"EQ\"],\"columns[3].htmlType\":[\"datetime\"],\"columns[3].dictType\":[\"\"],\"columns[4].columnId\":[\"104\"],\"columns[4].sort\":[\"5\"],\"columns[4].columnComment\":[\"更新人\"],\"columns[4].javaType\":[\"String\"],\"columns[4].javaField\":[\"updatedBy\"],\"columns[4].queryType\":[\"EQ\"],\"columns[4].htmlType\":[\"input\"],\"columns[4].dictType\":[\"\"],\"columns[5].columnId\":[\"105\"],\"columns[5].sort\":[\"6\"],\"columns[5].columnComment\":[\"更新时间\"],\"columns[5].javaType\":[\"Date\"],\"columns[5].javaField\":[\"updatedTime\"],\"columns[5].queryType\":[\"EQ\"],\"columns[5].htmlType\":[\"datetime\"],\"columns[5].dictType\":[\"\"],\"columns[6].columnId\":[\"106\"],\"columns[6].sort\":[\"7\"],\"columns[6].columnComment\":[\"客户端编码\"],\"columns[6].javaType\":[\"String\"],\"columns[6].javaField\":[\"clientCode\"],\"columns[6].isInsert\":[\"1\"],\"columns[6].isEdit\":[\"1\"],\"columns[6].isList\":[\"1\"],\"columns[6].isQuery\":[\"1\"],\"columns[6].queryType\":[\"EQ\"],\"columns[6', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 19:19:30', 96); +INSERT INTO `sys_oper_log` VALUES (173, '代码生成', 8, 'com.win.generator.controller.GenController.download()', 'GET', 1, 'admin', '闻荫科技', '/tool/gen/download/win_print_client_printers', '127.0.0.1', '内网IP', '\"win_print_client_printers\"', NULL, 0, NULL, '2024-07-29 19:19:34', 767); +INSERT INTO `sys_oper_log` VALUES (174, '客户端打印机对照', 1, 'com.win.print.controller.WinPrintClientPrintersController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientPrinters/add', '127.0.0.1', '内网IP', '{\"clientCode\":[\"node_001\"],\"printerName\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printerUuid\":[\"node_001_hp001\"],\"printerNameBusy\":[\"标签打印机01\"]}', NULL, 1, '', '2024-07-29 19:29:43', 88); +INSERT INTO `sys_oper_log` VALUES (175, '客户端打印机对照', 1, 'com.win.print.controller.WinPrintClientPrintersController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientPrinters/add', '127.0.0.1', '内网IP', '{\"clientCode\":[\"node_001\"],\"printerName\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printerUuid\":[\"node_001_hp001\"],\"printerNameBusy\":[\"标签打印机01\"]}', NULL, 1, '', '2024-07-29 19:32:35', 97); +INSERT INTO `sys_oper_log` VALUES (176, '客户端打印机对照', 1, 'com.win.print.controller.WinPrintClientPrintersController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientPrinters/add', '127.0.0.1', '内网IP', '{\"clientCode\":[\"node_001\"],\"printerName\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printerUuid\":[\"node_001_hp001\"],\"printerNameBusy\":[\"标签打印机01\"]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLException: Field \'tenant_id\' doesn\'t have a default value\r\n### The error may exist in file [D:\\ideaworkspace\\win-print-server1.1\\win-print\\target\\classes\\mapper\\print\\WinPrintClientPrintersMapper.xml]\r\n### The error may involve com.win.print.mapper.WinPrintClientPrintersMapper.insertWinPrintClientPrinters-Inline\r\n### The error occurred while setting parameters\r\n### SQL: insert into win_print_client_printers ( client_code, printer_name, printer_uuid, printer_name_busy ) values ( ?, ?, ?, ? )\r\n### Cause: java.sql.SQLException: Field \'tenant_id\' doesn\'t have a default value\n; Field \'tenant_id\' doesn\'t have a default value', '2024-07-29 19:49:52', 623); +INSERT INTO `sys_oper_log` VALUES (177, '客户端打印机对照', 1, 'com.win.print.controller.WinPrintClientPrintersController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientPrinters/add', '127.0.0.1', '内网IP', '{\"clientCode\":[\"node_001\"],\"printerName\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printerUuid\":[\"node_001_hp001\"],\"printerNameBusy\":[\"标签打印机01\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 19:51:08', 49); +INSERT INTO `sys_oper_log` VALUES (178, '客户端打印机对照', 1, 'com.win.print.controller.WinPrintClientPrintersController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientPrinters/add', '127.0.0.1', '内网IP', '{\"clientCode\":[\"node_001\"],\"printerName\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printerUuid\":[\"node_001_hp002\"],\"printerNameBusy\":[\"标签打印机02\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 19:53:07', 319); +INSERT INTO `sys_oper_log` VALUES (179, '客户端打印机对照', 2, 'com.win.print.controller.WinPrintClientPrintersController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/clientPrinters/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"clientCode\":[\"node_001\"],\"printerName\":[\"大厅 (HP Color LaserJet MFP M277dw)\"],\"printerUuid\":[\"node_001_hp001\"],\"printerNameBusy\":[\"标签打印机01\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-29 19:57:31', 88); +INSERT INTO `sys_oper_log` VALUES (180, '菜单管理', 2, 'com.win.web.controller.system.SysMenuController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/system/menu/edit', '127.0.0.1', '内网IP', '{\"menuId\":[\"2047\"],\"parentId\":[\"2000\"],\"menuType\":[\"C\"],\"menuName\":[\"打印机管理\"],\"url\":[\"/print/clientPrinters\"],\"target\":[\"menuItem\"],\"perms\":[\"print:clientPrinters:view\"],\"orderNum\":[\"1\"],\"icon\":[\"#\"],\"visible\":[\"0\"],\"isRefresh\":[\"1\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-30 08:52:34', 223); +INSERT INTO `sys_oper_log` VALUES (181, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"5\"],\"mCode\":[\"test_pdf_001\"],\"mName\":[\"测试pdf模版\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"wuliaotest01.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemUom\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料包装\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"printDate\"],\"winPrintModelParamsList[2].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"qrcode\"],\"winPrintModelParamsList[3].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[3].paramType\":[\"QRIMG\"],\"mData\":[\"\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-30 10:08:55', 158); +INSERT INTO `sys_oper_log` VALUES (182, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"5\"],\"mCode\":[\"test_pdf_001\"],\"mName\":[\"测试pdf模版\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"wuliaotest01.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemUom\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料包装\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"printDate\"],\"winPrintModelParamsList[2].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"qrcode\"],\"winPrintModelParamsList[3].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[3].paramType\":[\"QRIMG\"],\"winPrintModelParamsList[4].paramCode\":[\"itemName\"],\"winPrintModelParamsList[4].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"mData\":[\"\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-30 12:59:58', 117); +INSERT INTO `sys_oper_log` VALUES (183, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mCode\":[\"test0111\"],\"mName\":[\"test0111\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"test0111.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"模版编码\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"mData\":[\"\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-30 15:35:01', 160); +INSERT INTO `sys_oper_log` VALUES (184, '打印模版设置', 1, 'com.win.print.controller.WinPrintModelController.addSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/add', '127.0.0.1', '内网IP', '{\"mCode\":[\"dfdfsd顶顶顶顶\"],\"mName\":[\" 发斯蒂芬斯蒂芬\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"node_001_tes_20240730161825A001.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"\"],\"btSelectAll\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-30 16:21:23', 398); +INSERT INTO `sys_oper_log` VALUES (185, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"5\"],\"mCode\":[\"test_pdf_001\"],\"mName\":[\"测试pdf模版\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"wuliaotest01.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemUom\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料包装\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"printDate\"],\"winPrintModelParamsList[2].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[3].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[3].paramType\":[\"QRIMG\"],\"winPrintModelParamsList[4].paramCode\":[\"itemName\"],\"winPrintModelParamsList[4].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 08:57:24', 166); +INSERT INTO `sys_oper_log` VALUES (186, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"5\"],\"mCode\":[\"test_pdf_001\"],\"mName\":[\"测试pdf模版\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"wuliaotest01.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramDesc\":[\"物料编码\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemUom\"],\"winPrintModelParamsList[1].paramDesc\":[\"物料包装\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"printDate\"],\"winPrintModelParamsList[2].paramDesc\":[\"打印日期\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[3].paramDesc\":[\"二维码\"],\"winPrintModelParamsList[3].paramType\":[\"QRIMG\"],\"winPrintModelParamsList[4].paramCode\":[\"itemName\"],\"winPrintModelParamsList[4].paramDesc\":[\"物料名称\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 09:23:46', 143); +INSERT INTO `sys_oper_log` VALUES (187, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"5\"],\"mCode\":[\"test_pdf_001\"],\"mName\":[\"测试pdf模版\"],\"mType\":[\"pdf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"wuliaotest01.pdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramName\":[\"物料编码\"],\"winPrintModelParamsList[0].paramDesc\":[\"\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemUom\"],\"winPrintModelParamsList[1].paramName\":[\"物料包装\"],\"winPrintModelParamsList[1].paramDesc\":[\"\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"printDate\"],\"winPrintModelParamsList[2].paramName\":[\"打印日期\"],\"winPrintModelParamsList[2].paramDesc\":[\"\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[3].paramName\":[\"二维码\"],\"winPrintModelParamsList[3].paramDesc\":[\"{\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"200\\\",\\\"type\\\":\\\"png\\\"}\"],\"winPrintModelParamsList[3].paramType\":[\"QRIMG\"],\"winPrintModelParamsList[4].paramCode\":[\"itemName\"],\"winPrintModelParamsList[4].paramName\":[\"物料名称\"],\"winPrintModelParamsList[4].paramDesc\":[\"\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"btSelectAll\":[\"\"],\"btSelectItem\":[\"\"]}', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 10:51:49', 396); +INSERT INTO `sys_oper_log` VALUES (188, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"1\"],\"mCode\":[\"test_file_model001\"],\"mName\":[\"test_file_model001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"FILE\"],\"mFilename\":[\"supplier.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramName\":[\"物料编号\"],\"winPrintModelParamsList[0].paramDesc\":[\"\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramName\":[\"物料名称\"],\"winPrintModelParamsList[1].paramDesc\":[\"\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramName\":[\"包装名称\"],\"winPrintModelParamsList[2].paramDesc\":[\"\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramName\":[\"包装编号\"],\"winPrintModelParamsList[3].paramDesc\":[\"\"],\"winPrintModelParamsList[3].paramType\":[\"STR\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramName\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramDesc\":[\"\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramName\":[\"asn号\"],\"winPrintModelParamsList[5].paramDesc\":[\"\"],\"winPrintModelParamsList[5].paramType\":[\"STR\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramName\":[\"数量\"],\"winPrintModelParamsList[6].paramDesc\":[\"\"],\"winPrintModelParamsList[6].paramType\":[\"STR\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramName\":[\"二维码\"],\"winPrintModelParamsList[7].paramDesc\":[\"{\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"200\\\",\\\"type\\\":\\\"png\\\"}\"],\"winPrintModelParamsList[7].paramType\":[\"QRIMG\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramName\":[\"批次码\"],\"winPrintModelParamsList[8].paramDesc\":[\"\"],\"winPrintModelParamsList[8].par', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 10:52:41', 101); +INSERT INTO `sys_oper_log` VALUES (189, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"2\"],\"mCode\":[\"test_string_0001\"],\"mName\":[\"test_string_0001\"],\"mType\":[\"thymeleaf\"],\"mTypeSrc\":[\"STRING\"],\"mFilename\":[\"testmodel.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"index\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\"],\"winPrintModelParamsList[0].paramCode\":[\"itemCode\"],\"winPrintModelParamsList[0].paramName\":[\"物料编号\"],\"winPrintModelParamsList[0].paramDesc\":[\"\"],\"winPrintModelParamsList[0].paramType\":[\"STR\"],\"winPrintModelParamsList[1].paramCode\":[\"itemName\"],\"winPrintModelParamsList[1].paramName\":[\"物料名称\"],\"winPrintModelParamsList[1].paramDesc\":[\"\"],\"winPrintModelParamsList[1].paramType\":[\"STR\"],\"winPrintModelParamsList[2].paramCode\":[\"uomName\"],\"winPrintModelParamsList[2].paramName\":[\"包装名称\"],\"winPrintModelParamsList[2].paramDesc\":[\"\"],\"winPrintModelParamsList[2].paramType\":[\"STR\"],\"winPrintModelParamsList[3].paramCode\":[\"uomCode\"],\"winPrintModelParamsList[3].paramName\":[\"包装编号\"],\"winPrintModelParamsList[3].paramDesc\":[\"\"],\"winPrintModelParamsList[3].paramType\":[\"STR\"],\"winPrintModelParamsList[4].paramCode\":[\"puomCode\"],\"winPrintModelParamsList[4].paramName\":[\"父包装编号\"],\"winPrintModelParamsList[4].paramDesc\":[\"\"],\"winPrintModelParamsList[4].paramType\":[\"STR\"],\"winPrintModelParamsList[5].paramCode\":[\"asnCode\"],\"winPrintModelParamsList[5].paramName\":[\"asn号\"],\"winPrintModelParamsList[5].paramDesc\":[\"\"],\"winPrintModelParamsList[5].paramType\":[\"STR\"],\"winPrintModelParamsList[6].paramCode\":[\"counts\"],\"winPrintModelParamsList[6].paramName\":[\"数量\"],\"winPrintModelParamsList[6].paramDesc\":[\"\"],\"winPrintModelParamsList[6].paramType\":[\"STR\"],\"winPrintModelParamsList[7].paramCode\":[\"imageSrc\"],\"winPrintModelParamsList[7].paramName\":[\"二维码\"],\"winPrintModelParamsList[7].paramDesc\":[\"{\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"200\\\",\\\"type\\\":\\\"png\\\"}\"],\"winPrintModelParamsList[7].paramType\":[\"QRIMG\"],\"winPrintModelParamsList[8].paramCode\":[\"batchCode\"],\"winPrintModelParamsList[8].paramName\":[\"批次码\"],\"winPrintModelParamsList[8].paramDesc\":[\"\"],\"winPrintModelParamsList[8].para', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 11:00:00', 195); +INSERT INTO `sys_oper_log` VALUES (190, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"3\"],\"mCode\":[\"dfdfsd\"],\"mName\":[\"dfsdf\"],\"mType\":[\"thymeleaf\"],\"mFilename\":[\"sdfasdf\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"

<!DOCTYPE html>

<html>

<head>

<!--  <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->

  <title></title>

  <style>

    .box {

      font-size: 14px;

      display: flex;

      margin-top: 0px;

      width: 100vw;

      height: 100vh;

    }

    .left {

      border: 1px solid #b1b1b1;

      border-collapse: collapse;

      flex: 1;

      width: 100%

    }

    .left-item {

      display: flex;

    }

    .bold-font{

      font-weight: bold;

      font-size: 28px;

    }


    .label {

      border-bottom: 1px solid #b1b1b1;

      border-right: 1px solid #b1b1b1;

      width: 60px;

      padding: 0px 5px;

      height: 58px;

      line-height: 58px;

    }

    .value {

     ', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 12:49:59', 220); +INSERT INTO `sys_oper_log` VALUES (191, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"3\"],\"mCode\":[\"dfdfsd\"],\"mName\":[\"dfsdf\"],\"mType\":[\"thymeleaf\"],\"mFilename\":[\"sdfasdf\"],\"mData\":[\"\\r\\n\\r\\n\\r\\n\\r\\n \\r\\n

<!DOCTYPE html>

<html>

<head>

<!--  <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->

  <title></title>

  <style>

    .box {

      font-size: 14px;

      display: flex;

      margin-top: 0px;

      width: 100vw;

      height: 100vh;

    }

    .left {

      border: 1px solid #b1b1b1;

      border-collapse: collapse;

      flex: 1;

      width: 100%

    }

    .left-item {

      display: flex;

    }

    .bold-font{

      font-weight: bold;

      font-size: 28px;

    }


    .label {

      border-bottom: 1px solid #b1b1b1;

      border-right: 1px solid #b1b1b1;

      width: 60px;

      padding: 0px 5px;

      height: 58px;

      line-height: 58px;

    }

    .value {

     ', '{\"msg\":\"操作成功\",\"code\":0}', 0, NULL, '2024-07-31 13:02:55', 109); +INSERT INTO `sys_oper_log` VALUES (195, '打印模版设置', 2, 'com.win.print.controller.WinPrintModelController.editSave()', 'POST', 1, 'admin', '闻荫科技', '/print/modelmanager/edit', '127.0.0.1', '内网IP', '{\"id\":[\"3\"],\"mCode\":[\"dfdfsd\"],\"mName\":[\"dfsdf\"],\"mType\":[\"thymeleaf\"],\"mFilename\":[\"sdfasdf.html\"],\"mPageSize\":[\"A5\"],\"isPageRotate\":[\"Y\"],\"mData\":[\"\r\n\r\n\r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
物品代码${itemCode}
物品名称${itemName}批次${batchCode}
包装名称${uomName}物料类型${itemType}
包装号${uomCode}供应商${supplierCode}
父包装号${puomCode}打印时间${printDate}
ASN${asnCode}数量${counts}
\r\n\r\n
\r\n\r\n'); +INSERT INTO `win_print_model` VALUES (NULL, NULL, 'admin', '2024-07-31 11:00:00', 'admin', NULL, 2, 'test_string_0001', 'test_string_0001', 'thymeleaf', 'testmodel.html', 'N', 'STRING', 'A5', 'Y', NULL, '\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
物品代码${itemCode}
物品名称${itemName}批次${batchCode}
包装名称${uomName}物料类型${itemType}
包装号${uomCode}供应商${supplierCode}
父包装号${puomCode}打印时间${printDate}
ASN${asnCode}数量${counts}
\r\n\r\n
\r\n\r\n'); +INSERT INTO `win_print_model` VALUES (NULL, NULL, 'admin', '2024-07-31 13:18:48', 'admin', NULL, 3, 'dfsdf', 'dfdfsd', 'thymeleaf', 'sdfasdf.html', 'N', 'STRING', 'A5', 'Y', NULL, '\r\n\r\n\r\n \r\n \r\n\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
物品代码${itemCode}
物品名称${itemName}批次${batchCode}
包装名称${uomName}物料类型${itemType}
包装号${uomCode}供应商${supplierCode}
父包装号${puomCode}打印时间${printDate}
ASN${asnCode}数量${counts}
\r\n\r\n
\r\n\r\n'); +INSERT INTO `win_print_model` VALUES (NULL, NULL, 'admin', '2024-07-26 16:41:56', 'admin', NULL, 4, '测试的报表', 'test_ureport_001', 'thymeleaf', 'ureport.html', 'N', 'STRING', 'A5', 'Y', NULL, ''); +INSERT INTO `win_print_model` VALUES (NULL, NULL, 'admin', '2024-07-31 10:51:49', 'admin', NULL, 5, '测试pdf模版', 'test_pdf_001', 'pdf', 'wuliaotest01.pdf', 'N', 'FILE', 'A5', 'Y', NULL, NULL); +INSERT INTO `win_print_model` VALUES (NULL, NULL, 'admin', '2024-07-30 15:35:02', NULL, NULL, 6, 'test0111', 'test0111', 'pdf', 'test0111.pdf', 'N', 'FILE', 'A5', 'Y', NULL, NULL); +INSERT INTO `win_print_model` VALUES (NULL, NULL, 'admin', '2024-07-30 16:21:23', NULL, NULL, 7, ' 发斯蒂芬斯蒂芬', 'dfdfsd顶顶顶顶', 'pdf', 'node_001_tes_20240730161825A001.pdf', 'N', 'FILE', 'A5', 'Y', NULL, NULL); + +-- ---------------------------- +-- Table structure for win_print_model_params +-- ---------------------------- +DROP TABLE IF EXISTS `win_print_model_params`; +CREATE TABLE `win_print_model_params` ( + `tenant_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '租户号', + `revision` int(0) NULL DEFAULT NULL COMMENT '乐观锁', + `created_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `created_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `updated_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '更新人', + `updated_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `id` int(0) NOT NULL AUTO_INCREMENT COMMENT 'id', + `model_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '模版编号', + `param_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '参数名', + `param_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '参数描述', + `param_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '参数类型', + `param_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '参数名称', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 83 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '模版参数属性配置表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of win_print_model_params +-- ---------------------------- +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, 'admin', '2024-07-30 15:35:02', NULL, '2024-07-30 15:35:02', 72, 'test0111', 'itemCode', '模版编码', 'STR', NULL); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:51:49', 'admin', '2024-07-31 10:51:49', 83, 'test_pdf_001', 'itemCode', '', 'STR', '物料编码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:51:49', 'admin', '2024-07-31 10:51:49', 84, 'test_pdf_001', 'itemUom', '', 'STR', '物料包装'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:51:49', 'admin', '2024-07-31 10:51:49', 85, 'test_pdf_001', 'printDate', '', 'STR', '打印日期'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:51:49', 'admin', '2024-07-31 10:51:49', 86, 'test_pdf_001', 'imageSrc', '{\"width\":\"200\",\"height\":\"200\",\"type\":\"png\"}', 'QRIMG', '二维码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:51:49', 'admin', '2024-07-31 10:51:49', 87, 'test_pdf_001', 'itemName', '', 'STR', '物料名称'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 88, 'test_file_model001', 'itemCode', '', 'STR', '物料编号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 89, 'test_file_model001', 'itemName', '', 'STR', '物料名称'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 90, 'test_file_model001', 'uomName', '', 'STR', '包装名称'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 91, 'test_file_model001', 'uomCode', '', 'STR', '包装编号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 92, 'test_file_model001', 'puomCode', '', 'STR', '父包装编号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 93, 'test_file_model001', 'asnCode', '', 'STR', 'asn号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 94, 'test_file_model001', 'counts', '', 'STR', '数量'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 95, 'test_file_model001', 'imageSrc', '{\"width\":\"200\",\"height\":\"200\",\"type\":\"png\"}', 'QRIMG', '二维码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 96, 'test_file_model001', 'batchCode', '', 'STR', '批次码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 97, 'test_file_model001', 'itemType', '', 'STR', '物料类型'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 98, 'test_file_model001', 'supplierCode', '', 'STR', '供应商编码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:42', 'admin', '2024-07-31 10:52:42', 99, 'test_file_model001', 'printDate', '', 'STR', '日期'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 100, 'test_string_0001', 'itemCode', '', 'STR', '物料编号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 101, 'test_string_0001', 'itemName', '', 'STR', '物料名称'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 102, 'test_string_0001', 'uomName', '', 'STR', '包装名称'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 103, 'test_string_0001', 'uomCode', '', 'STR', '包装编号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 104, 'test_string_0001', 'puomCode', '', 'STR', '父包装编号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 105, 'test_string_0001', 'asnCode', '', 'STR', 'asn号'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 106, 'test_string_0001', 'counts', '', 'STR', '数量'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 107, 'test_string_0001', 'imageSrc', '{\"width\":\"200\",\"height\":\"200\",\"type\":\"png\"}', 'QRIMG', '二维码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 108, 'test_string_0001', 'batchCode', '', 'STR', '批次码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 109, 'test_string_0001', 'itemType', '', 'STR', '物料类型'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 110, 'test_string_0001', 'supplierCode', '', 'STR', '供应商编码'); +INSERT INTO `win_print_model_params` VALUES (NULL, NULL, NULL, '2024-07-31 11:00:00', 'admin', '2024-07-31 11:00:00', 111, 'test_string_0001', 'printDate', '', 'STR', '打印日期'); + +-- ---------------------------- +-- Table structure for win_print_model_string +-- ---------------------------- +DROP TABLE IF EXISTS `win_print_model_string`; +CREATE TABLE `win_print_model_string` ( + `tenant_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '租户号', + `revision` int(0) NULL DEFAULT NULL COMMENT '乐观锁', + `created_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `created_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `updated_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '更新人', + `updated_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `id` int(0) NOT NULL AUTO_INCREMENT COMMENT 'id', + `model_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模版编码', + `model_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模版类型;themleaf;freemarker;', + `model_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '模版数据', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '数据库模版' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of win_print_model_string +-- ---------------------------- + +-- ---------------------------- +-- Table structure for win_print_settings +-- ---------------------------- +DROP TABLE IF EXISTS `win_print_settings`; +CREATE TABLE `win_print_settings` ( + `tenant_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '租户号', + `revision` int(0) NULL DEFAULT NULL COMMENT '乐观锁', + `created_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `created_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `updated_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '更新人', + `updated_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `id` int(0) NOT NULL AUTO_INCREMENT COMMENT 'id', + `setting_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '配置编码', + `v_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '配置描述', + `paper_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '纸张类型', + `paper_direction` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '纸张方向', + `is_doubles` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT 'N' COMMENT '是否双面打印', + `is_color` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT 'N' COMMENT '是否彩色', + `is_define` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否自定义', + `define_properties` varchar(900) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '纸张自定义属性', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '打印机的基本设置' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of win_print_settings +-- ---------------------------- +INSERT INTO `win_print_settings` VALUES (NULL, NULL, NULL, NULL, NULL, NULL, 2, 'setting001', '标签打印机设置', 'A5', 'landscape', 'N', 'N', NULL, NULL); +INSERT INTO `win_print_settings` VALUES (NULL, NULL, NULL, NULL, NULL, NULL, 3, 'test_setting_002', '默认打印配置', 'A4', 'portrait', 'N', 'N', NULL, NULL); + +-- ---------------------------- +-- Table structure for win_print_tasks_logs +-- ---------------------------- +DROP TABLE IF EXISTS `win_print_tasks_logs`; +CREATE TABLE `win_print_tasks_logs` ( + `tenant_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '租户号', + `revision` int(0) NULL DEFAULT NULL COMMENT '乐观锁', + `created_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `created_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `updated_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '更新人', + `updated_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', + `id` int(0) NOT NULL AUTO_INCREMENT COMMENT 'id', + `client_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '客户端编码', + `task_status` varchar(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '任务状态', + `ip_addr` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'IP地址', + `print_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '打印类型', + `model_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模版编码', + `data_file` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '数据文件名称', + `request_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '请求类型', + `print_setting_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '打印配置', + `printer_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '打印机名称', + `model_page` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '模版纸张', + `is_page_rolated` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '是否横向', + `task_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '任务的UUID', + `copy_counts` int(0) NULL DEFAULT NULL COMMENT '打印分数', + `print_time` datetime(0) NULL DEFAULT NULL COMMENT '打印时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 6801 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '打印任务日志' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of win_print_tasks_logs +-- ---------------------------- +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 09:58:08', NULL, NULL, 4270, '2node_001', '0', 'http://192.168.0.103:8001/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722391087645.pdf', 'code', '', 'Microsoft Print to PDF', 'A5', 'Y', '26f564bbd7e24e44a6fd4c4bffd43c59', 1, '2024-07-31 09:58:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 09:58:26', NULL, NULL, 4271, '2node_001', '0', 'http://192.168.0.103:8001/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722391104780.pdf', 'code', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c4df3b2f2d964dac9dba751d6e09f9ee', 1, '2024-07-31 09:58:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:15:03', NULL, NULL, 4272, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1722391015327.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8ccc5d5867a3464a8b738918ec901fd1', 1, '2024-07-31 09:56:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:15:03', NULL, NULL, 4273, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1722391016521.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0c0076002de4c83903827f8fbedb279', 1, '2024-07-31 09:56:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:15:09', NULL, NULL, 4274, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1722391015317.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6fb8f08214be437784492ed435b7f781', 1, '2024-07-31 09:56:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:15:10', NULL, NULL, 4275, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1722391015322.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a43343040e0f4be693282737a3b3ad43', 1, '2024-07-31 09:56:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:15:11', NULL, NULL, 4276, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1722391016841.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '565000978a644796a1194ffe3837fccd', 1, '2024-07-31 09:56:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:52:39', NULL, NULL, 4277, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1722394206695.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35acebbe110b43c399ad89196589f9d3', 1, '2024-07-31 10:50:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:01', NULL, NULL, 4278, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394500585.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '706371655fca4949b84d4543c192ddbb', 1, '2024-07-31 10:55:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:01', NULL, NULL, 4279, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394501291.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ce833bb2d5e54a2489f359cb2177f1ff', 1, '2024-07-31 10:55:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:02', NULL, NULL, 4280, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394501611.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c37d11c03b7346cdb8562d7808d76fee', 1, '2024-07-31 10:55:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:02', NULL, NULL, 4281, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394502095.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '254679b4a2b94d778f41adcecf48c646', 1, '2024-07-31 10:55:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:03', NULL, NULL, 4282, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394502413.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0390428298f74413a24e7351610cfff5', 1, '2024-07-31 10:55:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:03', NULL, NULL, 4283, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394502937.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c8bd864b758f4d7c8dde43d0d15b1cbf', 1, '2024-07-31 10:55:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:03', NULL, NULL, 4284, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394503359.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '47fdf35759334ffbb68b88a18f1e5f16', 1, '2024-07-31 10:55:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:04', NULL, NULL, 4285, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394503613.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '46660470ab5047e5a205a9d3ece8c9a8', 1, '2024-07-31 10:55:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:04', NULL, NULL, 4286, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394503894.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c0fa949240b40c9a5439f88a50ce30c', 1, '2024-07-31 10:55:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:04', NULL, NULL, 4287, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394504176.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ed4ac6d61f144701ab39c902eaea9144', 1, '2024-07-31 10:55:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:05', NULL, NULL, 4288, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394504494.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e25246c05ec4096a70675f3fd923174', 1, '2024-07-31 10:55:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:05', NULL, NULL, 4289, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394504753.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff0a32b4074f40e58a8d0327632084be', 1, '2024-07-31 10:55:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:05', NULL, NULL, 4290, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394504978.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6bc438bca9244514879dccc8f6de1ea6', 1, '2024-07-31 10:55:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:05', NULL, NULL, 4291, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394505228.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '45ab5682e72d4e6487a53816c55dee40', 1, '2024-07-31 10:55:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:06', NULL, NULL, 4292, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394505446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fae132bc431d4ae5bf71c7a87a43da34', 1, '2024-07-31 10:55:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:06', NULL, NULL, 4293, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394505727.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '031b1a34641a4ec886d110ff75891677', 1, '2024-07-31 10:55:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:06', NULL, NULL, 4294, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394506075.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5737b31700a4491d8f402605fe4aa02e', 1, '2024-07-31 10:55:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:06', NULL, NULL, 4295, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394506377.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e5f8cb6497434e808bc6889700563f5b', 1, '2024-07-31 10:55:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:07', NULL, NULL, 4296, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394506666.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a403419a4eb4930b9db7fd0714804a9', 1, '2024-07-31 10:55:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:07', NULL, NULL, 4297, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394507096.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a198cda704f4b2f97a9b9b8caa4af11', 1, '2024-07-31 10:55:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:08', NULL, NULL, 4298, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394507464.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6340e92227f44d0cac23b2975244546f', 1, '2024-07-31 10:55:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:08', NULL, NULL, 4299, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394507765.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '727ac6529ef74f3bb162665d7fbfd669', 1, '2024-07-31 10:55:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:08', NULL, NULL, 4300, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394508117.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3bd77a7ee494807b83eb79b93d923d3', 1, '2024-07-31 10:55:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:09', NULL, NULL, 4301, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394508434.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd3cf0a64cc804df0a8d614babae9df51', 1, '2024-07-31 10:55:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:09', NULL, NULL, 4302, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394508724.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8b555560bee8406394fa211da5536786', 1, '2024-07-31 10:55:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:09', NULL, NULL, 4303, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394508958.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1fbf38259e5f44dba6a05c6b20b9f5a5', 1, '2024-07-31 10:55:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:09', NULL, NULL, 4304, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394509195.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '75b8700ae6d14af8b12780b98731fbc0', 1, '2024-07-31 10:55:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:10', NULL, NULL, 4305, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394509433.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cfb602f46479432f80b726d3cf3cf965', 1, '2024-07-31 10:55:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:10', NULL, NULL, 4306, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394509653.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1096c9c30c3c4587b4f513f084840c79', 1, '2024-07-31 10:55:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:10', NULL, NULL, 4307, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394509881.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd4c69455217a496483beb741ca862fce', 1, '2024-07-31 10:55:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:10', NULL, NULL, 4308, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394510105.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c010796042e44349948427edd1847462', 1, '2024-07-31 10:55:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:11', NULL, NULL, 4309, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394510380.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'efa2bb4ea6a14338884a30083034b745', 1, '2024-07-31 10:55:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:11', NULL, NULL, 4310, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394510689.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31449fb5cea340e980e987d50f07c7c9', 1, '2024-07-31 10:55:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:11', NULL, NULL, 4311, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394510956.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78b599a8e03c4032aaf5975008af4b32', 1, '2024-07-31 10:55:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:11', NULL, NULL, 4312, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394511236.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '543a554c80784175ac826b8d344bc01b', 1, '2024-07-31 10:55:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:12', NULL, NULL, 4313, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394511506.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e43aff20e8a94ecca9a681b8a1bf5bef', 1, '2024-07-31 10:55:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:12', NULL, NULL, 4314, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394511769.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eebd0373f57b4e3db1eddf1ce61da5e2', 1, '2024-07-31 10:55:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:12', NULL, NULL, 4315, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394512102.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '680b0ac0ff9e4a8ba0263bb7789d2a77', 1, '2024-07-31 10:55:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:13', NULL, NULL, 4316, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394512433.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd80c5a8bcd5d414a859a2c3354b3a6cf', 1, '2024-07-31 10:55:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:13', NULL, NULL, 4317, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394512698.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ace89e93acc41148945a67bd6505249', 1, '2024-07-31 10:55:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:13', NULL, NULL, 4318, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394512939.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '64113fc9f3c94232b69a7b8793ecc542', 1, '2024-07-31 10:55:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:13', NULL, NULL, 4319, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394513155.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d6301f67a0247a2888dc370933cb2ae', 1, '2024-07-31 10:55:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:14', NULL, NULL, 4320, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394513408.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bf73682967c448ccaed05928b1dc0404', 1, '2024-07-31 10:55:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:14', NULL, NULL, 4321, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394513672.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a9f5e2c2ca34a90bd0b1e255fc3c981', 1, '2024-07-31 10:55:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:14', NULL, NULL, 4322, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394513953.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09dde19f80e240b180e65a4bced28585', 1, '2024-07-31 10:55:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:14', NULL, NULL, 4323, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394514269.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a03aed278774fb887aa6d4ee706440e', 1, '2024-07-31 10:55:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:15', NULL, NULL, 4324, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394514531.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ea45c6bd2fb047a19b00da188cbd9425', 1, '2024-07-31 10:55:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:15', NULL, NULL, 4325, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394514790.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad35002e24e44ed883ed11c794e734be', 1, '2024-07-31 10:55:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:15', NULL, NULL, 4326, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394515010.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3013fe3113a94624890ba4fed236aa2b', 1, '2024-07-31 10:55:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:15', NULL, NULL, 4327, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394515310.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0c58b1ea76c49658e37b9bcb0e8b84c', 1, '2024-07-31 10:55:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:16', NULL, NULL, 4328, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394515635.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '565677a2f5cf458583686fbd52a4741d', 1, '2024-07-31 10:55:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:16', NULL, NULL, 4329, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394515879.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '831e73084e3444bb84d5e668e46348bf', 1, '2024-07-31 10:55:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:16', NULL, NULL, 4330, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394516163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a7615b6a207e4cafa42dcb203f12ac83', 1, '2024-07-31 10:55:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:17', NULL, NULL, 4331, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394516439.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad5b573bb3934a26907bb0132945b652', 1, '2024-07-31 10:55:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:17', NULL, NULL, 4332, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394516810.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fcc2acb452db41439112060494412f70', 1, '2024-07-31 10:55:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:17', NULL, NULL, 4333, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394517133.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '712b44c023ef480c9c47f0e71c4a1f62', 1, '2024-07-31 10:55:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:18', NULL, NULL, 4334, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394517448.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97b42f73611b4f76805c0ac19eac8555', 1, '2024-07-31 10:55:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:18', NULL, NULL, 4335, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394517708.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a7581e8200f348cc925b35382efa75d3', 1, '2024-07-31 10:55:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:18', NULL, NULL, 4336, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394517945.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d7124bb6638457fbd26527363036f9a', 1, '2024-07-31 10:55:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:18', NULL, NULL, 4337, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394518240.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '14068635fcb9455cbb3ede5873dfbbe8', 1, '2024-07-31 10:55:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:19', NULL, NULL, 4338, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394518477.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f32a5d60fec74f85867be51f781bfa74', 1, '2024-07-31 10:55:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:19', NULL, NULL, 4339, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394518739.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23d30e730d9e422391d5a22ea1ec9207', 1, '2024-07-31 10:55:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:19', NULL, NULL, 4340, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394518955.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bc4688fdf4e04dcb85807863de43ce95', 1, '2024-07-31 10:55:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:19', NULL, NULL, 4341, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394519187.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '49e4e8086d8e4556a086282852fe277d', 1, '2024-07-31 10:55:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:20', NULL, NULL, 4342, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394519558.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '08256eac76eb44b69b36bdde8a65da2b', 1, '2024-07-31 10:55:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:20', NULL, NULL, 4343, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394519839.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a9ac0466e42a400595e3df1f058cba80', 1, '2024-07-31 10:55:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:20', NULL, NULL, 4344, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394520220.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e4bce3f140bd408e8b85295cb06f0e2f', 1, '2024-07-31 10:55:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:21', NULL, NULL, 4345, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394520456.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0840916e85946ac8e1a6cdfeaa00e95', 1, '2024-07-31 10:55:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:21', NULL, NULL, 4346, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394520787.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ef111a20ddb3473ea67bf94b4d75e7ae', 1, '2024-07-31 10:55:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:21', NULL, NULL, 4347, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394521141.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c7a48aa72f9047ac85b1db1950fd7c18', 1, '2024-07-31 10:55:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:22', NULL, NULL, 4348, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394521487.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fe2c8c5fe82b468c8205b4f760c59c1a', 1, '2024-07-31 10:55:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:22', NULL, NULL, 4349, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394521847.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e4769d72d4941f98792f60dd936f735', 1, '2024-07-31 10:55:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:22', NULL, NULL, 4350, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394522126.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5aa98500e9bd44a18b4d407659ca9d8b', 1, '2024-07-31 10:55:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:22', NULL, NULL, 4351, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394522361.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35f0c0c54e074945b344a412167236e9', 1, '2024-07-31 10:55:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:23', NULL, NULL, 4352, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394522641.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '92e4a90b194541be825a99ab16a31ccf', 1, '2024-07-31 10:55:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:23', NULL, NULL, 4353, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394522859.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '49727135a9084d3aa37996aa57a4cc18', 1, '2024-07-31 10:55:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:23', NULL, NULL, 4354, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394523101.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0cfbb02a8674fdd9519eeb9f3c03add', 1, '2024-07-31 10:55:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:24', NULL, NULL, 4355, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394523394.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17a8177692924afc804f74f06f1ee632', 1, '2024-07-31 10:55:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:24', NULL, NULL, 4356, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394523582.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7cdb0e65b25a4bb6af2bf58ba544535b', 1, '2024-07-31 10:55:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:24', NULL, NULL, 4357, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394523814.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5a51939b70d047fc80c123dc40cacfa0', 1, '2024-07-31 10:55:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:24', NULL, NULL, 4358, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394524064.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c73a27951f22413b8b713bb02e8d51a5', 1, '2024-07-31 10:55:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:24', NULL, NULL, 4359, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394524263.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bdbd5e3f83b9471698e1037271767cf9', 1, '2024-07-31 10:55:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:25', NULL, NULL, 4360, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394524579.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f10f245c3248485c812fc73636ef3b52', 1, '2024-07-31 10:55:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:25', NULL, NULL, 4361, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394524831.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74d619faef2d44d19469a4053f47edf1', 1, '2024-07-31 10:55:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:25', NULL, NULL, 4362, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394525083.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eae8aee36ee74ea2a463724208f12b0a', 1, '2024-07-31 10:55:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:25', NULL, NULL, 4363, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394525319.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9b7b48565b274f8d8821ebb108920f24', 1, '2024-07-31 10:55:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:26', NULL, NULL, 4364, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394525543.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aa2c93e50a3d44a299c5342a84688d97', 1, '2024-07-31 10:55:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:26', NULL, NULL, 4365, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394525809.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '388360b70bd441e394751c0138caa943', 1, '2024-07-31 10:55:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:26', NULL, NULL, 4366, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394526163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a0ee64b075c49469100d85bd0821ebe', 1, '2024-07-31 10:55:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:27', NULL, NULL, 4367, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394526390.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '029accf1aa8243feacfa441297e625d1', 1, '2024-07-31 10:55:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:27', NULL, NULL, 4368, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394526661.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a4e728a8a69a4937bb152693c60732f0', 1, '2024-07-31 10:55:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:27', NULL, NULL, 4369, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394526971.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '726671993ab84f2f8af04e4f854e3b9f', 1, '2024-07-31 10:55:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:27', NULL, NULL, 4370, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394527176.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b7e0aa085134a36853150df10bb29b5', 1, '2024-07-31 10:55:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:28', NULL, NULL, 4371, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394527366.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4b1667d8be724cebb7260ce6117b5e27', 1, '2024-07-31 10:55:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:28', NULL, NULL, 4372, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394527667.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97f490456e554900ae1d88a80c38a6db', 1, '2024-07-31 10:55:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:28', NULL, NULL, 4373, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394527945.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c05ad8ef53594df8a29fe266746e5e94', 1, '2024-07-31 10:55:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:28', NULL, NULL, 4374, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394528201.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc1abe40ce0b45919d906d7963ff6742', 1, '2024-07-31 10:55:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:29', NULL, NULL, 4375, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394528451.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f0ccedc8992f44ef947446b734aca5ca', 1, '2024-07-31 10:55:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:29', NULL, NULL, 4376, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394528710.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a97d1d4664df42459a1e6ef53e9e181f', 1, '2024-07-31 10:55:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:29', NULL, NULL, 4377, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394528969.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4066090f3434495fb4dbf60ca9c446e9', 1, '2024-07-31 10:55:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:29', NULL, NULL, 4378, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394529267.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd397fbc7bce4f04828ecc5072d4653f', 1, '2024-07-31 10:55:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:30', NULL, NULL, 4379, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394529531.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fffdf29f3ab840a0812225cc6784e2c5', 1, '2024-07-31 10:55:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:30', NULL, NULL, 4380, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394529751.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ea63ad062ecf47589e1625365a792b4d', 1, '2024-07-31 10:55:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:30', NULL, NULL, 4381, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394530025.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9b7309e9f9394db3b06a1eb1592bef40', 1, '2024-07-31 10:55:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:30', NULL, NULL, 4382, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394530286.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c2dafdbfb50e44c581e9108e769f03f9', 1, '2024-07-31 10:55:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:31', NULL, NULL, 4383, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394530536.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78e241dbaaa44d1285ac78052a4ae325', 1, '2024-07-31 10:55:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:31', NULL, NULL, 4384, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394530892.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2db7317b6c3746c1880b897e528cc0d9', 1, '2024-07-31 10:55:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:31', NULL, NULL, 4385, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394531159.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '275f2e4ff52b4245ab3f189849057230', 1, '2024-07-31 10:55:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:32', NULL, NULL, 4386, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394531401.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd3d9cb92473845e29df8ecb22c84b269', 1, '2024-07-31 10:55:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:32', NULL, NULL, 4387, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394531670.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d21fc54c01f409e92f8f8f2ac606fbd', 1, '2024-07-31 10:55:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:32', NULL, NULL, 4388, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394532078.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b675fa03a1e141b28e71b90cc531a83b', 1, '2024-07-31 10:55:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:33', NULL, NULL, 4389, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394532316.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f6a5444a4eb44f798dc9eefb1202906', 1, '2024-07-31 10:55:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:33', NULL, NULL, 4390, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394532664.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c84f48b19a5f44139749c71fefeba13b', 1, '2024-07-31 10:55:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:33', NULL, NULL, 4391, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394532951.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76687245dca44f6391d6313ddad041ca', 1, '2024-07-31 10:55:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:33', NULL, NULL, 4392, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394533185.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8827801ea6a24fb085d5726c2e864979', 1, '2024-07-31 10:55:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:34', NULL, NULL, 4393, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394533434.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3b4005394a340ee8272b6ec3b40f77a', 1, '2024-07-31 10:55:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:34', NULL, NULL, 4394, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394533646.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6af2fa2659224fde878a8660a10d59b9', 1, '2024-07-31 10:55:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:34', NULL, NULL, 4395, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394533840.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97b7d72a0be04fcf94685cac66b87f46', 1, '2024-07-31 10:55:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:34', NULL, NULL, 4396, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394534150.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0cd509c1fba64369b27c815cf9404ff8', 1, '2024-07-31 10:55:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:35', NULL, NULL, 4397, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394534391.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba94c250887b4dc4ba3fc367c52c23f2', 1, '2024-07-31 10:55:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:35', NULL, NULL, 4398, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394534638.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b7cc9954f8ed4931ae200f59213706cd', 1, '2024-07-31 10:55:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:35', NULL, NULL, 4399, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394534876.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ed194afd5ee847588a07dafda894c2d1', 1, '2024-07-31 10:55:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:35', NULL, NULL, 4400, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394535112.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '053655fbdc31479d93aefd0d2545fa83', 1, '2024-07-31 10:55:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:36', NULL, NULL, 4401, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394535350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0dc306b758b406b8b00e8f736cc8887', 1, '2024-07-31 10:55:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:36', NULL, NULL, 4402, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394535726.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a9c7b452b9484c458a6f5c0cded2bab3', 1, '2024-07-31 10:55:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:36', NULL, NULL, 4403, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394535996.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19e6d492a84f41539e275342c8da9721', 1, '2024-07-31 10:55:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:36', NULL, NULL, 4404, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394536214.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '366841543f9c4bb39abfe6326066d804', 1, '2024-07-31 10:55:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:37', NULL, NULL, 4405, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394536557.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7a4daa503f5b4fa6acfc2a5568641c3f', 1, '2024-07-31 10:55:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:37', NULL, NULL, 4406, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394536807.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '331de10a85f543f5aee0f0d490322128', 1, '2024-07-31 10:55:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:37', NULL, NULL, 4407, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394537059.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db53d2ebf40f4219b1db9c55dc414a49', 1, '2024-07-31 10:55:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:38', NULL, NULL, 4408, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394537404.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '89e4ab21384e40eb8df68d6f1eb6054f', 1, '2024-07-31 10:55:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:38', NULL, NULL, 4409, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394537655.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5987aa3bbcca419eb1f5e37d78508129', 1, '2024-07-31 10:55:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:38', NULL, NULL, 4410, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394537904.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'abdf0d3f3ee84510b281dd83c6e78ddc', 1, '2024-07-31 10:55:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:38', NULL, NULL, 4411, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394538150.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '87ad77cd17324914b9ad09f7651d73df', 1, '2024-07-31 10:55:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:39', NULL, NULL, 4412, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394538390.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df5c1a02ee06466c8135dd7ab4df5f22', 1, '2024-07-31 10:55:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:39', NULL, NULL, 4413, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394538639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fdaf6581cd3d459db9ea28b2bfabd0ce', 1, '2024-07-31 10:55:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:39', NULL, NULL, 4414, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394538913.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0b5fdbe6b534e86982d32c69c654c37', 1, '2024-07-31 10:55:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:39', NULL, NULL, 4415, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394539222.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '676a9f1bcd934686a68276f30db2b8c9', 1, '2024-07-31 10:55:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:40', NULL, NULL, 4416, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394539474.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cb98bd86206e478aabc750b5abd8a887', 1, '2024-07-31 10:55:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:40', NULL, NULL, 4417, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394539775.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e186ead7d6dd41608048a1baba7f4605', 1, '2024-07-31 10:55:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:40', NULL, NULL, 4418, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394540057.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c41983852e0940c6b03dc5e9dcd0926a', 1, '2024-07-31 10:55:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:41', NULL, NULL, 4419, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394540372.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1be48dcd152748d39dd755ff4fd0872d', 1, '2024-07-31 10:55:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:41', NULL, NULL, 4420, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394540714.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eef8270e6f2b469b98d92cce511e6d72', 1, '2024-07-31 10:55:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:41', NULL, NULL, 4421, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394540931.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5cb381d44b374c8098de10f5e95fa37c', 1, '2024-07-31 10:55:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:41', NULL, NULL, 4422, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394541199.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a1a79790b5aa462e8a7df8fa63b70156', 1, '2024-07-31 10:55:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:42', NULL, NULL, 4423, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394541401.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fff11f34f4fa40b2add10b78c6053328', 1, '2024-07-31 10:55:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:42', NULL, NULL, 4424, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394541620.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76a26dd2f7bd4c7b8d3cc7c87aaf64b3', 1, '2024-07-31 10:55:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:42', NULL, NULL, 4425, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394541934.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a9a668b42ae47d4a133e5e84b82e71c', 1, '2024-07-31 10:55:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:42', NULL, NULL, 4426, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394542164.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c5cafcacf3a45df8e0abd593e1b8844', 1, '2024-07-31 10:55:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:43', NULL, NULL, 4427, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394542427.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34bf869c2a9c4762975d6a9271dadaca', 1, '2024-07-31 10:55:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:43', NULL, NULL, 4428, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394542683.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f0fda12e4389495daa3287b12a764d20', 1, '2024-07-31 10:55:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:43', NULL, NULL, 4429, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394542981.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '44439b68373e47d1b0c21a1418b28247', 1, '2024-07-31 10:55:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:43', NULL, NULL, 4430, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394543232.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '26197a6609ac4e658febed3a5254c5ba', 1, '2024-07-31 10:55:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:44', NULL, NULL, 4431, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394543492.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c38aec39248480bbe53f34e1dcc76bd', 1, '2024-07-31 10:55:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:44', NULL, NULL, 4432, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394543759.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99eabb641381494a99e087c68899f8e0', 1, '2024-07-31 10:55:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:44', NULL, NULL, 4433, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394544213.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a1d4e9e57e8e4575b3fe9fae3a3b468f', 1, '2024-07-31 10:55:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:45', NULL, NULL, 4434, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394544568.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0cb3d5a3048c49549283c702360c75af', 1, '2024-07-31 10:55:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:45', NULL, NULL, 4435, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394544801.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4212b73648ff4b55b4aa683078923187', 1, '2024-07-31 10:55:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:45', NULL, NULL, 4436, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394545052.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f91259e761074a768af47b8177a7bd7e', 1, '2024-07-31 10:55:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:45', NULL, NULL, 4437, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394545305.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f91c6729907c43d0be69e68d626948e3', 1, '2024-07-31 10:55:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:46', NULL, NULL, 4438, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394545557.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b3783909ccb34c4cb7fe3fb317e14e68', 1, '2024-07-31 10:55:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:46', NULL, NULL, 4439, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394545881.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '84193dcc7f144b409da11838f6b84d16', 1, '2024-07-31 10:55:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:46', NULL, NULL, 4440, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394546110.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad1b1e7df16747369a8b94d89a63f71f', 1, '2024-07-31 10:55:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:46', NULL, NULL, 4441, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394546329.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5fa1537d701f4cb1bd2be250cd390821', 1, '2024-07-31 10:55:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:47', NULL, NULL, 4442, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394546565.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7262f1505fdf4ca68b85464cca436aca', 1, '2024-07-31 10:55:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:47', NULL, NULL, 4443, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394546795.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8a31006854e4e1391a81bcc60a33e80', 1, '2024-07-31 10:55:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:47', NULL, NULL, 4444, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394547101.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55380e21298d44d380d70df761da6c8b', 1, '2024-07-31 10:55:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:48', NULL, NULL, 4445, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394547401.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3c997db03c345648a731f0561f4cbc1', 1, '2024-07-31 10:55:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:48', NULL, NULL, 4446, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394547664.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '440e726968a64c0da1da2d17239359bc', 1, '2024-07-31 10:55:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:48', NULL, NULL, 4447, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394547875.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e5eaabc87857448c90e69c624766ec65', 1, '2024-07-31 10:55:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:48', NULL, NULL, 4448, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394548170.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a06f36b540ba4f08b290bedf2da0a891', 1, '2024-07-31 10:55:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:49', NULL, NULL, 4449, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394548476.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '44a749285e184dfbbb95c7fa33773dfd', 1, '2024-07-31 10:55:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:49', NULL, NULL, 4450, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394548788.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d8edc916d0f4d4cace4bf28f07654f1', 1, '2024-07-31 10:55:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:49', NULL, NULL, 4451, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394549053.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a09989b4566446999bd09e522f3eedc', 1, '2024-07-31 10:55:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:49', NULL, NULL, 4452, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394549301.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cb8752f6e2b64f319d90acfeeb3f6ae6', 1, '2024-07-31 10:55:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:50', NULL, NULL, 4453, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394549553.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3fac0d321e504d9ca901b883a84b1afb', 1, '2024-07-31 10:55:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:50', NULL, NULL, 4454, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394549822.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f0c7a1f472348e695a5160813348903', 1, '2024-07-31 10:55:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:50', NULL, NULL, 4455, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394550088.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5364722977f541029d4e368721731a9d', 1, '2024-07-31 10:55:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:50', NULL, NULL, 4456, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394550356.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a266fbe1bc324a4dbbbf3b173c8b910f', 1, '2024-07-31 10:55:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:51', NULL, NULL, 4457, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394550571.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '194a44207658455f9637c7459a610f29', 1, '2024-07-31 10:55:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:51', NULL, NULL, 4458, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394550774.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b3e1c204be44ef9a0c88bc7240b7ccf', 1, '2024-07-31 10:55:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:51', NULL, NULL, 4459, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394551096.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e1057f283fdc42fe8c3e82fbe6d2809b', 1, '2024-07-31 10:55:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:51', NULL, NULL, 4460, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394551324.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0bda1fc8b6e64f7bad9b36a879c3a804', 1, '2024-07-31 10:55:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:52', NULL, NULL, 4461, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394551560.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bfcaa569a3d24e6190d5dbd645a675bd', 1, '2024-07-31 10:55:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:52', NULL, NULL, 4462, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394551813.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '95f6d219633e45088195c950f97f2e1a', 1, '2024-07-31 10:55:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:52', NULL, NULL, 4463, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394552109.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09617c4e3cf84ab693ffc50212362fb9', 1, '2024-07-31 10:55:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:53', NULL, NULL, 4464, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394552410.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b325ba25f1d4c37ac45bcb30872b79d', 1, '2024-07-31 10:55:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:53', NULL, NULL, 4465, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394552682.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3df2a23b6a1547688fd5333b8765263b', 1, '2024-07-31 10:55:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:53', NULL, NULL, 4466, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394552961.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f52b883fbfe743a2a8df13a819d13bb4', 1, '2024-07-31 10:55:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:53', NULL, NULL, 4467, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394553194.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9cfdca55b8094606bcfd0eab7fd05a42', 1, '2024-07-31 10:55:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:54', NULL, NULL, 4468, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394553445.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a76967a60997442b85fe9200e76be97f', 1, '2024-07-31 10:55:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:54', NULL, NULL, 4469, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394553760.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd753e3075f1e4b25a9931f4ac47bf765', 1, '2024-07-31 10:55:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:54', NULL, NULL, 4470, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394554054.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a5ed977441e4421b27856d0ac691561', 1, '2024-07-31 10:55:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:54', NULL, NULL, 4471, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394554272.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19da92992cf2460f8319d815b401afe8', 1, '2024-07-31 10:55:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:55', NULL, NULL, 4472, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394554523.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '065ba86323cd4bbf99bc4992a3e49483', 1, '2024-07-31 10:55:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:55', NULL, NULL, 4473, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394554790.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2b73662fc5fa44e6a2e4958c020da200', 1, '2024-07-31 10:55:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:55', NULL, NULL, 4474, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394555070.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ad0ea81e1e247ce824905ee2bed816f', 1, '2024-07-31 10:55:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:55', NULL, NULL, 4475, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394555356.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b045f4e789a9451d89e38f435a22e028', 1, '2024-07-31 10:55:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:56', NULL, NULL, 4476, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394555567.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '00698418c5af4c68aa3e0f2d13b1b92b', 1, '2024-07-31 10:55:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:56', NULL, NULL, 4477, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394555807.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0754da98a94c4d908d6a31532f7d35bd', 1, '2024-07-31 10:55:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:56', NULL, NULL, 4478, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394556017.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bfead8bd7c934820afa2bc7dfbe4710d', 1, '2024-07-31 10:55:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:56', NULL, NULL, 4479, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394556277.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '843ce67ed19742d5a4e7f1966c1e6ea5', 1, '2024-07-31 10:55:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:57', NULL, NULL, 4480, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394556579.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd5b9024f76124cc9b6b1cdb2eace6882', 1, '2024-07-31 10:55:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:57', NULL, NULL, 4481, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394556922.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3d22deeb800644f18ddabb6e9cc8c550', 1, '2024-07-31 10:55:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:57', NULL, NULL, 4482, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394557176.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e50152440f4474b9ad99f3674fb2c0f', 1, '2024-07-31 10:55:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:58', NULL, NULL, 4483, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394557426.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63d7527c9eea4131bffb8281c39b4487', 1, '2024-07-31 10:55:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:58', NULL, NULL, 4484, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394557680.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eade54ad0aa349a4a834cc05ab826f82', 1, '2024-07-31 10:55:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:58', NULL, NULL, 4485, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394557897.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2e4c7b99f6004a14a67a92de767f8630', 1, '2024-07-31 10:55:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:58', NULL, NULL, 4486, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394558192.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c3fb331a356a477bbea5c63a4034c32e', 1, '2024-07-31 10:55:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:59', NULL, NULL, 4487, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394558450.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '587e6f4311ba41b184ab96c91ac29d79', 1, '2024-07-31 10:55:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:59', NULL, NULL, 4488, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394558718.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'afed77b2c955469483606ac1bbfb9fd8', 1, '2024-07-31 10:55:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:55:59', NULL, NULL, 4489, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394559098.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2be550fbb724623a32e50e57cec7aa7', 1, '2024-07-31 10:55:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:00', NULL, NULL, 4490, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394559395.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f0f72b2f83fe451b8c19e2f4bb1919c7', 1, '2024-07-31 10:55:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:00', NULL, NULL, 4491, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394559711.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '302fefbb36f54288aeed887334eb0b1f', 1, '2024-07-31 10:56:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:00', NULL, NULL, 4492, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394559941.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '77ea45bf1168407b87804cba72f47cc1', 1, '2024-07-31 10:56:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:00', NULL, NULL, 4493, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394560332.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3cbf0a7f6da1444a859053bf114fb568', 1, '2024-07-31 10:56:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:01', NULL, NULL, 4494, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394560556.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '690a56455d294f059042f8981d7d8a3c', 1, '2024-07-31 10:56:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:01', NULL, NULL, 4495, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394560791.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba9149bdcbc343eab3288ec0ae5aa63d', 1, '2024-07-31 10:56:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:01', NULL, NULL, 4496, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394561010.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9507289e250946f8b0187eefa33497ca', 1, '2024-07-31 10:56:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:01', NULL, NULL, 4497, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394561344.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '865c674781844187a085937fcab79c8b', 1, '2024-07-31 10:56:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:02', NULL, NULL, 4498, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394561606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8d9118e758c40c78c6cc9571b223204', 1, '2024-07-31 10:56:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:02', NULL, NULL, 4499, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394561858.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3196bf96eebd48ef9df5150374caa48d', 1, '2024-07-31 10:56:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:02', NULL, NULL, 4500, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394562107.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '82a58ba59ae840eab8f990673f34a200', 1, '2024-07-31 10:56:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:03', NULL, NULL, 4501, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394562417.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd39a1a5a5e45463f859541b166819a93', 1, '2024-07-31 10:56:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:03', NULL, NULL, 4502, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394562672.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '229106ac4c7445ac87de20e67408f506', 1, '2024-07-31 10:56:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:03', NULL, NULL, 4503, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394562945.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e5171df405c94641b788c5d11ae7955f', 1, '2024-07-31 10:56:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:03', NULL, NULL, 4504, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394563162.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '62d9bdef112c44a9aab925723321fcae', 1, '2024-07-31 10:56:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:04', NULL, NULL, 4505, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394563449.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '54855ca6209b4331a840134424bc7e56', 1, '2024-07-31 10:56:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:04', NULL, NULL, 4506, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394563735.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '077e71d3ef234dc58860a3640105f249', 1, '2024-07-31 10:56:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:04', NULL, NULL, 4507, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394563998.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '73f15d8428ea452bba2ab189097bf099', 1, '2024-07-31 10:56:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:04', NULL, NULL, 4508, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394564215.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bbd4e3fc892643c698f4ec6891ffff5d', 1, '2024-07-31 10:56:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:05', NULL, NULL, 4509, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394564481.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd27f1d3ac9b24ad585a2ff2bc0785ab3', 1, '2024-07-31 10:56:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:05', NULL, NULL, 4510, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394564755.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '92668ac8a9854f049c4ba3a34a38e235', 1, '2024-07-31 10:56:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:05', NULL, NULL, 4511, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394565001.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e17405253d054ba9823ff310543fd3f0', 1, '2024-07-31 10:56:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:05', NULL, NULL, 4512, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394565286.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1deb4b4176a2485b8fdfb2b09f894bfc', 1, '2024-07-31 10:56:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:06', NULL, NULL, 4513, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394565503.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4d753cc9446b40c0bc6aa47162ce0b6f', 1, '2024-07-31 10:56:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:06', NULL, NULL, 4514, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394565789.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9df2987d02ca4e0e8677f0ad5748306e', 1, '2024-07-31 10:56:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:06', NULL, NULL, 4515, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394566053.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '920bb1cfee324897b69b6b258074dda5', 1, '2024-07-31 10:56:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:06', NULL, NULL, 4516, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394566302.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f68a680bf384d0285cf7b4a05477a06', 1, '2024-07-31 10:56:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:07', NULL, NULL, 4517, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394566537.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f69013a6bdb446508ed80d5703c3d37d', 1, '2024-07-31 10:56:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:07', NULL, NULL, 4518, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394566773.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '620ee5c99f4c491fb1f773cebb21c4d1', 1, '2024-07-31 10:56:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:07', NULL, NULL, 4519, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394567008.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76ded4f010204c53b7579437ed4b6390', 1, '2024-07-31 10:56:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:07', NULL, NULL, 4520, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394567311.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '624009ffdf7b472589ba73f9ac270e7f', 1, '2024-07-31 10:56:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:08', NULL, NULL, 4521, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394567576.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d00e1109723412097db16859dfeb0c6', 1, '2024-07-31 10:56:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:08', NULL, NULL, 4522, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394567843.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be69811d4e4942058724d1cd7079e3f4', 1, '2024-07-31 10:56:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:08', NULL, NULL, 4523, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394568137.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'caef808ba7df48f087fa7ba1a2713b48', 1, '2024-07-31 10:56:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:09', NULL, NULL, 4524, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394568392.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '11d521d3a9504c938a6696ffed3ac313', 1, '2024-07-31 10:56:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:09', NULL, NULL, 4525, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394568626.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '47690e48db334835b4e3c735c92067d4', 1, '2024-07-31 10:56:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:09', NULL, NULL, 4526, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394568880.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '87a0f48aef4c4a2ea85c05a6a70112c5', 1, '2024-07-31 10:56:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:09', NULL, NULL, 4527, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394569290.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1c582647717402583f9c80ecfbab9f2', 1, '2024-07-31 10:56:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:10', NULL, NULL, 4528, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394569539.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94fadd0625ca4f75915b59465a5f5148', 1, '2024-07-31 10:56:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:10', NULL, NULL, 4529, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394569789.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e13984944bd44a9792bf43992d0e5675', 1, '2024-07-31 10:56:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:10', NULL, NULL, 4530, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394570026.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8832511dbffd402ea1f06f61c34f4b52', 1, '2024-07-31 10:56:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:11', NULL, NULL, 4531, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394570388.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '22e76ebbf9fb4764b44c22b159517659', 1, '2024-07-31 10:56:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:11', NULL, NULL, 4532, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394570641.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e8aa853cecc4e0597161ff96e8ce6f5', 1, '2024-07-31 10:56:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:11', NULL, NULL, 4533, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394570843.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2263ba8314844cb184671d2b5d5e7eb1', 1, '2024-07-31 10:56:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:11', NULL, NULL, 4534, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394571126.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bfa6ddf08f864c6c983f24ead50db7c3', 1, '2024-07-31 10:56:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:12', NULL, NULL, 4535, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394571391.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '958d8dde43394fd4884df3cfaa30f321', 1, '2024-07-31 10:56:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:12', NULL, NULL, 4536, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394571658.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd728fc51bd3949389da156fc209bc921', 1, '2024-07-31 10:56:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:12', NULL, NULL, 4537, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394571912.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd310d0e5f2334095b9196ae7820d8258', 1, '2024-07-31 10:56:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:12', NULL, NULL, 4538, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394572212.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7dc3cf8cee264e2a8c607eb637a698a6', 1, '2024-07-31 10:56:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:13', NULL, NULL, 4539, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394572510.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7cd1c7d50ee5475daab8e9b1822c9be8', 1, '2024-07-31 10:56:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:13', NULL, NULL, 4540, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394572776.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eb06c622400b428a80ec756740fff180', 1, '2024-07-31 10:56:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:13', NULL, NULL, 4541, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394573011.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a5234b23bac40ab8b94e04a2d02525b', 1, '2024-07-31 10:56:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:13', NULL, NULL, 4542, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394573308.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '80be5b2da01f4823853544aebed7f47c', 1, '2024-07-31 10:56:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:14', NULL, NULL, 4543, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394573641.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '523cbe5976ea4551b12c673daedccd72', 1, '2024-07-31 10:56:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:14', NULL, NULL, 4544, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394573892.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4b814bdd35ad4b51a0bb8a3337981df8', 1, '2024-07-31 10:56:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:14', NULL, NULL, 4545, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394574142.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55e0711c8f4248069548ade2b504529b', 1, '2024-07-31 10:56:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:15', NULL, NULL, 4546, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394574378.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ccfc48a01d5e4329a1ddc7a334277149', 1, '2024-07-31 10:56:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:15', NULL, NULL, 4547, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394574677.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf64dd23b4b74fc8a49bc293b0d5c212', 1, '2024-07-31 10:56:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:15', NULL, NULL, 4548, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394574947.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ee88ee132f2c47ee8e8f744f75d1009b', 1, '2024-07-31 10:56:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:15', NULL, NULL, 4549, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394575182.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cd5d816dd2804690b8119dba767d2d21', 1, '2024-07-31 10:56:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:16', NULL, NULL, 4550, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394575398.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b83c5deba7ed4b51995972c47bf01392', 1, '2024-07-31 10:56:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:16', NULL, NULL, 4551, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394575650.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b39fd16a309c49d29bd8cd07052127bd', 1, '2024-07-31 10:56:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:16', NULL, NULL, 4552, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394575951.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '54e1b1db8b3d4edb8bcf9f7e8afd25db', 1, '2024-07-31 10:56:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:16', NULL, NULL, 4553, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394576214.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '44d476fe5bd44c7b91e35eb34e595c76', 1, '2024-07-31 10:56:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:17', NULL, NULL, 4554, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394576482.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f134bd263206498586583b8607519294', 1, '2024-07-31 10:56:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:17', NULL, NULL, 4555, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394576734.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '08625b9603854f65a97c1f6cbbfeb5d1', 1, '2024-07-31 10:56:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:17', NULL, NULL, 4556, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394577018.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a5e3d4745ef24a6c890ca03093125e5a', 1, '2024-07-31 10:56:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:17', NULL, NULL, 4557, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394577286.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1df43bbb3e24a3aa66f60cc6061c91e', 1, '2024-07-31 10:56:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:18', NULL, NULL, 4558, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394577533.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02b84f36d3534457825e0746b6313f60', 1, '2024-07-31 10:56:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:18', NULL, NULL, 4559, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394577770.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '571a9b81fd80471883e0df8d18f56b19', 1, '2024-07-31 10:56:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:18', NULL, NULL, 4560, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394578039.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a992d664f404408699610733494b7f43', 1, '2024-07-31 10:56:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:18', NULL, NULL, 4561, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394578372.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43e9d49b23b948328313404fbbb65f44', 1, '2024-07-31 10:56:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:19', NULL, NULL, 4562, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394578634.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '25e7bd57a4864157a1e5589552a76beb', 1, '2024-07-31 10:56:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:19', NULL, NULL, 4563, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394578888.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc5d87e0255e46e99cfae0d5a82184e9', 1, '2024-07-31 10:56:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:19', NULL, NULL, 4564, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394579124.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74641ec426f84491bd9ab19b6a63ae2b', 1, '2024-07-31 10:56:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:19', NULL, NULL, 4565, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394579347.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fa12a312d9124a5ebdba3361520718fe', 1, '2024-07-31 10:56:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:20', NULL, NULL, 4566, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394579693.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7840d8878304ebeb73d7a3f79d35b74', 1, '2024-07-31 10:56:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:20', NULL, NULL, 4567, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394579957.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c970612ce35243b69bbbb05c5a4d2a2b', 1, '2024-07-31 10:56:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:20', NULL, NULL, 4568, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394580208.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40a213311f93459784c7d1d03965b013', 1, '2024-07-31 10:56:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:21', NULL, NULL, 4569, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394580446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4514621f3d344ead93a0ad7240b55cb6', 1, '2024-07-31 10:56:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:21', NULL, NULL, 4570, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394580758.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7749d7d18c764af485d43a1c8f8cd9d4', 1, '2024-07-31 10:56:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:21', NULL, NULL, 4571, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394581242.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c015b755eb9f418a94065f2755ed2e32', 1, '2024-07-31 10:56:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:22', NULL, NULL, 4572, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394581525.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c5bfb7c702c43f0aca94bfe3f254223', 1, '2024-07-31 10:56:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:22', NULL, NULL, 4573, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394581805.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fed4b66ec3df415daed888666d1060a2', 1, '2024-07-31 10:56:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:22', NULL, NULL, 4574, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394582071.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '616a420a9e4d42abb5cc7cdfd63ac7a3', 1, '2024-07-31 10:56:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:22', NULL, NULL, 4575, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394582342.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60b7b1abed6a45748c6048993d7f110e', 1, '2024-07-31 10:56:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:23', NULL, NULL, 4576, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394582606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c06839efa8674ec4ac7438fb59b9c712', 1, '2024-07-31 10:56:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:23', NULL, NULL, 4577, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394582921.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a3b6131a8476416ba2583c23faa48721', 1, '2024-07-31 10:56:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:23', NULL, NULL, 4578, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394583173.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '406c44d432a548048869421f611aceab', 1, '2024-07-31 10:56:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:24', NULL, NULL, 4579, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394583488.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1bff82879fe341e48ede39b07a508bcd', 1, '2024-07-31 10:56:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:24', NULL, NULL, 4580, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394583752.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '42b65a807fb14e32b168296575a1d2c9', 1, '2024-07-31 10:56:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:24', NULL, NULL, 4581, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394584099.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e11253aab90e43ef98135c6fbe58d24f', 1, '2024-07-31 10:56:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:24', NULL, NULL, 4582, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394584335.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a6caa0f1a604f14ba2a11c4e8d03c9e', 1, '2024-07-31 10:56:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:25', NULL, NULL, 4583, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394584633.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eb03f511356043bf80fc1985d08e8218', 1, '2024-07-31 10:56:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:25', NULL, NULL, 4584, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394584881.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '981b98660d1649009ef7e2e8059ceb49', 1, '2024-07-31 10:56:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:25', NULL, NULL, 4585, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394585193.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ea6e59a695548409165af0f295cca02', 1, '2024-07-31 10:56:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:26', NULL, NULL, 4586, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394585416.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dfc5ccdd40cd4665a34ecadb8aa4536f', 1, '2024-07-31 10:56:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:26', NULL, NULL, 4587, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394585722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '587570d9c2e6460f9f63404b2fdf9ecf', 1, '2024-07-31 10:56:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:26', NULL, NULL, 4588, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394585945.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4e7ae3f0d7d44e29ef5f69f6d1ce01c', 1, '2024-07-31 10:56:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:26', NULL, NULL, 4589, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394586241.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cdcdb70246ab48e8b88ec78e6fcd9213', 1, '2024-07-31 10:56:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:27', NULL, NULL, 4590, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394586461.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f4a216e34b60445d8b0683b439408d8d', 1, '2024-07-31 10:56:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:27', NULL, NULL, 4591, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394586813.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3d7be9abd7ca43be8c69622d2c4b0922', 1, '2024-07-31 10:56:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:27', NULL, NULL, 4592, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394587105.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e06fb16aaeb94deaaea65412c6cffd94', 1, '2024-07-31 10:56:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:28', NULL, NULL, 4593, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394587417.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b562f31a38e24146a89944faf97ed609', 1, '2024-07-31 10:56:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:28', NULL, NULL, 4594, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394587668.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8870e29d4f94a0ea96f9f335bf13764', 1, '2024-07-31 10:56:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:28', NULL, NULL, 4595, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394587940.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b125d90f2d74601a7c3fb949fa4914a', 1, '2024-07-31 10:56:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:28', NULL, NULL, 4596, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394588204.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db680ba76d1d4755b6eaaf85ed9fc60d', 1, '2024-07-31 10:56:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:29', NULL, NULL, 4597, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394588516.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35aba41f92e4456e956020098db60cec', 1, '2024-07-31 10:56:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:29', NULL, NULL, 4598, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394588817.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '667402feec60473ba01a67ab6cb2b452', 1, '2024-07-31 10:56:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:29', NULL, NULL, 4599, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394589097.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e4bd14b7667546dca5b7b489ff70d6f6', 1, '2024-07-31 10:56:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:29', NULL, NULL, 4600, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394589364.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d115e6e27df49d2931c73ec33e465e2', 1, '2024-07-31 10:56:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:30', NULL, NULL, 4601, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394589714.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3afe3d7020e84da7b30a799057d0a8c6', 1, '2024-07-31 10:56:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:30', NULL, NULL, 4602, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394590050.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '283d96845a7c48fb829eddfc0018ea7d', 1, '2024-07-31 10:56:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:30', NULL, NULL, 4603, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394590277.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff38a1245c4449688932cfb825bc8d25', 1, '2024-07-31 10:56:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:31', NULL, NULL, 4604, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394590546.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '383033323ffb430ea2eb6418c616bbef', 1, '2024-07-31 10:56:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:31', NULL, NULL, 4605, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394590829.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b5707363b9894b67917bec746eb94af8', 1, '2024-07-31 10:56:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:31', NULL, NULL, 4606, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394591133.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8c5d43a9c5af426893a8cb0ed4be2ebd', 1, '2024-07-31 10:56:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:32', NULL, NULL, 4607, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394591395.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b7eb78d0ae694e509aa3b9f144a09716', 1, '2024-07-31 10:56:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:32', NULL, NULL, 4608, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394591628.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0d7e9279e8d4eb5bceae31f50629f29', 1, '2024-07-31 10:56:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:32', NULL, NULL, 4609, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394591911.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d21c5ca9710458a89c235117d3cbdec', 1, '2024-07-31 10:56:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:32', NULL, NULL, 4610, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394592248.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '06faa5ca56df4924ab62123db885c330', 1, '2024-07-31 10:56:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:33', NULL, NULL, 4611, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394592533.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f568d97d73b4e6094b070011cdaec66', 1, '2024-07-31 10:56:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:33', NULL, NULL, 4612, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394592827.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2f96440779544be82d5b20354a2d11a', 1, '2024-07-31 10:56:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:33', NULL, NULL, 4613, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394593125.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d75882a8af64b65918ef25a88866d4d', 1, '2024-07-31 10:56:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:34', NULL, NULL, 4614, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394593361.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36c9cd02206c49b99a6086578d971cf6', 1, '2024-07-31 10:56:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:34', NULL, NULL, 4615, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394593725.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e110b21a5fc942578dc1a84d0034dd33', 1, '2024-07-31 10:56:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:34', NULL, NULL, 4616, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394593963.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e0d4bd270294ef680b3877a4b9283c9', 1, '2024-07-31 10:56:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:34', NULL, NULL, 4617, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394594294.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e104010e5b94461e955120053ba477e4', 1, '2024-07-31 10:56:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:35', NULL, NULL, 4618, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394594544.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97971283bf21438a8e6d3a696eacfcb1', 1, '2024-07-31 10:56:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:35', NULL, NULL, 4619, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394594848.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d26bbd2d9114bc597c48815f2e518bc', 1, '2024-07-31 10:56:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:35', NULL, NULL, 4620, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394595123.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e4429854af824bc0be53e13faeac5d38', 1, '2024-07-31 10:56:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:36', NULL, NULL, 4621, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394595455.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5253622429944942ba18d92311aa401b', 1, '2024-07-31 10:56:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:36', NULL, NULL, 4622, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394595727.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '933d9fd3aba240ab8076be9cb6bd2f2a', 1, '2024-07-31 10:56:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:36', NULL, NULL, 4623, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394596053.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3e49b99e5d7469bb16ed1775cd2b2d6', 1, '2024-07-31 10:56:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:36', NULL, NULL, 4624, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394596302.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6afab347d2d4420881ad81d48334f3d0', 1, '2024-07-31 10:56:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:37', NULL, NULL, 4625, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394596617.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86be2c0e7549480797e44f82ce584b3d', 1, '2024-07-31 10:56:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:37', NULL, NULL, 4626, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394596867.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '27c8fd94fd264ab6a1c577dcf78350dc', 1, '2024-07-31 10:56:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:37', NULL, NULL, 4627, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394597198.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4dd1fafa330e4ba083ed983c5db92726', 1, '2024-07-31 10:56:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:38', NULL, NULL, 4628, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394597481.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86b032b6adff4a7c846ebf299eea0497', 1, '2024-07-31 10:56:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:38', NULL, NULL, 4629, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394597821.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fa0aa0c6a88744a99a3e2c87bc4a0e23', 1, '2024-07-31 10:56:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:38', NULL, NULL, 4630, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394598160.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5905325ad43c422582e8ea3d31b6f779', 1, '2024-07-31 10:56:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:39', NULL, NULL, 4631, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394598416.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2bff7bcdb26d477e887a8a4a0cee89bf', 1, '2024-07-31 10:56:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:39', NULL, NULL, 4632, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394598667.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '92a78fe54e9c4b5c8e249ae81ab14570', 1, '2024-07-31 10:56:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:39', NULL, NULL, 4633, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394599015.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '20cef504ce0b42c7837c2a866508162a', 1, '2024-07-31 10:56:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:39', NULL, NULL, 4634, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394599358.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1982e1a4529645a5af64f52f61e9ee1f', 1, '2024-07-31 10:56:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:40', NULL, NULL, 4635, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394599622.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '092d5be2b8b5409cb2fa18a19034a480', 1, '2024-07-31 10:56:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:40', NULL, NULL, 4636, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394599858.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb984757ce6f4ad68a86b0549c27d29b', 1, '2024-07-31 10:56:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:40', NULL, NULL, 4637, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394600236.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dced1a336c104fde89621a2e9c987d60', 1, '2024-07-31 10:56:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:41', NULL, NULL, 4638, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394600486.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b2ab753d5866488db21474018772ab06', 1, '2024-07-31 10:56:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:41', NULL, NULL, 4639, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394600736.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6fa030277f3040bcb6c62e0531f44a5e', 1, '2024-07-31 10:56:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:41', NULL, NULL, 4640, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394600986.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '81e840d53fb246a688851391d611f64d', 1, '2024-07-31 10:56:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:41', NULL, NULL, 4641, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394601347.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd966d6a0947740aba01d9a67b8ca4d6e', 1, '2024-07-31 10:56:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:42', NULL, NULL, 4642, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394601603.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b64fafed6f754ff79c9d0fab7a5d21dc', 1, '2024-07-31 10:56:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:42', NULL, NULL, 4643, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394601836.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '41b4064b86d644fe8535261fd010a6b6', 1, '2024-07-31 10:56:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:42', NULL, NULL, 4644, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394602022.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8df28411b6e449a2b22f95ab4f294364', 1, '2024-07-31 10:56:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:42', NULL, NULL, 4645, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394602322.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b11286da00ea4743a8f7e95a1803abdb', 1, '2024-07-31 10:56:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:43', NULL, NULL, 4646, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394602621.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9707be83bc2b481aafd44670d896f50c', 1, '2024-07-31 10:56:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:43', NULL, NULL, 4647, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394602916.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a182be6db78749fea07c6530052a197f', 1, '2024-07-31 10:56:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:43', NULL, NULL, 4648, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394603150.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5a5407a032a645ce832f8f3bb3881f6b', 1, '2024-07-31 10:56:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:44', NULL, NULL, 4649, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394603392.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b751687177a84580adec73c5f4ecb4d2', 1, '2024-07-31 10:56:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:44', NULL, NULL, 4650, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394603843.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5a9387fa06c242ff98280fa979350130', 1, '2024-07-31 10:56:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:44', NULL, NULL, 4651, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394604099.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3284644bc7c74697a9bca4ed6bd12e0b', 1, '2024-07-31 10:56:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:44', NULL, NULL, 4652, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394604340.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c25187f27f14b61981a9e469ecf4d57', 1, '2024-07-31 10:56:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:45', NULL, NULL, 4653, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394604625.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ebb1dbcf8b1347a1864164b02a7f0d1e', 1, '2024-07-31 10:56:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:45', NULL, NULL, 4654, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394604973.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '75d5775d3e864db0b4d437621b236af6', 1, '2024-07-31 10:56:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:45', NULL, NULL, 4655, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394605206.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2fed4c2acc824612a1a8e133ed0fb7f2', 1, '2024-07-31 10:56:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:46', NULL, NULL, 4656, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394605540.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '015d255b9db74f08a83b033cb15aea8a', 1, '2024-07-31 10:56:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:46', NULL, NULL, 4657, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394605832.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7ceb3c6cb754daabb05fa3a76c8e6f1', 1, '2024-07-31 10:56:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:46', NULL, NULL, 4658, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394606102.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f23f6469d582420e9c58bdeb53fed149', 1, '2024-07-31 10:56:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:47', NULL, NULL, 4659, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394606418.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1acb77b0c2b24d73839ab2610cc02570', 1, '2024-07-31 10:56:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:47', NULL, NULL, 4660, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394606705.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4964d5afcab74dc48a3bc72daad73f82', 1, '2024-07-31 10:56:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:47', NULL, NULL, 4661, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394606945.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48eb6a27b2754da19e6fe5e8fb84f213', 1, '2024-07-31 10:56:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:47', NULL, NULL, 4662, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394607276.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02ebfffccac7484d9e9fa4438b568bc7', 1, '2024-07-31 10:56:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:48', NULL, NULL, 4663, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394607562.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5b57f6bbbeff410286742ca822c6d7e2', 1, '2024-07-31 10:56:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:48', NULL, NULL, 4664, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394607820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09f10fa8286d4ee09a970f0b39dc78c5', 1, '2024-07-31 10:56:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:48', NULL, NULL, 4665, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394608095.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a6d941a159d4a5bbf19bb644035c931', 1, '2024-07-31 10:56:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:49', NULL, NULL, 4666, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394608424.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ff9109ff4cb46579e7dab7b5c8cdfc5', 1, '2024-07-31 10:56:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:49', NULL, NULL, 4667, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394608773.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b00ac1d1fee439a8a80704e435684d1', 1, '2024-07-31 10:56:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:49', NULL, NULL, 4668, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394609036.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63966affdeef446e944d4a9ae5f6c468', 1, '2024-07-31 10:56:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:49', NULL, NULL, 4669, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394609334.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '585d4dae4661499cbb8adad20794b04c', 1, '2024-07-31 10:56:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:50', NULL, NULL, 4670, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394609636.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23f3840827ac46e2aa32b38f9b69f651', 1, '2024-07-31 10:56:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:50', NULL, NULL, 4671, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394609934.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3bb5cf8f5d4e473898966556824f902c', 1, '2024-07-31 10:56:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:50', NULL, NULL, 4672, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394610185.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '57843d6b2b33484f91195fe3f5e33439', 1, '2024-07-31 10:56:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:51', NULL, NULL, 4673, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394610421.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '87b75debc6f14635981360d6329496ae', 1, '2024-07-31 10:56:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:51', NULL, NULL, 4674, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394610718.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '64fbf6ff72be4405b3b1916616d7063d', 1, '2024-07-31 10:56:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:51', NULL, NULL, 4675, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394611001.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f284b9662b32469fb2d2fdb40155267e', 1, '2024-07-31 10:56:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:51', NULL, NULL, 4676, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394611283.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2fe88f570604a9fa7436b2216f41450', 1, '2024-07-31 10:56:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:52', NULL, NULL, 4677, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394611503.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0bb3cd343fc4761b79387649e905d25', 1, '2024-07-31 10:56:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:52', NULL, NULL, 4678, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394611806.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4ab84e3c049949be8212e66d76107954', 1, '2024-07-31 10:56:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:52', NULL, NULL, 4679, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394612086.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1bbebbca7a384de9986ec5b2fc61d7a8', 1, '2024-07-31 10:56:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:53', NULL, NULL, 4680, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394612398.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a61ec82c8555401cbd629b307daa7231', 1, '2024-07-31 10:56:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:53', NULL, NULL, 4681, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394612632.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '47788aca9cb5449999bbe56d75acfaa1', 1, '2024-07-31 10:56:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:53', NULL, NULL, 4682, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394612982.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd8e61e92d2ff40aab7335d34b09c7d28', 1, '2024-07-31 10:56:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:53', NULL, NULL, 4683, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394613182.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3cb25eebae6e4129a9243260f56e66fe', 1, '2024-07-31 10:56:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:54', NULL, NULL, 4684, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394613435.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d5dcfb618cf4741ae63d104e1305f34', 1, '2024-07-31 10:56:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:54', NULL, NULL, 4685, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394613673.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3212c4566e0541228f36c0a06b7aeeec', 1, '2024-07-31 10:56:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:54', NULL, NULL, 4686, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394613971.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2fc89162745d4c2a98d6a14a09f1febb', 1, '2024-07-31 10:56:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:54', NULL, NULL, 4687, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394614270.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dfbee6e2b56544109f4672861c700c53', 1, '2024-07-31 10:56:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:55', NULL, NULL, 4688, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394614492.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bbed1a53edd241089368a318c9bce8ec', 1, '2024-07-31 10:56:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:55', NULL, NULL, 4689, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394614774.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c52e96ee3684993934c44de35286e66', 1, '2024-07-31 10:56:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:55', NULL, NULL, 4690, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394615090.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6cc18e74cc624e4083ccafe2bf8d6364', 1, '2024-07-31 10:56:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:56', NULL, NULL, 4691, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394615428.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f1f38e3d16044b68e3a4be251ca99db', 1, '2024-07-31 10:56:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:56', NULL, NULL, 4692, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394615703.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9b906df7c9ff40cc95b6a8077e73cdc1', 1, '2024-07-31 10:56:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:56', NULL, NULL, 4693, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394615918.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f857719a77a40e4a8bf406aa55f2740', 1, '2024-07-31 10:56:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:56', NULL, NULL, 4694, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394616281.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '852154418e3e42fc9a7a133a96c16776', 1, '2024-07-31 10:56:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:57', NULL, NULL, 4695, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394616528.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a01bb8e398bf473eb571d2112b196bab', 1, '2024-07-31 10:56:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:57', NULL, NULL, 4696, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394616782.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '53cc3f9c9377492e95fcb423844f1f54', 1, '2024-07-31 10:56:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:57', NULL, NULL, 4697, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394617030.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f30a9633e544be293cf819075ae356f', 1, '2024-07-31 10:56:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:58', NULL, NULL, 4698, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394617383.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40a5aea4cfa44d23be910f60b640e14e', 1, '2024-07-31 10:56:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:58', NULL, NULL, 4699, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394617629.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f277061805f4129892bf205eaac8396', 1, '2024-07-31 10:56:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:58', NULL, NULL, 4700, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394617893.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f8b1d364a8b846e5b0e11ced29b86956', 1, '2024-07-31 10:56:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:58', NULL, NULL, 4701, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394618231.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31e4e8273ffd42f9b91985ea274b2576', 1, '2024-07-31 10:56:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:59', NULL, NULL, 4702, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394618477.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0df8c76e58d74311887bc57245764e3b', 1, '2024-07-31 10:56:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:59', NULL, NULL, 4703, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394618713.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '495c6781a7fe418eb1d4d82831917735', 1, '2024-07-31 10:56:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:59', NULL, NULL, 4704, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394618993.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71caac35ef884619bbdebf2bdc544025', 1, '2024-07-31 10:56:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:56:59', NULL, NULL, 4705, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394619263.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '980b63cf1e6e4f4e9a7607c6f5d6c69d', 1, '2024-07-31 10:56:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:00', NULL, NULL, 4706, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394619512.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '96be6fc013d84652be1a1b99df2f3a55', 1, '2024-07-31 10:57:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:00', NULL, NULL, 4707, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394619720.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c719fe7895c6418a894145117ba43ebd', 1, '2024-07-31 10:57:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:00', NULL, NULL, 4708, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394619952.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fa19109a5d9b49cc9456a118b5ef5875', 1, '2024-07-31 10:57:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:00', NULL, NULL, 4709, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394620268.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd6a54bac7fb84031a34fee66954989b4', 1, '2024-07-31 10:57:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:01', NULL, NULL, 4710, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394620513.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8bc0cbbd196b4dceac20f969d6ebddbc', 1, '2024-07-31 10:57:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:01', NULL, NULL, 4711, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394620841.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1bda8bc30ba7468cbf8ef9db55884a45', 1, '2024-07-31 10:57:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:01', NULL, NULL, 4712, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394621092.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a70ebaff2eaf4138990cd9c48da9dfde', 1, '2024-07-31 10:57:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:01', NULL, NULL, 4713, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394621345.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3e827861a754ec1837194e400b9ae36', 1, '2024-07-31 10:57:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:02', NULL, NULL, 4714, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394621629.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c63bb9d6deee4c4c9a3ff8d155ae045e', 1, '2024-07-31 10:57:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:02', NULL, NULL, 4715, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394621860.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3dd10ddd427840d38d07cf760ebc3857', 1, '2024-07-31 10:57:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:02', NULL, NULL, 4716, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394622111.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97e2f61406dc4923bd4d73c820ac826e', 1, '2024-07-31 10:57:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:02', NULL, NULL, 4717, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394622349.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e1d0ab2fbba4104bf4db4459bfa253c', 1, '2024-07-31 10:57:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:03', NULL, NULL, 4718, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394622604.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '51668be61f19420c9876919bdc7f8a41', 1, '2024-07-31 10:57:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:03', NULL, NULL, 4719, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394622865.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f1bd5e0909c9469fa3316b3f4ba65307', 1, '2024-07-31 10:57:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:03', NULL, NULL, 4720, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394623149.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4103e2de3e4c4eb4b391c2c8aed5848a', 1, '2024-07-31 10:57:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:04', NULL, NULL, 4721, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394623399.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4dd934936e45449fb9ab1bd0184098e6', 1, '2024-07-31 10:57:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:04', NULL, NULL, 4722, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394623752.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63de921d7f7149179da728299adebe17', 1, '2024-07-31 10:57:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:04', NULL, NULL, 4723, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394623951.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5dfad221ee424c919eddcf97b69fcced', 1, '2024-07-31 10:57:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:04', NULL, NULL, 4724, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394624195.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'def3c31cacca403993703f56628cb91b', 1, '2024-07-31 10:57:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:05', NULL, NULL, 4725, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394624421.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c7ddc7065854c9891783c8b6620af4c', 1, '2024-07-31 10:57:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:05', NULL, NULL, 4726, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394624659.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '671b87d6ed8541ce8be4adcc0e63b28c', 1, '2024-07-31 10:57:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:05', NULL, NULL, 4727, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394624960.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a5c199778a14c4e8bcf10eff33351cd', 1, '2024-07-31 10:57:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:05', NULL, NULL, 4728, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394625222.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3408d755e8934f069f7639f902493f6b', 1, '2024-07-31 10:57:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:06', NULL, NULL, 4729, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394625504.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5b9c7a9aab554830ad00e6edc30fd5ce', 1, '2024-07-31 10:57:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:06', NULL, NULL, 4730, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394625804.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '51493c6c458442a5a886143e5014b9f7', 1, '2024-07-31 10:57:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:06', NULL, NULL, 4731, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394626328.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ca2d257562ca482e87cb025a92982516', 1, '2024-07-31 10:57:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:07', NULL, NULL, 4732, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394626623.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '538cf13428004fc8b937fa43b08a4750', 1, '2024-07-31 10:57:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:07', NULL, NULL, 4733, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394626876.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88516e85c92b4f04a7675949b8566881', 1, '2024-07-31 10:57:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:07', NULL, NULL, 4734, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394627167.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ca5f3c9170034552aa4a5c4981709c99', 1, '2024-07-31 10:57:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:08', NULL, NULL, 4735, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394627410.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fd5020c3d5e042e8828c1767406e923b', 1, '2024-07-31 10:57:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:08', NULL, NULL, 4736, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394627694.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9fdb0f6375134382b6e96aff83e1f45a', 1, '2024-07-31 10:57:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:08', NULL, NULL, 4737, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394627913.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bafc473b42ff4d75b77a6d9475766156', 1, '2024-07-31 10:57:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:08', NULL, NULL, 4738, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394628184.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4aca873486e840e5bf66653bb0ff16df', 1, '2024-07-31 10:57:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:09', NULL, NULL, 4739, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394628465.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '51230259105f433e932d1bbb0150ef23', 1, '2024-07-31 10:57:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:09', NULL, NULL, 4740, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394628700.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb13f9fd39384a73acb5969c70960d1f', 1, '2024-07-31 10:57:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:09', NULL, NULL, 4741, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394628889.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6776d2ff39ff49d7a766643cad2c84c7', 1, '2024-07-31 10:57:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:09', NULL, NULL, 4742, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394629167.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '133c0517c7ba4a29b320add9c1ac18d3', 1, '2024-07-31 10:57:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:10', NULL, NULL, 4743, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394629423.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e70d5ca62d0e44e48e05d5c5f98da70f', 1, '2024-07-31 10:57:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:10', NULL, NULL, 4744, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394629706.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4b8f58ae7f2a46c7b25e03895eebebff', 1, '2024-07-31 10:57:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:10', NULL, NULL, 4745, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394629974.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2abd58431a864c818e0350f14893c794', 1, '2024-07-31 10:57:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:10', NULL, NULL, 4746, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394630181.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '104512412e6a481a9c1ea2f69d0ff430', 1, '2024-07-31 10:57:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:11', NULL, NULL, 4747, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394630488.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e4c37e92bc9244b18e0fe9a2fbd39a15', 1, '2024-07-31 10:57:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:11', NULL, NULL, 4748, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394630749.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48e0ef7961d846039ee2e2c296eb0833', 1, '2024-07-31 10:57:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:11', NULL, NULL, 4749, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394631041.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19bac28a11cd45798796d98982b67bbe', 1, '2024-07-31 10:57:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:12', NULL, NULL, 4750, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394631278.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '79dfda11168e4f6f9b382bca10f44167', 1, '2024-07-31 10:57:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:12', NULL, NULL, 4751, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394631720.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ac53f6a4d86b43c9a07dfa50c0ad8d0c', 1, '2024-07-31 10:57:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:12', NULL, NULL, 4752, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394631970.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd11b5ba0be2e4e7b9228f844069f6291', 1, '2024-07-31 10:57:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:12', NULL, NULL, 4753, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394632234.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5426df761f6047989c87d327a6f5736a', 1, '2024-07-31 10:57:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:13', NULL, NULL, 4754, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394632556.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b2f31b8ec17840559deb54b8957fb3d0', 1, '2024-07-31 10:57:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:13', NULL, NULL, 4755, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394632846.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '98e8ac651fa241be97446623beebd522', 1, '2024-07-31 10:57:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:13', NULL, NULL, 4756, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394633096.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c654da417024e75ba078cbfd3e88337', 1, '2024-07-31 10:57:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:14', NULL, NULL, 4757, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394633394.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '65a2b091c5764d92925e4b4111622873', 1, '2024-07-31 10:57:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:14', NULL, NULL, 4758, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394633660.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b5cd73dbfeac4842baadd27693f50d29', 1, '2024-07-31 10:57:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:14', NULL, NULL, 4759, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394633911.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '80573afe3b1748bebc2b34baf3297b08', 1, '2024-07-31 10:57:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:14', NULL, NULL, 4760, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394634188.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fbf062e442974e2ca1ccc55bd16f5e1e', 1, '2024-07-31 10:57:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:15', NULL, NULL, 4761, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394634482.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9cabe7d8c74f476db2fae2df157d1d35', 1, '2024-07-31 10:57:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:15', NULL, NULL, 4762, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394634712.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d8058a247e8445fbc8d65de06b6331c', 1, '2024-07-31 10:57:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:15', NULL, NULL, 4763, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394634949.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '32046820af9a4b24badb2dc6340a1425', 1, '2024-07-31 10:57:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:15', NULL, NULL, 4764, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394635202.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '66bd003672c34c47878d701bbd8563c6', 1, '2024-07-31 10:57:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:16', NULL, NULL, 4765, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394635502.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2ac4178f2a0421cb313582d1837062b', 1, '2024-07-31 10:57:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:16', NULL, NULL, 4766, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394635722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6cd7be38d2d04f02a418a158aee8bb03', 1, '2024-07-31 10:57:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:16', NULL, NULL, 4767, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394635971.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '90ca8d4d2380460092f62c3eef239058', 1, '2024-07-31 10:57:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:16', NULL, NULL, 4768, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394636237.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8dcc3a2f4b2a48c080e9b7104a68b092', 1, '2024-07-31 10:57:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:17', NULL, NULL, 4769, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394636489.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a5da2e2852324a6e83dc6e0e86293e62', 1, '2024-07-31 10:57:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:17', NULL, NULL, 4770, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394636822.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b32818eba2b43c2a9bb51f83fa02741', 1, '2024-07-31 10:57:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:17', NULL, NULL, 4771, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394637118.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5635079121f47e288e3174a8f8a9f80', 1, '2024-07-31 10:57:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:18', NULL, NULL, 4772, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394637407.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '733d2f5595724ba7a8035b608f4a23f7', 1, '2024-07-31 10:57:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:18', NULL, NULL, 4773, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394637619.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5b42b9faaa094606be311ef59a08bcbf', 1, '2024-07-31 10:57:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:18', NULL, NULL, 4774, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394637926.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3aa4650941c402fa2500cc99cb24407', 1, '2024-07-31 10:57:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:18', NULL, NULL, 4775, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394638171.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b5f1aeb75ce747fe937b9ec16c7f98d4', 1, '2024-07-31 10:57:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:19', NULL, NULL, 4776, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394638409.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a08ae553ecf403eb29c878ad9aca846', 1, '2024-07-31 10:57:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:19', NULL, NULL, 4777, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394638706.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '37429b97740e4820abbfca36a1015322', 1, '2024-07-31 10:57:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:19', NULL, NULL, 4778, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394639027.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9873764386224c738ba3a1721521db9b', 1, '2024-07-31 10:57:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:19', NULL, NULL, 4779, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394639272.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fa657ac7fc184dc18398920cbc324e8b', 1, '2024-07-31 10:57:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:20', NULL, NULL, 4780, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394639537.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b8d5a5f2d8f0470287f4e659a4b0a061', 1, '2024-07-31 10:57:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:20', NULL, NULL, 4781, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394639757.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'caaa56f6a93f4ff9b0c192413b011369', 1, '2024-07-31 10:57:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:20', NULL, NULL, 4782, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394640138.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a3d0aad111384104976194656c314a24', 1, '2024-07-31 10:57:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:21', NULL, NULL, 4783, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394640371.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b58c645815744455a072e4a4dece64b6', 1, '2024-07-31 10:57:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:21', NULL, NULL, 4784, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394640639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a85ef6ac7921495aa30646a7d2b749c3', 1, '2024-07-31 10:57:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:21', NULL, NULL, 4785, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394640890.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '95b6a7d512514852b35f44627181d702', 1, '2024-07-31 10:57:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:21', NULL, NULL, 4786, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394641174.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02a6c0c3adf8472c96f9a0ca83aec26f', 1, '2024-07-31 10:57:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:22', NULL, NULL, 4787, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394641446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d91e2d772c6475ba8973bfec1d11c0f', 1, '2024-07-31 10:57:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:22', NULL, NULL, 4788, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394641676.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '85730b5c14394b90a38fc1f9a5c42754', 1, '2024-07-31 10:57:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:22', NULL, NULL, 4789, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394641975.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '739f070b206f4acf8c6a3e54617bd254', 1, '2024-07-31 10:57:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:23', NULL, NULL, 4790, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394642326.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6742f3556b544579cda1de199d6e382', 1, '2024-07-31 10:57:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:23', NULL, NULL, 4791, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394642654.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '648207bc6ef8488aafcb6ebffe664eca', 1, '2024-07-31 10:57:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:23', NULL, NULL, 4792, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394642874.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '98aae76356ab45c6a18e4bd9a8a88860', 1, '2024-07-31 10:57:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:23', NULL, NULL, 4793, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394643125.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '41dd964b7d414a50bb7b270ee717a6a4', 1, '2024-07-31 10:57:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:24', NULL, NULL, 4794, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394643409.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0f139ce2e18436991f397892196de88', 1, '2024-07-31 10:57:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:24', NULL, NULL, 4795, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394643661.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aa9947f83348426c85f7e04f9b21f05b', 1, '2024-07-31 10:57:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:24', NULL, NULL, 4796, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394643930.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3166bdbcc1b1448d9d257207aac35cbb', 1, '2024-07-31 10:57:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:24', NULL, NULL, 4797, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394644163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd383c817668b49fe9472aa2a5182e7b2', 1, '2024-07-31 10:57:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:25', NULL, NULL, 4798, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394644472.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2eaeadeb33b4308867ae5b1a4645e37', 1, '2024-07-31 10:57:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:25', NULL, NULL, 4799, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394644733.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bfa513e7880040d5aff578e4c0434244', 1, '2024-07-31 10:57:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:25', NULL, NULL, 4800, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394644994.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a84806b6e4a5461399dbfc4c74568bb3', 1, '2024-07-31 10:57:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:25', NULL, NULL, 4801, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394645273.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6906330b50184141afea4e53204a4081', 1, '2024-07-31 10:57:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:26', NULL, NULL, 4802, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394645621.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63bd643cf60b4b75a3a77314b8d39ee6', 1, '2024-07-31 10:57:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:26', NULL, NULL, 4803, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394645871.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f02ece3f18245e0a239c1fbdf3b4c06', 1, '2024-07-31 10:57:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:26', NULL, NULL, 4804, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394646123.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '13e7bb9ece58417e876551068b6d8c8d', 1, '2024-07-31 10:57:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:27', NULL, NULL, 4805, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394646422.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '59b0da094cae4e868d822ffa317a1e9f', 1, '2024-07-31 10:57:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:27', NULL, NULL, 4806, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394646772.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31c19097a1e7485397cceea090dcca73', 1, '2024-07-31 10:57:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:27', NULL, NULL, 4807, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394646959.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '838902affe57446d921ec1348add2198', 1, '2024-07-31 10:57:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:27', NULL, NULL, 4808, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394647201.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd1906d8133204ddb89dd11d699bad3e0', 1, '2024-07-31 10:57:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:28', NULL, NULL, 4809, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394647480.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '821c8d140d5d459ebea31048b4964c4a', 1, '2024-07-31 10:57:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:28', NULL, NULL, 4810, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394647726.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9ed627af131d4cf5ada3aaa4fb1e7fe9', 1, '2024-07-31 10:57:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:28', NULL, NULL, 4811, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394648089.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ccc5a13c1dc2405e8e5b63054a369e71', 1, '2024-07-31 10:57:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:28', NULL, NULL, 4812, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394648338.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63e3708c1bf34f9caaa62e7779517d6f', 1, '2024-07-31 10:57:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:29', NULL, NULL, 4813, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394648604.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0fb5c667c334a4086ffab8f4df794c3', 1, '2024-07-31 10:57:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:29', NULL, NULL, 4814, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394648855.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5ccea8861e824754ba8bb6fc1d3bfb1a', 1, '2024-07-31 10:57:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:29', NULL, NULL, 4815, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394649153.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a7db5ac5ea9f41b6be7812c896cfd41a', 1, '2024-07-31 10:57:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:30', NULL, NULL, 4816, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394649488.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7e6558b38e884646a666189c6d9aa4e0', 1, '2024-07-31 10:57:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:30', NULL, NULL, 4817, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394649734.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '69ea4c1d91944d6dbdcd855f8ba1a809', 1, '2024-07-31 10:57:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:30', NULL, NULL, 4818, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394649987.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '524812d4841a4ba09e87500bc3319f84', 1, '2024-07-31 10:57:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:30', NULL, NULL, 4819, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394650318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0845d8c9457442a690945b824b8cb6b4', 1, '2024-07-31 10:57:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:31', NULL, NULL, 4820, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394650569.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1579c433590a49c089b78ffa19c6e908', 1, '2024-07-31 10:57:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:31', NULL, NULL, 4821, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394651025.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1efa608b1e4846a08b4886a944672618', 1, '2024-07-31 10:57:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:31', NULL, NULL, 4822, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394651258.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0b8cdbc14ee64227858f61074dac95af', 1, '2024-07-31 10:57:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:32', NULL, NULL, 4823, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394651589.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74ad5e4f0aab4b3d95f67caf4c7a75e6', 1, '2024-07-31 10:57:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:32', NULL, NULL, 4824, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394651809.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ec15ee37f2b8463db26f088a30c564b7', 1, '2024-07-31 10:57:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:32', NULL, NULL, 4825, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394652013.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '541ac6695b764da6a44a58e8f3da4e1f', 1, '2024-07-31 10:57:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:33', NULL, NULL, 4826, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394652418.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb5d14fc142d411293d9e08045eed9c8', 1, '2024-07-31 10:57:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:33', NULL, NULL, 4827, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394652719.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3806c9c1e7f5420fb04a72f3ca0d9e1a', 1, '2024-07-31 10:57:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:33', NULL, NULL, 4828, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394653010.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '45525e5413004078a7ddf4ddd2c8f8f5', 1, '2024-07-31 10:57:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:33', NULL, NULL, 4829, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394653255.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0dc464af96074d47adeb143bebc797be', 1, '2024-07-31 10:57:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:34', NULL, NULL, 4830, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394653541.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3dc97816c36743008ccc3b7176b945be', 1, '2024-07-31 10:57:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:34', NULL, NULL, 4831, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394653854.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd648b793a68f483d8d3189c79dcc2438', 1, '2024-07-31 10:57:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:34', NULL, NULL, 4832, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394654089.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6c2070b2a9df4ce2a00bbe850ce8b331', 1, '2024-07-31 10:57:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:35', NULL, NULL, 4833, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394654390.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '57bce80cff624a72a61bdd0266eca2e8', 1, '2024-07-31 10:57:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:35', NULL, NULL, 4834, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394654668.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6e41c19164f42d3a8f073b76afc7d9f', 1, '2024-07-31 10:57:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:35', NULL, NULL, 4835, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394654988.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a8550cc3dcd40539f75f399c9c82846', 1, '2024-07-31 10:57:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:35', NULL, NULL, 4836, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394655304.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f70de6345ca44eaba0e45f30dda2e778', 1, '2024-07-31 10:57:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:36', NULL, NULL, 4837, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394655599.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fc4d706aca5a48ae95c1d0dcc993e886', 1, '2024-07-31 10:57:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:36', NULL, NULL, 4838, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394655850.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0f19928d33a4b2fb712053f004d85fc', 1, '2024-07-31 10:57:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:36', NULL, NULL, 4839, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394656197.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9fec4f5cd4844acba171f926401591f3', 1, '2024-07-31 10:57:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:37', NULL, NULL, 4840, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394656512.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '30f3dfbc53114073830dedffbe7321e3', 1, '2024-07-31 10:57:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:37', NULL, NULL, 4841, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394656775.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d532142b24148fbb9126d54e9f6fb34', 1, '2024-07-31 10:57:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:37', NULL, NULL, 4842, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394657044.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab5247d419dd4ebdb3401a55236f8fe9', 1, '2024-07-31 10:57:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:38', NULL, NULL, 4843, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394657375.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ad5a344f4264b098f98799e7e6d8197', 1, '2024-07-31 10:57:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:38', NULL, NULL, 4844, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394657722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3990a370644f40bb8cb2e584ccfdeacf', 1, '2024-07-31 10:57:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:38', NULL, NULL, 4845, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394657986.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '718e30756bf945ef9cb19ef006236b21', 1, '2024-07-31 10:57:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:38', NULL, NULL, 4846, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394658267.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c7580de9b18247f29aadd84402c5c437', 1, '2024-07-31 10:57:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:39', NULL, NULL, 4847, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394658613.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b12ce91d6e944bbf819ba0dd8a1950df', 1, '2024-07-31 10:57:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:39', NULL, NULL, 4848, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394658881.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88d7b15b744b47f188ce26b6d9ad4f79', 1, '2024-07-31 10:57:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:39', NULL, NULL, 4849, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394659203.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d7320d0698b4e6d8849d38fa14992cc', 1, '2024-07-31 10:57:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:40', NULL, NULL, 4850, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394659456.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0151f7ccc0d6421d849ce2477146b4b0', 1, '2024-07-31 10:57:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:40', NULL, NULL, 4851, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394659800.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e3d8f09b7d84f97956c3f488ef00905', 1, '2024-07-31 10:57:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:40', NULL, NULL, 4852, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394660125.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9aca908e5ca246c69d132a52525c8b32', 1, '2024-07-31 10:57:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:41', NULL, NULL, 4853, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394660412.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9ed8fb5e964e42bc8bcde9dc4beebffa', 1, '2024-07-31 10:57:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:41', NULL, NULL, 4854, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394660646.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '69a2c63d738545039e1b8fcbeef4f123', 1, '2024-07-31 10:57:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:41', NULL, NULL, 4855, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394660943.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0364d97de974cefb517aa6fc77fb31d', 1, '2024-07-31 10:57:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:41', NULL, NULL, 4856, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394661210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f748b7f936a445f99001703a5a77612d', 1, '2024-07-31 10:57:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:42', NULL, NULL, 4857, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394661479.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e479575a1c704c9a94959ff0504ad6cc', 1, '2024-07-31 10:57:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:42', NULL, NULL, 4858, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394661713.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '96c07230c09c4b73979182f490f6873b', 1, '2024-07-31 10:57:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:42', NULL, NULL, 4859, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394662039.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab894335237249659d50f64c3500033f', 1, '2024-07-31 10:57:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:42', NULL, NULL, 4860, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394662277.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6c26ece4589745fcbea6a0e86d3d3da8', 1, '2024-07-31 10:57:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:43', NULL, NULL, 4861, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394662591.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '315067edbedb4c0c9c54504d98976233', 1, '2024-07-31 10:57:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:43', NULL, NULL, 4862, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394662823.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '291a7c2c53a0484db3d40111bc7b9091', 1, '2024-07-31 10:57:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:43', NULL, NULL, 4863, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394663146.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24efacbd86ab4c12a1512c46ba2ad9dd', 1, '2024-07-31 10:57:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:44', NULL, NULL, 4864, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394663391.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5de1e86889134a199887baa1d5984d31', 1, '2024-07-31 10:57:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:44', NULL, NULL, 4865, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394663674.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dc2ef635838140b89daf6a5b7a6aec10', 1, '2024-07-31 10:57:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:44', NULL, NULL, 4866, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394663975.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '12b14b0bffd74187ad55005e6a1b757a', 1, '2024-07-31 10:57:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:44', NULL, NULL, 4867, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394664256.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '401235458c9f41a089dea90a2af636a0', 1, '2024-07-31 10:57:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:45', NULL, NULL, 4868, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394664556.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf90878fe50247d29300f176a4685c38', 1, '2024-07-31 10:57:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:45', NULL, NULL, 4869, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394664882.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '46d6a3ac926444adb7b99f558d31b24b', 1, '2024-07-31 10:57:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:45', NULL, NULL, 4870, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394665210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d8f2c77730b4e09a78af47e7127690f', 1, '2024-07-31 10:57:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:46', NULL, NULL, 4871, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394665541.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8c20cb18511f448dbd5c8bb931ba29af', 1, '2024-07-31 10:57:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:46', NULL, NULL, 4872, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394665822.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b3ba126b5e5e448cb6f1ec6ec7e4b869', 1, '2024-07-31 10:57:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:46', NULL, NULL, 4873, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394666072.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74a316891f044eafa31ea48e612bc88c', 1, '2024-07-31 10:57:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:46', NULL, NULL, 4874, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394666260.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8af2152246054c92bfb876f5e0178e68', 1, '2024-07-31 10:57:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:47', NULL, NULL, 4875, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394666483.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ee24d45c5164a548f355946d72c275d', 1, '2024-07-31 10:57:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:47', NULL, NULL, 4876, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394666890.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3bdb8c9a50b40b7910ec5a37d398956', 1, '2024-07-31 10:57:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:47', NULL, NULL, 4877, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394667183.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '50b1c22a9a16403999b4a22f4b462a18', 1, '2024-07-31 10:57:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:48', NULL, NULL, 4878, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394667437.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '12a8a754771d4553b987d2439443aa65', 1, '2024-07-31 10:57:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:48', NULL, NULL, 4879, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394667655.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9ef27f93947a4f13a5bbda9fe99ca5ec', 1, '2024-07-31 10:57:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:48', NULL, NULL, 4880, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394667952.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a78b787ae0b48c79b44dfbd597c1d9f', 1, '2024-07-31 10:57:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:48', NULL, NULL, 4881, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394668238.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '327f014c58fe4c78b799e80be83f0347', 1, '2024-07-31 10:57:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:49', NULL, NULL, 4882, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394668485.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e30812b53d94f9db0841b05297dbb07', 1, '2024-07-31 10:57:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:49', NULL, NULL, 4883, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394668723.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'af92df4c04564a8b872bcff88704c35b', 1, '2024-07-31 10:57:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:49', NULL, NULL, 4884, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394669037.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c4dae437e36480e92ef9c807f2e832c', 1, '2024-07-31 10:57:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:49', NULL, NULL, 4885, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394669288.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c9d58e3992bc47dbaa93fa6ced61a5d5', 1, '2024-07-31 10:57:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:50', NULL, NULL, 4886, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394669589.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c78faf15fafe4e9d8942fd795856759a', 1, '2024-07-31 10:57:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:50', NULL, NULL, 4887, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394669836.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94baf8262f6b4bcebbcae1687d8464ec', 1, '2024-07-31 10:57:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:50', NULL, NULL, 4888, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394670150.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48a475022c184f13857b865a7d437dc0', 1, '2024-07-31 10:57:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:51', NULL, NULL, 4889, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394670399.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '357cfafc1bf042358aa3e225fc3b3139', 1, '2024-07-31 10:57:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:51', NULL, NULL, 4890, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394670732.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29ec84b704c740b7ad92001ec9d1a3d8', 1, '2024-07-31 10:57:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:51', NULL, NULL, 4891, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394670980.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a4d0951ed53a438eb552aa21488b7e14', 1, '2024-07-31 10:57:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:51', NULL, NULL, 4892, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394671327.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd995f25d05f245239d4cca77f8f4d6eb', 1, '2024-07-31 10:57:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:52', NULL, NULL, 4893, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394671608.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5c2a166d3eb6411b88f42bf9967f04bc', 1, '2024-07-31 10:57:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:52', NULL, NULL, 4894, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394671896.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f28887600f224559b9803e497455dc38', 1, '2024-07-31 10:57:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:52', NULL, NULL, 4895, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394672144.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '73bf7267f92448f28b169cd8fafa572e', 1, '2024-07-31 10:57:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:53', NULL, NULL, 4896, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394672458.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29dac7871e9e43c0b47f3d920f322286', 1, '2024-07-31 10:57:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:53', NULL, NULL, 4897, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394672743.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '041841d2beed41a1a9a61d7c3d127a58', 1, '2024-07-31 10:57:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:53', NULL, NULL, 4898, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394673041.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e84cab1eeb1443a09a73c2a21ce5d034', 1, '2024-07-31 10:57:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:53', NULL, NULL, 4899, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394673287.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5a90b26ba024a5d9231c73346c62774', 1, '2024-07-31 10:57:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:54', NULL, NULL, 4900, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394673600.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '66cc87a1082e45a1968f49d22df6ac79', 1, '2024-07-31 10:57:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:54', NULL, NULL, 4901, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394673839.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb0feaeb268d4c3fa3d212b534746a12', 1, '2024-07-31 10:57:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:54', NULL, NULL, 4902, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394674165.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2414770fbff45c881bf0f7c638ba177', 1, '2024-07-31 10:57:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:55', NULL, NULL, 4903, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394674389.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cdfa896c2f244309b4014615b236a368', 1, '2024-07-31 10:57:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:55', NULL, NULL, 4904, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394674716.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d0e4fa80cc74a27a819da6fba110a16', 1, '2024-07-31 10:57:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:55', NULL, NULL, 4905, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394674985.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '879865b13099427c9e5dbe3805814964', 1, '2024-07-31 10:57:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:55', NULL, NULL, 4906, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394675213.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c9882e6a65d4f63b5e3832260eaa9ec', 1, '2024-07-31 10:57:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:56', NULL, NULL, 4907, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394675568.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd9a6f4c4a22c43e59749ac5298d43c2f', 1, '2024-07-31 10:57:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:56', NULL, NULL, 4908, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394675881.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d505e3895894856bd504cdd4040be31', 1, '2024-07-31 10:57:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:56', NULL, NULL, 4909, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394676132.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3fdd8f81e01e46b39975a4c06a0ab5c9', 1, '2024-07-31 10:57:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:57', NULL, NULL, 4910, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394676401.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74c12e33e0ae4f15a73297558779f5f1', 1, '2024-07-31 10:57:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:57', NULL, NULL, 4911, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394676683.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fa100e3ad04841de9d553ce83fded345', 1, '2024-07-31 10:57:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:57', NULL, NULL, 4912, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394676999.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9903ebe3c1954dfbbc4fff94f083722c', 1, '2024-07-31 10:57:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:57', NULL, NULL, 4913, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394677203.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7690110921da4c7f994332e76c3de6f4', 1, '2024-07-31 10:57:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:58', NULL, NULL, 4914, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394677438.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0fb7112078594717a4c95acde1ee9b41', 1, '2024-07-31 10:57:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:58', NULL, NULL, 4915, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394677694.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '214548bcf1164fada4de972a0727f386', 1, '2024-07-31 10:57:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:58', NULL, NULL, 4916, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394678150.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4abc44e0cbdc45b0aa37985c85deb9aa', 1, '2024-07-31 10:57:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:59', NULL, NULL, 4917, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394678414.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '39224f7ae68949349f394b3967817b36', 1, '2024-07-31 10:57:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:59', NULL, NULL, 4918, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394678681.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a23454220fb4d7c8271ec92c4d31180', 1, '2024-07-31 10:57:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:59', NULL, NULL, 4919, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394678899.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7aff10961db487fbed57021020e670a', 1, '2024-07-31 10:57:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:57:59', NULL, NULL, 4920, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394679238.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8c5a0ac6390f4ad2af6071c9d5838f49', 1, '2024-07-31 10:57:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:00', NULL, NULL, 4921, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394679628.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4d3664da1684ae0be8c8adec4f379c5', 1, '2024-07-31 10:58:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:00', NULL, NULL, 4922, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394679862.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '754cdb7a3dff46d59fe061010af88504', 1, '2024-07-31 10:58:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:00', NULL, NULL, 4923, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394680097.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40c29d6092af40c2aa791bcaad3c0f47', 1, '2024-07-31 10:58:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:01', NULL, NULL, 4924, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394680441.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40fd40771ad0424c88f1b9e636e3a117', 1, '2024-07-31 10:58:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:01', NULL, NULL, 4925, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394680735.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba07ff7342774a7aa417fe3f54931168', 1, '2024-07-31 10:58:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:01', NULL, NULL, 4926, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394681120.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78cef6224f6a46beb3ec9a91a13164af', 1, '2024-07-31 10:58:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:02', NULL, NULL, 4927, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394681367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94f77df07122486cbace9d4a8b975fa3', 1, '2024-07-31 10:58:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:02', NULL, NULL, 4928, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394681695.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '136e5edad17d4314a8422b19d2f85a92', 1, '2024-07-31 10:58:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:02', NULL, NULL, 4929, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394681956.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '171e914c278a46ae8a6c1a51bb2d5a42', 1, '2024-07-31 10:58:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:02', NULL, NULL, 4930, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394682194.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71032c7f82b946d2ac3c91f12928a1f3', 1, '2024-07-31 10:58:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:03', NULL, NULL, 4931, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394682447.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7ddc9ad7061240a6b83622dfdaf979d7', 1, '2024-07-31 10:58:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:03', NULL, NULL, 4932, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394682772.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '30386814091841a0af3b54bced15efe9', 1, '2024-07-31 10:58:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:03', NULL, NULL, 4933, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394683043.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a6d77b2a1ff148ef981f657241f25e89', 1, '2024-07-31 10:58:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:03', NULL, NULL, 4934, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394683278.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6f6fe1ee11e49098ddc9ac7a9da0ff1', 1, '2024-07-31 10:58:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:04', NULL, NULL, 4935, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394683595.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f58ecf992ef4c6f8edc001918ee8278', 1, '2024-07-31 10:58:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:04', NULL, NULL, 4936, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394683907.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5c928a3601a442ce9206b6a32100de48', 1, '2024-07-31 10:58:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:04', NULL, NULL, 4937, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394684174.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e5570126eaee4fafb54188628c98e59a', 1, '2024-07-31 10:58:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:05', NULL, NULL, 4938, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394684410.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b795b8c3f3414b67b7f31d54cc327c6a', 1, '2024-07-31 10:58:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:05', NULL, NULL, 4939, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394684806.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7839c67df9154e56ba7ab74761cbd8e5', 1, '2024-07-31 10:58:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:05', NULL, NULL, 4940, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394685151.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23250c9d762b435480649d3ccf6ee7a6', 1, '2024-07-31 10:58:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:06', NULL, NULL, 4941, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394685446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9a7d819b9ddf413ab4a27f2bd69441ff', 1, '2024-07-31 10:58:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:06', NULL, NULL, 4942, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394685668.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5b8e7891c0b24f5fab76754876d42957', 1, '2024-07-31 10:58:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:06', NULL, NULL, 4943, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394685935.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ebd4676c46fa458e95af4fd9b778f54a', 1, '2024-07-31 10:58:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:06', NULL, NULL, 4944, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394686297.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e4e8e8cf3b604d8582d083041984f8f4', 1, '2024-07-31 10:58:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:07', NULL, NULL, 4945, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394686547.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0055fbdec33a4c55944e411e9fb3d552', 1, '2024-07-31 10:58:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:07', NULL, NULL, 4946, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394686801.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1ce848805074290914896d4be2e01ae', 1, '2024-07-31 10:58:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:07', NULL, NULL, 4947, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394687036.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5271cfd6fc7c44c19963fa98b2ed79f2', 1, '2024-07-31 10:58:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:07', NULL, NULL, 4948, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394687356.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4983f5c7e9b74cfd93d03b4394670d70', 1, '2024-07-31 10:58:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:08', NULL, NULL, 4949, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394687680.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba049838a24b4f86af35de42a5ad2a5f', 1, '2024-07-31 10:58:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:08', NULL, NULL, 4950, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394687946.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6acc0eec2524dc7b48b642e2bb36df3', 1, '2024-07-31 10:58:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:08', NULL, NULL, 4951, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394688199.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36e7766b58574408ab5f0ebdb4f9efa8', 1, '2024-07-31 10:58:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:09', NULL, NULL, 4952, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394688512.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3d5761ee7766490d914e0d75391be383', 1, '2024-07-31 10:58:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:09', NULL, NULL, 4953, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394688829.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '83d4ff0c9a8845c99412a673206e8ffc', 1, '2024-07-31 10:58:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:09', NULL, NULL, 4954, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394689125.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3053bf97ce8e46dcb569547c1b1d3821', 1, '2024-07-31 10:58:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:10', NULL, NULL, 4955, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394689447.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6b8bb1f26dd4ed49f74df269e0a3434', 1, '2024-07-31 10:58:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:10', NULL, NULL, 4956, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394689757.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0a94c9ec25e4ce7a27c54a3e131bd03', 1, '2024-07-31 10:58:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:10', NULL, NULL, 4957, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394690053.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c143b7167c3949f09a34be11ae6fefa7', 1, '2024-07-31 10:58:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:10', NULL, NULL, 4958, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394690291.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '90d118090d2047ab8edd42f69a1a74f8', 1, '2024-07-31 10:58:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:11', NULL, NULL, 4959, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394690590.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c674dcaaf144680bacb888527a0dffc', 1, '2024-07-31 10:58:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:11', NULL, NULL, 4960, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394690825.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f94beb2eef649a99202624d55425449', 1, '2024-07-31 10:58:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:11', NULL, NULL, 4961, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394691208.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0aa34909daac431e8c2f7d53c6561100', 1, '2024-07-31 10:58:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:12', NULL, NULL, 4962, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394691478.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ce3f5cbb81fb48d3b9ae6ef2acb857b3', 1, '2024-07-31 10:58:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:12', NULL, NULL, 4963, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394691723.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55a678e2281d43eea1658650a1dc1974', 1, '2024-07-31 10:58:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:12', NULL, NULL, 4964, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394691992.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '893ffd6acc014757be42ded3c92f0b69', 1, '2024-07-31 10:58:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:13', NULL, NULL, 4965, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394692384.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a91ee2c6f67c4ab081b7336d38cd2746', 1, '2024-07-31 10:58:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:13', NULL, NULL, 4966, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394692683.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55a9a52fde4047ab8362fee1996fd07f', 1, '2024-07-31 10:58:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:13', NULL, NULL, 4967, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394692945.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '328499961a824b9d818f2bedde5ca5e3', 1, '2024-07-31 10:58:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:13', NULL, NULL, 4968, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394693317.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a1a80371632244b7914ef6a817bc472f', 1, '2024-07-31 10:58:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:14', NULL, NULL, 4969, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394693510.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7370134ac90c48ba8a8513ba02783bd5', 1, '2024-07-31 10:58:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:14', NULL, NULL, 4970, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394693746.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99e997d5d9e341f39464a81738b7fa9d', 1, '2024-07-31 10:58:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:14', NULL, NULL, 4971, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394694066.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a1388f73f7543bb8f6109bf293e9ef9', 1, '2024-07-31 10:58:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:15', NULL, NULL, 4972, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394694365.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cdb1cfab39584d66b9075363b64df859', 1, '2024-07-31 10:58:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:15', NULL, NULL, 4973, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394694612.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '70991ef912c34c6c8c1e6f22194dc6c4', 1, '2024-07-31 10:58:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:15', NULL, NULL, 4974, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394694922.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0b3c089d23f44f0caac03c099fc7cd7a', 1, '2024-07-31 10:58:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:15', NULL, NULL, 4975, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394695223.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f93b9f8b469940dcb5673c780daa494a', 1, '2024-07-31 10:58:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:16', NULL, NULL, 4976, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394695442.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52f1374232d5470a9e8c52541b2ef28f', 1, '2024-07-31 10:58:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:16', NULL, NULL, 4977, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394695710.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f5a6e780d724fbab451c7c666c8d45f', 1, '2024-07-31 10:58:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:16', NULL, NULL, 4978, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394695964.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eb2b3445d9f743d69e6950462e7f7991', 1, '2024-07-31 10:58:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:16', NULL, NULL, 4979, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394696179.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4216120250d84a4e86ccfab5a670c745', 1, '2024-07-31 10:58:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:17', NULL, NULL, 4980, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394696357.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '442ef4242be341638ecb1202525fff72', 1, '2024-07-31 10:58:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:17', NULL, NULL, 4981, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394696673.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43437f17d8f349a697109d94b46701b8', 1, '2024-07-31 10:58:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:17', NULL, NULL, 4982, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394696870.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cebb98963c4c4e07a70024b0fa5a029d', 1, '2024-07-31 10:58:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:17', NULL, NULL, 4983, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394697170.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd492ae20985a4fdea06d470456bb3da3', 1, '2024-07-31 10:58:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:18', NULL, NULL, 4984, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394697389.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '219c219dd73242fb99dd6a74b8e84239', 1, '2024-07-31 10:58:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:18', NULL, NULL, 4985, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394697731.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '463b828f3cdd48b5a41a629ce50523f0', 1, '2024-07-31 10:58:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:18', NULL, NULL, 4986, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394697969.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba6407132f1b4894af8292f59eaf9b2f', 1, '2024-07-31 10:58:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:18', NULL, NULL, 4987, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394698203.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '682e1cb8ee5445e780c7eee292f879ba', 1, '2024-07-31 10:58:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:19', NULL, NULL, 4988, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394698469.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88789acefcc44478aa4145c409aac7fc', 1, '2024-07-31 10:58:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:19', NULL, NULL, 4989, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394698771.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bda5f49f2d0245d3a68268f3cf5e0041', 1, '2024-07-31 10:58:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:19', NULL, NULL, 4990, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394698989.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ecd9b812db734fbc87f8cf39475abe9a', 1, '2024-07-31 10:58:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:19', NULL, NULL, 4991, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394699254.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '118a83eb80fe4cdf90a57eabf64ecf2a', 1, '2024-07-31 10:58:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:20', NULL, NULL, 4992, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394699523.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc30dd51f42e46eda301ec800b2ab3d4', 1, '2024-07-31 10:58:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:20', NULL, NULL, 4993, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394699773.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99dd6e96bec84c839b08b6c950108a93', 1, '2024-07-31 10:58:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:20', NULL, NULL, 4994, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394700120.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18de17c4fd5e4bb3a9742df47a3c937a', 1, '2024-07-31 10:58:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:21', NULL, NULL, 4995, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394700354.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94c41b3868144fc5935acb2b29f2524f', 1, '2024-07-31 10:58:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:21', NULL, NULL, 4996, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394700619.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'da4030d65e0742ce83a116af5638a9d6', 1, '2024-07-31 10:58:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:21', NULL, NULL, 4997, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394700901.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '195281e9338e40a993a1580a61dc8b0f', 1, '2024-07-31 10:58:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:21', NULL, NULL, 4998, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394701136.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ef45ead2ce77401eab056c4ec5348994', 1, '2024-07-31 10:58:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:22', NULL, NULL, 4999, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394701405.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a624e4edc5d54b41b827129fd4778cf9', 1, '2024-07-31 10:58:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:22', NULL, NULL, 5000, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394701675.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '066a2372b9604b96b8d07efa9b4ce12f', 1, '2024-07-31 10:58:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:22', NULL, NULL, 5001, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394701939.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '33877567e6fb472292533644e5f44176', 1, '2024-07-31 10:58:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:22', NULL, NULL, 5002, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394702222.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cdf952b4511644aaabcb1d4fadb9c6c3', 1, '2024-07-31 10:58:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:23', NULL, NULL, 5003, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394702539.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e30a9244e1f441f9976fe48442a1c9da', 1, '2024-07-31 10:58:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:23', NULL, NULL, 5004, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394702738.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bd272746546546c6baa9e309dcd78675', 1, '2024-07-31 10:58:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:23', NULL, NULL, 5005, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394702957.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60eebf651f8c40b8ab32720a2451830e', 1, '2024-07-31 10:58:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:23', NULL, NULL, 5006, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394703229.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fad37cc130904ab8b258ad0103e21e75', 1, '2024-07-31 10:58:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:24', NULL, NULL, 5007, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394703476.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '029aeeebc1c648bba54c9057174a9d67', 1, '2024-07-31 10:58:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:24', NULL, NULL, 5008, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394703728.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf266d45b27748898da70d64cdd4ef6b', 1, '2024-07-31 10:58:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:24', NULL, NULL, 5009, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394703996.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '725da4b7a1984f8197a67d69bb2d36fd', 1, '2024-07-31 10:58:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:24', NULL, NULL, 5010, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394704214.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e080b8603fd447208ea6a32618305d1d', 1, '2024-07-31 10:58:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:25', NULL, NULL, 5011, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394704466.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1befef7f68742e9b68fdf129c23cba6', 1, '2024-07-31 10:58:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:25', NULL, NULL, 5012, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394704751.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c6b91948bdb45e9a8001c871abe6c94', 1, '2024-07-31 10:58:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:25', NULL, NULL, 5013, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394705000.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ec375852bd4c4bdfb89b09334f0f41d2', 1, '2024-07-31 10:58:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:25', NULL, NULL, 5014, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394705205.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4dcd11c258144f02a2d2288aabbcde2a', 1, '2024-07-31 10:58:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:26', NULL, NULL, 5015, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394705503.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aca3fe431614405ababc6807deb07509', 1, '2024-07-31 10:58:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:26', NULL, NULL, 5016, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394705766.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ee21c65aa13f4f24aa814304f9213767', 1, '2024-07-31 10:58:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:26', NULL, NULL, 5017, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394705997.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7046307ae16942cbb9f053d1365661eb', 1, '2024-07-31 10:58:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:26', NULL, NULL, 5018, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394706256.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a3088bfbbb34d5d806cf1853db81770', 1, '2024-07-31 10:58:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:27', NULL, NULL, 5019, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394706509.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f831c675844a4e83ad3e5d8e2f02ad93', 1, '2024-07-31 10:58:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:27', NULL, NULL, 5020, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394706695.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fb98daad0cfc4fd0b515d922d8d1cbfa', 1, '2024-07-31 10:58:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:27', NULL, NULL, 5021, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394706927.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8906db7b12b54f82b13f9f01b4629416', 1, '2024-07-31 10:58:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:27', NULL, NULL, 5022, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394707175.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '72425923cf2b46469900d8782e4e9103', 1, '2024-07-31 10:58:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:28', NULL, NULL, 5023, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394707376.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7fb972a2bc444990b8e6209fc71249ec', 1, '2024-07-31 10:58:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:28', NULL, NULL, 5024, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394707629.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e64bb23426b4d298a9f48a7f85044a8', 1, '2024-07-31 10:58:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:28', NULL, NULL, 5025, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394707866.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'beee794aeebf4d4380fa0fa4e31adbc6', 1, '2024-07-31 10:58:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:28', NULL, NULL, 5026, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394708099.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '57aadad15bd849cea8ff9aa4056c0d38', 1, '2024-07-31 10:58:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:28', NULL, NULL, 5027, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394708322.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f8993d3245b649c6ae6e3f752cd597ba', 1, '2024-07-31 10:58:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:29', NULL, NULL, 5028, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394708570.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a323c7871844ab3b0b468a094b18e05', 1, '2024-07-31 10:58:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:29', NULL, NULL, 5029, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394708807.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a71df4a1e9f4e1093a140dc64771f01', 1, '2024-07-31 10:58:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:29', NULL, NULL, 5030, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394709085.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c5ed4a3ca5440d3a3b07cf63b3ba094', 1, '2024-07-31 10:58:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:29', NULL, NULL, 5031, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394709308.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2b61f4b7a624c529500c8618036f64a', 1, '2024-07-31 10:58:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:30', NULL, NULL, 5032, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394709596.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f85c045755744b3b29641682e387ff5', 1, '2024-07-31 10:58:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:30', NULL, NULL, 5033, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394709844.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c245fa2b34ee4cb9af2f924e1d07674e', 1, '2024-07-31 10:58:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:30', NULL, NULL, 5034, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394710041.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '01f08396aea54987bc9ca57f6c9630c1', 1, '2024-07-31 10:58:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:30', NULL, NULL, 5035, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394710290.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'abbe59aa26e24e36bed152fc4ba391ae', 1, '2024-07-31 10:58:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:31', NULL, NULL, 5036, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394710571.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ed356dc86de34288bd262977a26987be', 1, '2024-07-31 10:58:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:31', NULL, NULL, 5037, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394710793.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35121357527442ada363bf6b40b923ff', 1, '2024-07-31 10:58:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:31', NULL, NULL, 5038, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394711014.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0096e878ba29400790b278b9490a48e6', 1, '2024-07-31 10:58:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:31', NULL, NULL, 5039, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394711259.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e735c26ce2c461aa1222a6960ebf231', 1, '2024-07-31 10:58:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:32', NULL, NULL, 5040, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394711496.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '593f8edfb5b24190b6d931d9cae0af9f', 1, '2024-07-31 10:58:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:32', NULL, NULL, 5041, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394711775.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94e8e664e9914df8a5979b51282073e4', 1, '2024-07-31 10:58:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:32', NULL, NULL, 5042, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394712031.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4c8223501814e8fac9c3c501de28287', 1, '2024-07-31 10:58:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:32', NULL, NULL, 5043, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394712338.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '70e0ef05425642f1aff1af4c3d101a96', 1, '2024-07-31 10:58:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:33', NULL, NULL, 5044, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394712554.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7c3c027d29d24303aaa98255ceee71cd', 1, '2024-07-31 10:58:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:33', NULL, NULL, 5045, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394712764.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '69ecbbbfcb334cd3aeafc9052dd9bb2c', 1, '2024-07-31 10:58:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:33', NULL, NULL, 5046, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394713024.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f8ee00084e14b129b2e2a567c5fa90d', 1, '2024-07-31 10:58:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:33', NULL, NULL, 5047, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394713269.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5963bb81898e486489fd1aae767b4e50', 1, '2024-07-31 10:58:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:34', NULL, NULL, 5048, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394713491.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3fdaedf317244e1998b8b614c281c34a', 1, '2024-07-31 10:58:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:34', NULL, NULL, 5049, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394713714.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a20e81fe8832473680f858c19472b6ea', 1, '2024-07-31 10:58:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:34', NULL, NULL, 5050, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394713911.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eb2aac6e8a4d48b6878c7219673e6628', 1, '2024-07-31 10:58:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:34', NULL, NULL, 5051, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394714142.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cb7059a7ce8c44b39e56f429b1d8e637', 1, '2024-07-31 10:58:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:35', NULL, NULL, 5052, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394714404.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6aac445d5ca6417e93b53e5d0fa9d65e', 1, '2024-07-31 10:58:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:35', NULL, NULL, 5053, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394714593.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ef4c2c69bc6b40b3a083485d96378121', 1, '2024-07-31 10:58:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:35', NULL, NULL, 5054, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394714857.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19b67c73d20a4079a1a780a5f36b5924', 1, '2024-07-31 10:58:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:35', NULL, NULL, 5055, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394715135.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a46d89220d8409fbf1f3d105e14fe11', 1, '2024-07-31 10:58:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:35', NULL, NULL, 5056, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394715350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '624af566223648dca78c5be35f737b3e', 1, '2024-07-31 10:58:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:36', NULL, NULL, 5057, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394715594.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4af4b2fff7584d8c946b2397ab04eefd', 1, '2024-07-31 10:58:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:36', NULL, NULL, 5058, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394715802.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '51d30b246d6b4ba3abba3a8e098f975f', 1, '2024-07-31 10:58:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:36', NULL, NULL, 5059, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394716024.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd29de648e1044d209c8673214edf0c17', 1, '2024-07-31 10:58:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:36', NULL, NULL, 5060, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394716292.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f946d915317a4936a3bb169d64706fae', 1, '2024-07-31 10:58:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:37', NULL, NULL, 5061, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394716511.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6f455f322a554e58af777995af5dbba3', 1, '2024-07-31 10:58:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:37', NULL, NULL, 5062, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394716726.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0ea3313b72fd4f50a9e7cf0e507a77ea', 1, '2024-07-31 10:58:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:37', NULL, NULL, 5063, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394716994.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2b8e5e6ca794441bd14a23562978866', 1, '2024-07-31 10:58:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:37', NULL, NULL, 5064, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394717241.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6f497e8f5474a7584b8b7c62e37de90', 1, '2024-07-31 10:58:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:38', NULL, NULL, 5065, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394717473.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '727f00328bf64002b23196d0288d9bb0', 1, '2024-07-31 10:58:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:38', NULL, NULL, 5066, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394717726.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f6daa358b8914317a9c1978bf424f7d7', 1, '2024-07-31 10:58:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:38', NULL, NULL, 5067, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394717900.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eaf5c6d8f0794f7dbcd1f480a2902c4e', 1, '2024-07-31 10:58:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:38', NULL, NULL, 5068, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394718158.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a3b3e20825f49548a99ac8ce23ffb18', 1, '2024-07-31 10:58:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:38', NULL, NULL, 5069, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394718379.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3e9e2b85581a480a9c8bcbf2f82806c2', 1, '2024-07-31 10:58:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:39', NULL, NULL, 5070, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394718621.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43fd04860e35411293984bf8103b0cda', 1, '2024-07-31 10:58:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:39', NULL, NULL, 5071, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394718833.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4bfef4b9cba74f5e9059039c1b0097f3', 1, '2024-07-31 10:58:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:39', NULL, NULL, 5072, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394719137.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ac73f47807c94b8faab6ad262ebfe175', 1, '2024-07-31 10:58:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:40', NULL, NULL, 5073, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394719396.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e2373d5b9afa44e69101455ba2359077', 1, '2024-07-31 10:58:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:40', NULL, NULL, 5074, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394719689.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '61e8ad0a7a70448cb91c9a1eb8ae30dd', 1, '2024-07-31 10:58:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:40', NULL, NULL, 5075, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394719926.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2aae267e784a44c0b33449c567ff3f32', 1, '2024-07-31 10:58:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:40', NULL, NULL, 5076, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394720155.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '85e91067f397470b85a1132e76d47727', 1, '2024-07-31 10:58:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:40', NULL, NULL, 5077, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394720361.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'faeee2f78c354db49b287c03dd5925dd', 1, '2024-07-31 10:58:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:41', NULL, NULL, 5078, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394720568.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '33fc0eed1a1442c4a154165185f3e670', 1, '2024-07-31 10:58:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:41', NULL, NULL, 5079, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394720857.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '28e68bed7ddf416fb58b34bf60326d95', 1, '2024-07-31 10:58:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:41', NULL, NULL, 5080, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394721117.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b459fc67e004444ca4f5e81fef4d2a61', 1, '2024-07-31 10:58:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:41', NULL, NULL, 5081, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394721342.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52bf0cafc2b142d5a3032a0bf6934c07', 1, '2024-07-31 10:58:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:42', NULL, NULL, 5082, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394721558.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '866823a9476940d79d5d0f0851f6d028', 1, '2024-07-31 10:58:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:42', NULL, NULL, 5083, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394721970.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5bfb354fd2784f8c847726f58135334d', 1, '2024-07-31 10:58:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:42', NULL, NULL, 5084, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394722173.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1f56ce4b7c374ba8ac7d44efd52ad1fe', 1, '2024-07-31 10:58:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:43', NULL, NULL, 5085, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394722410.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6b53896b0f5243248bca0430c070ed71', 1, '2024-07-31 10:58:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:43', NULL, NULL, 5086, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394722982.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b10f143a948b4c4f95766dae8af9db57', 1, '2024-07-31 10:58:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:43', NULL, NULL, 5087, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394723331.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1cf05e77878a46388ac189c77c7f800b', 1, '2024-07-31 10:58:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:44', NULL, NULL, 5088, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394723551.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e7919016f5c4596937d10ca8b2849ce', 1, '2024-07-31 10:58:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:44', NULL, NULL, 5089, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394723792.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3690945741e49e0898eb44d79f19e74', 1, '2024-07-31 10:58:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:44', NULL, NULL, 5090, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394724043.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29bf6763225c44f2a92d5a18a1f6963c', 1, '2024-07-31 10:58:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:45', NULL, NULL, 5091, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394724381.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1add916be7ca4d918620c0a1cbed2d73', 1, '2024-07-31 10:58:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:45', NULL, NULL, 5092, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394724634.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1f32711205d0481eb8fef3372e4d1912', 1, '2024-07-31 10:58:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:45', NULL, NULL, 5093, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394724861.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8ad55afc07c84a41819d5157c12bfd53', 1, '2024-07-31 10:58:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:45', NULL, NULL, 5094, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394725097.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd022fa2c462455ab68da2b7565fe5d5', 1, '2024-07-31 10:58:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:45', NULL, NULL, 5095, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394725336.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b523e080d15b4fc2929acbda2971f944', 1, '2024-07-31 10:58:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:46', NULL, NULL, 5096, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394725662.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a22dfe3b5d341b0905322e4e903f271', 1, '2024-07-31 10:58:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:46', NULL, NULL, 5097, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394725922.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '717b9a50976249b5aff50454963d64b5', 1, '2024-07-31 10:58:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:46', NULL, NULL, 5098, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394726187.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab3e2a6916834c07abb8bc6b52a16c2a', 1, '2024-07-31 10:58:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:47', NULL, NULL, 5099, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394726413.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5077bfc044e9481c98b12e8034ee28cb', 1, '2024-07-31 10:58:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:47', NULL, NULL, 5100, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394726704.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6438d158afd545d6925bac4506100777', 1, '2024-07-31 10:58:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:47', NULL, NULL, 5101, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394726947.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1fa8f423594b4f06bd2f65783abf3776', 1, '2024-07-31 10:58:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:47', NULL, NULL, 5102, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394727168.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8775a13fd84c4b42b8012f12107f3ff5', 1, '2024-07-31 10:58:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:48', NULL, NULL, 5103, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394727411.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'daeed7ad18b2460fa594158f8b645dd9', 1, '2024-07-31 10:58:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:48', NULL, NULL, 5104, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394727683.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e4012576d0d47a5bb8b167189563789', 1, '2024-07-31 10:58:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:48', NULL, NULL, 5105, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394727979.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0fd3768d53164fe883745e48bc1668a6', 1, '2024-07-31 10:58:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:48', NULL, NULL, 5106, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394728174.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '90e48fd88d124d52bb6857e0b27e8945', 1, '2024-07-31 10:58:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:48', NULL, NULL, 5107, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394728392.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '15cf566f07d94406ab77c15c6beedb8d', 1, '2024-07-31 10:58:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:49', NULL, NULL, 5108, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394728693.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a982feb426dc4852b1e24ba554491fcc', 1, '2024-07-31 10:58:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:49', NULL, NULL, 5109, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394728912.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78e9d0c94c8f43cca2a2b0f32f50619c', 1, '2024-07-31 10:58:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:49', NULL, NULL, 5110, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394729207.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6cf5ee350b1d46b089e5321ab980c75f', 1, '2024-07-31 10:58:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:50', NULL, NULL, 5111, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394729421.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e4f8f7ccb6e4561bcdb233dcc3640db', 1, '2024-07-31 10:58:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:50', NULL, NULL, 5112, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394729699.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5c91a8eca4ac476db5e71be4937619d5', 1, '2024-07-31 10:58:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:50', NULL, NULL, 5113, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394729905.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e173c59ef6374837bb897f21c155ce8e', 1, '2024-07-31 10:58:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:50', NULL, NULL, 5114, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394730121.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f35c377937e4369bc09b288733a770c', 1, '2024-07-31 10:58:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:51', NULL, NULL, 5115, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394730441.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f66cd415244241cd91eccd4f05f4ad3c', 1, '2024-07-31 10:58:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:51', NULL, NULL, 5116, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394730697.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'da60be10bccf4690980ce9a2f0f3945f', 1, '2024-07-31 10:58:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:51', NULL, NULL, 5117, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394730942.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '456f1dbc0e3445e29fe1c4b71bc20eab', 1, '2024-07-31 10:58:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:51', NULL, NULL, 5118, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394731179.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '436edbad8ead4600a3dc25e7b1c9e181', 1, '2024-07-31 10:58:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:52', NULL, NULL, 5119, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394731489.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a6a84d9e8014df09ea9a4d88da252c2', 1, '2024-07-31 10:58:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:52', NULL, NULL, 5120, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394731736.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '59bc9b21db804c58a54952076a1315ff', 1, '2024-07-31 10:58:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:52', NULL, NULL, 5121, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394731969.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2857e52f8da4c6ba313ea32c27c2cf7', 1, '2024-07-31 10:58:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:52', NULL, NULL, 5122, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394732205.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dfeb738620574bdaa116ce953a48f7d4', 1, '2024-07-31 10:58:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:53', NULL, NULL, 5123, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394732426.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3261c634c176417fb8d4331381932af3', 1, '2024-07-31 10:58:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:53', NULL, NULL, 5124, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394732744.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be5b69ccf1094c8a9c0e60e20825ea16', 1, '2024-07-31 10:58:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:53', NULL, NULL, 5125, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394732984.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6cc565f1131b4a1891adb0de094ebf9b', 1, '2024-07-31 10:58:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:53', NULL, NULL, 5126, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394733225.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8426735ad7014df4acf98e49c1580389', 1, '2024-07-31 10:58:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:54', NULL, NULL, 5127, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394733470.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5cece9000bb64ec884f4e67afb3d4d01', 1, '2024-07-31 10:58:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:54', NULL, NULL, 5128, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394733805.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '177c973c4dca4d628b787a85e2764934', 1, '2024-07-31 10:58:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:54', NULL, NULL, 5129, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394734004.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0dd74c0848174100981bd016a1164545', 1, '2024-07-31 10:58:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:54', NULL, NULL, 5130, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394734251.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b5c0e39f82f4461b4b5818b81899ad6', 1, '2024-07-31 10:58:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:55', NULL, NULL, 5131, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394734473.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '03b278662a314ef6af0f6b6e0c00366e', 1, '2024-07-31 10:58:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:55', NULL, NULL, 5132, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394734686.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '57fbc49bb7cd499383c66872e777bd0c', 1, '2024-07-31 10:58:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:55', NULL, NULL, 5133, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394735027.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e2b6b4dee78246bb982470a4ed12ced0', 1, '2024-07-31 10:58:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:55', NULL, NULL, 5134, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394735279.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0fa4076958a24212ae8f00ee722e5809', 1, '2024-07-31 10:58:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:56', NULL, NULL, 5135, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394735494.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '38b7bbab4b944937a6849a55d91e6746', 1, '2024-07-31 10:58:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:56', NULL, NULL, 5136, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394735739.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf42a092610e47d2bdeba946f37ef678', 1, '2024-07-31 10:58:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:56', NULL, NULL, 5137, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394736006.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '713577583b214659bf55a14383a9ad72', 1, '2024-07-31 10:58:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:56', NULL, NULL, 5138, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394736321.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b1aca77a896c4bdaa671daeadc77386e', 1, '2024-07-31 10:58:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:57', NULL, NULL, 5139, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394736581.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a11784da21cc4d5f82e174f86a224c0a', 1, '2024-07-31 10:58:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:57', NULL, NULL, 5140, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394736814.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f2280e8933548388735d483f7f0d1f0', 1, '2024-07-31 10:58:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:57', NULL, NULL, 5141, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394737061.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '62a37dad6b174dd2b720f57f8ccad5d8', 1, '2024-07-31 10:58:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:58', NULL, NULL, 5142, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394737373.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '072d3a51b81e4c148bd412b956a110d4', 1, '2024-07-31 10:58:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:58', NULL, NULL, 5143, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394737627.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'faab1fe50d504c0f9d9b1af8d20876db', 1, '2024-07-31 10:58:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:58', NULL, NULL, 5144, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394737914.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c20b58bd9eb944218708664257e1c841', 1, '2024-07-31 10:58:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:58', NULL, NULL, 5145, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394738225.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f25eba2a97504f0780d64ef6f53902f4', 1, '2024-07-31 10:58:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:59', NULL, NULL, 5146, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394738588.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91800a488c364f719090c6f56eb00c70', 1, '2024-07-31 10:58:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:59', NULL, NULL, 5147, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394738869.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '12b56a04e8414978a872143f39ac7f59', 1, '2024-07-31 10:58:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:59', NULL, NULL, 5148, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394739108.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93a1f05fc330472aae914e2377bbcf1b', 1, '2024-07-31 10:58:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:58:59', NULL, NULL, 5149, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394739332.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2fe2c2388ed94e46985a9dd01538e7da', 1, '2024-07-31 10:58:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:00', NULL, NULL, 5150, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394739694.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f478944849414bc8b87192f6f2db202b', 1, '2024-07-31 10:59:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:00', NULL, NULL, 5151, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394739969.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a95eb226927b46e0bc2fec0b1f85e804', 1, '2024-07-31 10:59:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:00', NULL, NULL, 5152, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394740224.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '346834964a2d48c3ad1228db465b71d7', 1, '2024-07-31 10:59:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:01', NULL, NULL, 5153, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394740499.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '522b613ead4c4bf3b4ea77310855576b', 1, '2024-07-31 10:59:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:01', NULL, NULL, 5154, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394740838.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'de07632755c64d8cba2504e96520ebda', 1, '2024-07-31 10:59:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:01', NULL, NULL, 5155, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394741091.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7a907226a1c4ed385119eb4ac624720', 1, '2024-07-31 10:59:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:01', NULL, NULL, 5156, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394741319.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '64207f20dfcf4b16a86299f1bd81a381', 1, '2024-07-31 10:59:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:02', NULL, NULL, 5157, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394741555.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9568c731583147ce8a65d72f5faf3760', 1, '2024-07-31 10:59:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:02', NULL, NULL, 5158, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394741852.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd3dbeb06881f4efb9dcac4b15ae00658', 1, '2024-07-31 10:59:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:02', NULL, NULL, 5159, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394742189.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99423fc37af2431f9fd1d9eda1756855', 1, '2024-07-31 10:59:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:03', NULL, NULL, 5160, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394742557.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0009734a41954f4088c73bdec409f8c5', 1, '2024-07-31 10:59:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:03', NULL, NULL, 5161, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394742917.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8bb75932604443d18da3be95aa0ff209', 1, '2024-07-31 10:59:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:03', NULL, NULL, 5162, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394743183.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '359550b10d704bc4b14ea7ea8e79ed4e', 1, '2024-07-31 10:59:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:04', NULL, NULL, 5163, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394743453.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b07e54d0c13843c5a7642594fe0301f6', 1, '2024-07-31 10:59:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:04', NULL, NULL, 5164, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394743732.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '695df1e1fce24996bba4c3906e7e7890', 1, '2024-07-31 10:59:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:04', NULL, NULL, 5165, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394744073.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd5a70c0de3ad4fb7a8bfa10a85027ac4', 1, '2024-07-31 10:59:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:05', NULL, NULL, 5166, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394744366.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9a364a97b5ca4f61b006f4981cd916c7', 1, '2024-07-31 10:59:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:05', NULL, NULL, 5167, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394744682.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f31aed0aa6d4f06ba2c237541fbb7ed', 1, '2024-07-31 10:59:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:05', NULL, NULL, 5168, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394744956.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '016b436f2c264931b6f18af27e2e7ece', 1, '2024-07-31 10:59:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:05', NULL, NULL, 5169, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394745279.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '81f03f50e066432da1c728e5cc79a239', 1, '2024-07-31 10:59:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:06', NULL, NULL, 5170, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394745493.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd20a7899597a440cb997fe7cfdbfb1d9', 1, '2024-07-31 10:59:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:06', NULL, NULL, 5171, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394745794.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7cd7b745ada847e5b2e354fc729cfddf', 1, '2024-07-31 10:59:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:06', NULL, NULL, 5172, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394746090.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4035a933cf144cd8a2440e6cb273c847', 1, '2024-07-31 10:59:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:07', NULL, NULL, 5173, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394746464.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7ff9209f2d50484eafa7b5f1e6ec5195', 1, '2024-07-31 10:59:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:07', NULL, NULL, 5174, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394746725.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd25a255dc2d44365be4b9b0854c403a2', 1, '2024-07-31 10:59:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:07', NULL, NULL, 5175, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394746992.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '06a49de31b0d49a292f61023e469eac4', 1, '2024-07-31 10:59:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:07', NULL, NULL, 5176, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394747299.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c689126a0084750a1f32fc4d1021801', 1, '2024-07-31 10:59:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:08', NULL, NULL, 5177, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394747611.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f5063665f97a47b88f4580005265bf82', 1, '2024-07-31 10:59:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:08', NULL, NULL, 5178, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394747898.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c91e6f03015846f3bcf8a0a81b9c56a7', 1, '2024-07-31 10:59:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:08', NULL, NULL, 5179, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394748135.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '28e84ee2525c48488c51e70a97bf8012', 1, '2024-07-31 10:59:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:09', NULL, NULL, 5180, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394748392.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0dbfe76b7bc64b4783da727f6639ef6a', 1, '2024-07-31 10:59:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:09', NULL, NULL, 5181, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394748715.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4e0d4a50a10749789dda0e5f2649eb24', 1, '2024-07-31 10:59:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:09', NULL, NULL, 5182, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394748949.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f94ec534c4764d8bbd5607fa661a11ea', 1, '2024-07-31 10:59:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:09', NULL, NULL, 5183, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394749161.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4ebe67b1da654d1c82587df20817078a', 1, '2024-07-31 10:59:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:10', NULL, NULL, 5184, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394749410.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '315cf174b9de470488b5c211fdc237ad', 1, '2024-07-31 10:59:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:10', NULL, NULL, 5185, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394749657.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93953f9b83a649e7ae13d42d8bb9c433', 1, '2024-07-31 10:59:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:10', NULL, NULL, 5186, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394749961.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2eb25425c724bcb88528384bd537750', 1, '2024-07-31 10:59:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:10', NULL, NULL, 5187, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394750180.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f126c351f3ca4b82ac82775e8e7fd23c', 1, '2024-07-31 10:59:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:11', NULL, NULL, 5188, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394750443.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '44a67012061746aa8225faeae877ed4d', 1, '2024-07-31 10:59:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:11', NULL, NULL, 5189, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394750674.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '753ae18460b14efbb6c0e03f5c167179', 1, '2024-07-31 10:59:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:11', NULL, NULL, 5190, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394750937.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7c22e011dd794113a3663eda42331005', 1, '2024-07-31 10:59:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:11', NULL, NULL, 5191, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394751305.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '15c8807b244e4728925af0e70580bc10', 1, '2024-07-31 10:59:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:12', NULL, NULL, 5192, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394751647.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ff25bc976c747389d3ba081efb50086', 1, '2024-07-31 10:59:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:12', NULL, NULL, 5193, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394751896.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3bf3cc3a78064a0a8c32dd59c3e99627', 1, '2024-07-31 10:59:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:12', NULL, NULL, 5194, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394752156.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd34a94a5da1c4b5f9c705ca166d4f1ea', 1, '2024-07-31 10:59:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:13', NULL, NULL, 5195, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394752494.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f1a0ac52c8940c48f010829974d19de', 1, '2024-07-31 10:59:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:13', NULL, NULL, 5196, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394752769.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dadfd5a1ac884adf82b94aef2203c0c6', 1, '2024-07-31 10:59:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:13', NULL, NULL, 5197, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394753008.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8ee0dd8693d4e5bbdf1148a10a9b65c', 1, '2024-07-31 10:59:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:13', NULL, NULL, 5198, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394753288.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88935456ac8046eeb104669ab4c1bb2d', 1, '2024-07-31 10:59:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:14', NULL, NULL, 5199, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394753591.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd37027097d46409fa2baf81977e305d4', 1, '2024-07-31 10:59:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:14', NULL, NULL, 5200, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394753863.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b73effe7e214b75bfcbc4d7f0714251', 1, '2024-07-31 10:59:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:14', NULL, NULL, 5201, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394754163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5df57870788448a091eceee4b5c83d17', 1, '2024-07-31 10:59:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:15', NULL, NULL, 5202, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394754433.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e96bce355046478dbfeac449fc7a76a7', 1, '2024-07-31 10:59:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:15', NULL, NULL, 5203, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394754788.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '674abce5f160424dbe5b8c466d3d5398', 1, '2024-07-31 10:59:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:15', NULL, NULL, 5204, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394755115.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3478503f291b444ebb408c7d59f6ccc4', 1, '2024-07-31 10:59:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:16', NULL, NULL, 5205, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394755389.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18fe4ad0df054c92a4d17429ff156121', 1, '2024-07-31 10:59:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:16', NULL, NULL, 5206, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394755652.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a4ecb68effbc4e2e9a00a4a4ec4b10bd', 1, '2024-07-31 10:59:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:16', NULL, NULL, 5207, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394756049.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9535d4d461e34435b3b2772740381afb', 1, '2024-07-31 10:59:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:16', NULL, NULL, 5208, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394756316.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba1ca22b0e0045e8ac8b07845f078b88', 1, '2024-07-31 10:59:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:17', NULL, NULL, 5209, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394756550.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43eac47014a74243a146eb5e65ab64ac', 1, '2024-07-31 10:59:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:17', NULL, NULL, 5210, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394756807.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '07da1c217f604fe78c7930e6e334b337', 1, '2024-07-31 10:59:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:17', NULL, NULL, 5211, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394757137.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '209722bd52bb418db598619b770c5a1d', 1, '2024-07-31 10:59:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:18', NULL, NULL, 5212, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394757418.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '315848ae91374a37925458e9a6ecd294', 1, '2024-07-31 10:59:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:18', NULL, NULL, 5213, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394757696.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ae0861d2dd94487ab4d5ac9b0d71d17b', 1, '2024-07-31 10:59:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:18', NULL, NULL, 5214, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394757981.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '81c14701cca340c1a9b0c4b769cb7f99', 1, '2024-07-31 10:59:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:18', NULL, NULL, 5215, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394758276.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99654d6fab4e4ae2a6c072e7aa31597c', 1, '2024-07-31 10:59:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:19', NULL, NULL, 5216, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394758495.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f70e87081a9949d1b1ee9fd3ebbf7d01', 1, '2024-07-31 10:59:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:19', NULL, NULL, 5217, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394758763.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b697d212c3024c118c0bf40e23bed395', 1, '2024-07-31 10:59:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:19', NULL, NULL, 5218, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394759051.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'baa255dc275b4bf4a871b30b3e5266eb', 1, '2024-07-31 10:59:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:20', NULL, NULL, 5219, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394759351.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '03113cb364da4129af70f055733f7f3d', 1, '2024-07-31 10:59:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:20', NULL, NULL, 5220, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394759615.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e259102c5654d05ba51440ca886bef7', 1, '2024-07-31 10:59:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:20', NULL, NULL, 5221, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394759861.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '460d65cdad1645bcabe03d9288905736', 1, '2024-07-31 10:59:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:20', NULL, NULL, 5222, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394760105.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36bcfcca6fd84ff3bb3cec3e49146eed', 1, '2024-07-31 10:59:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:21', NULL, NULL, 5223, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394760471.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e56835fae9eb4dc385604e80cad25fc7', 1, '2024-07-31 10:59:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:21', NULL, NULL, 5224, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394760720.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c01ab213434b47d68612d61521530b8c', 1, '2024-07-31 10:59:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:21', NULL, NULL, 5225, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394760954.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2ba9027127b491393d7d206be6271af', 1, '2024-07-31 10:59:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:21', NULL, NULL, 5226, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394761224.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3442086ee78748bd838ef69c56ade323', 1, '2024-07-31 10:59:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:22', NULL, NULL, 5227, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394761555.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8729f6a7cc02462f938cde628044b336', 1, '2024-07-31 10:59:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:22', NULL, NULL, 5228, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394761793.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19c4933fc0244566bb706ff81fc20362', 1, '2024-07-31 10:59:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:22', NULL, NULL, 5229, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394762044.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b004dd1dc24941e7aae530cf2d9706a2', 1, '2024-07-31 10:59:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:22', NULL, NULL, 5230, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394762316.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c4db1e677109460eb7f17a9005ce0a32', 1, '2024-07-31 10:59:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:23', NULL, NULL, 5231, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394762688.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d56033081ab4d01a4f4250c1e196c0f', 1, '2024-07-31 10:59:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:23', NULL, NULL, 5232, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394762937.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9b8cd46cf2fe4d80859b81a5edcb4173', 1, '2024-07-31 10:59:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:23', NULL, NULL, 5233, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394763226.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60110aeed0d14076adeb0525012ba32a', 1, '2024-07-31 10:59:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:24', NULL, NULL, 5234, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394763479.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '75d740bcfa74402fa6678c3fb6d05ab1', 1, '2024-07-31 10:59:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:24', NULL, NULL, 5235, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394763797.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1b3574e907f4abbb3fc4d585454eacc', 1, '2024-07-31 10:59:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:24', NULL, NULL, 5236, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394764108.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '920071f696a14373a40693647b6c8887', 1, '2024-07-31 10:59:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:24', NULL, NULL, 5237, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394764350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7a28b84be9d44f5d922da34f9b5bcd94', 1, '2024-07-31 10:59:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:25', NULL, NULL, 5238, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394764585.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eece1dfaf5484a0780544f5e249fa599', 1, '2024-07-31 10:59:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:25', NULL, NULL, 5239, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394764902.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0c9af037d814551bb186f83f22feee5', 1, '2024-07-31 10:59:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:25', NULL, NULL, 5240, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394765167.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6390fba0ffb743b2895221231789cf00', 1, '2024-07-31 10:59:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:26', NULL, NULL, 5241, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394765367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a7d70ea857264173a190d21338c839da', 1, '2024-07-31 10:59:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:26', NULL, NULL, 5242, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394765618.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86008a36fb874fb99bcad75fb6ecd734', 1, '2024-07-31 10:59:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:26', NULL, NULL, 5243, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394765867.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '898ddd3cb155422e800b4a09da109fb3', 1, '2024-07-31 10:59:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:26', NULL, NULL, 5244, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394766165.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '977942f0e7eb45d8a3ec0b9688d8b123', 1, '2024-07-31 10:59:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:26', NULL, NULL, 5245, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394766401.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c4481c4f6c61406aa4dca8e04a3cbd50', 1, '2024-07-31 10:59:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:27', NULL, NULL, 5246, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394766645.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23cbaab2af104d4d940a94d2d0ec14d7', 1, '2024-07-31 10:59:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:27', NULL, NULL, 5247, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394766893.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '28a05581adc0467fb2a998e3bb649500', 1, '2024-07-31 10:59:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:27', NULL, NULL, 5248, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394767194.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e46c0ac2c942416f853465a5a0e3b41e', 1, '2024-07-31 10:59:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:28', NULL, NULL, 5249, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394767406.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a13ad46b657e4c73b13f77ab2cd37872', 1, '2024-07-31 10:59:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:28', NULL, NULL, 5250, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394767676.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '063e2ecf4e134de58e438cd826237258', 1, '2024-07-31 10:59:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:28', NULL, NULL, 5251, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394767919.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fb22d8bdd1db41d4bb47674df4cc7953', 1, '2024-07-31 10:59:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:28', NULL, NULL, 5252, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394768305.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e9b39a4c0114505840be01de0572f0b', 1, '2024-07-31 10:59:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:29', NULL, NULL, 5253, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394768539.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3207096db0e2492d9d70190aa3684ad7', 1, '2024-07-31 10:59:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:29', NULL, NULL, 5254, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394768789.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d738295b92d4ef2a31de2b84878ec4d', 1, '2024-07-31 10:59:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:29', NULL, NULL, 5255, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394768986.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab7ec42a9850410c83b4db7f332f17aa', 1, '2024-07-31 10:59:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:29', NULL, NULL, 5256, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394769242.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d841a339ae04b23917bf7c7e77fa2c7', 1, '2024-07-31 10:59:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:30', NULL, NULL, 5257, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394769570.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a0c0ecf4d6f4ae0a2f8c8c8712c73a0', 1, '2024-07-31 10:59:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:30', NULL, NULL, 5258, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394769772.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f81498066b6d465c87704d58ebeef9f4', 1, '2024-07-31 10:59:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:30', NULL, NULL, 5259, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394770026.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ee082401903e431398213e71c8ea8863', 1, '2024-07-31 10:59:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:30', NULL, NULL, 5260, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394770318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '79cc594159af498ca0833d807a6107eb', 1, '2024-07-31 10:59:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:31', NULL, NULL, 5261, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394770619.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab1c90f9304f4e69882c5000c3de56da', 1, '2024-07-31 10:59:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:31', NULL, NULL, 5262, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394770867.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '70679ab8fdaa40ca92f3682d8313fe98', 1, '2024-07-31 10:59:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:31', NULL, NULL, 5263, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394771114.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48f126f759ef4a96b8d59dd51aecdffa', 1, '2024-07-31 10:59:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:31', NULL, NULL, 5264, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394771359.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a97bf2c227144eefbffa8a8b47c514f0', 1, '2024-07-31 10:59:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:32', NULL, NULL, 5265, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394771560.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02d9892e4d56496f9ee3cb1d7f0f32b6', 1, '2024-07-31 10:59:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:32', NULL, NULL, 5266, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394771871.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86c7db13dd3c43528d94f474eba08fb2', 1, '2024-07-31 10:59:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:32', NULL, NULL, 5267, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394772109.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fc9592d065994d6fab308db39fa0cead', 1, '2024-07-31 10:59:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:32', NULL, NULL, 5268, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394772321.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'abfff57c0184451c9cd05d5f9f89fd8f', 1, '2024-07-31 10:59:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:33', NULL, NULL, 5269, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394772554.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '83edc5b6486a4909832099455a15d910', 1, '2024-07-31 10:59:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:33', NULL, NULL, 5270, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394772776.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09993276b9814b9e8651d5fa1362079a', 1, '2024-07-31 10:59:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:33', NULL, NULL, 5271, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394773096.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'da98820b6c7b4f7e8288b47151cae54c', 1, '2024-07-31 10:59:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:33', NULL, NULL, 5272, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394773324.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd0328190cb494ea697ec422bc74715b9', 1, '2024-07-31 10:59:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:34', NULL, NULL, 5273, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394773566.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '539304d3fe1846b4b30a22f276d26f7f', 1, '2024-07-31 10:59:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:34', NULL, NULL, 5274, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394773793.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ba20c37afb84e0690431007616ae871', 1, '2024-07-31 10:59:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:34', NULL, NULL, 5275, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394774044.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0244a03cce0444b9c460ef43fff4047', 1, '2024-07-31 10:59:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:34', NULL, NULL, 5276, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394774362.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '238260e7a1f247eb942ca817a7bfc868', 1, '2024-07-31 10:59:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 10:59:35', NULL, NULL, 5277, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_pdf_001', '2node_001_test_pdf_001_1_1722394774546.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd7df183b1f734344b03568bc2e1becab', 1, '2024-07-31 10:59:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:54', NULL, NULL, 5278, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394913534.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36d5c72393274ece82796ada8887a5f4', 1, '2024-07-31 11:01:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:54', NULL, NULL, 5279, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394914314.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5a0ad14470e94e4d995a39650a24605e', 1, '2024-07-31 11:01:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:55', NULL, NULL, 5280, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394914662.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a5f4da0cbf749a3ad476bf2d29563b0', 1, '2024-07-31 11:01:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:55', NULL, NULL, 5281, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394915083.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ce3d2e88cfca488b902fa155954c7991', 1, '2024-07-31 11:01:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:56', NULL, NULL, 5282, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394915569.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c48146d8f48045bbbe6644483170e2ad', 1, '2024-07-31 11:01:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:56', NULL, NULL, 5283, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394915900.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0e215dc79fb48af945bce4d7f9a128e', 1, '2024-07-31 11:01:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:56', NULL, NULL, 5284, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394916248.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8c0c0d2b32e74325a789d39853db83ff', 1, '2024-07-31 11:01:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:57', NULL, NULL, 5285, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394916494.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '501520a6c5894eafb7286f1140e9187d', 1, '2024-07-31 11:01:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:57', NULL, NULL, 5286, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394916856.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1b7d372c1fa4059ac9e32930afe1986', 1, '2024-07-31 11:01:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:57', NULL, NULL, 5287, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394917120.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e32814c2c9a944a3abd7beaf427d0bde', 1, '2024-07-31 11:01:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:57', NULL, NULL, 5288, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394917367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eaa17c0df14048789dcad0634675740a', 1, '2024-07-31 11:01:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:58', NULL, NULL, 5289, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394917603.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd919feb2d7ec4e6db38ff2859be755b5', 1, '2024-07-31 11:01:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:58', NULL, NULL, 5290, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394918193.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b67d073c4dad4f0a8bca56ed55caeff3', 1, '2024-07-31 11:01:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:59', NULL, NULL, 5291, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394918508.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8c938f28d0b54866bee1fe544dadf3ad', 1, '2024-07-31 11:01:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:59', NULL, NULL, 5292, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394918794.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e3c32c0f980404da38545b99d111387', 1, '2024-07-31 11:01:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:59', NULL, NULL, 5293, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394919031.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd19307cc061d4cb8b1ebdd83bcd046d0', 1, '2024-07-31 11:01:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:01:59', NULL, NULL, 5294, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394919317.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a7052d3b2b97497bb2ab5ace71c9fae0', 1, '2024-07-31 11:01:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:00', NULL, NULL, 5295, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394919502.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91f04bd196e74c97ad16704105b347d3', 1, '2024-07-31 11:02:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:00', NULL, NULL, 5296, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394919750.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '642f03fa9a1c4804b65bed6b1d336cc6', 1, '2024-07-31 11:02:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:00', NULL, NULL, 5297, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394919999.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2675723dd57b45bb91442e42daac3f67', 1, '2024-07-31 11:02:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:00', NULL, NULL, 5298, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394920322.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6617fcf02b1f47fb9c27ade1f6f7db63', 1, '2024-07-31 11:02:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:01', NULL, NULL, 5299, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394920573.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cd4060596025439cb579775055204fc5', 1, '2024-07-31 11:02:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:01', NULL, NULL, 5300, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394920891.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ec7b9bc73cc447308a95015696dfdd25', 1, '2024-07-31 11:02:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:01', NULL, NULL, 5301, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394921313.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aff37d8fb56c47b684ba96bf11c6bf48', 1, '2024-07-31 11:02:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:02', NULL, NULL, 5302, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394921552.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '062f2f8a3ed744d39c94668ee5e1aac7', 1, '2024-07-31 11:02:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:02', NULL, NULL, 5303, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394921806.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c93f1957dffd4b80a16afeefb7e90301', 1, '2024-07-31 11:02:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:02', NULL, NULL, 5304, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394922012.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b1d898789cd4f1eb26c766224ca4427', 1, '2024-07-31 11:02:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:02', NULL, NULL, 5305, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394922228.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8763a9309808407fa32c3d5aa1a1991e', 1, '2024-07-31 11:02:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:03', NULL, NULL, 5306, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394922448.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bd0d79d30e074bdc9b9108f5a255ad05', 1, '2024-07-31 11:02:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:03', NULL, NULL, 5307, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394922730.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34db0df7b8c84f3591fd4601e6132c76', 1, '2024-07-31 11:02:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:03', NULL, NULL, 5308, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394923024.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '715654515f584e2bb182c67d5f87ec0d', 1, '2024-07-31 11:02:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:03', NULL, NULL, 5309, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394923280.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '98e03a0d9ae44677b8bf449e3e874464', 1, '2024-07-31 11:02:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:04', NULL, NULL, 5310, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394923579.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d2e7b6ab3544ad68af1195143475d01', 1, '2024-07-31 11:02:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:04', NULL, NULL, 5311, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394923821.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dc0cf32fafc64824a84cf2fad4935909', 1, '2024-07-31 11:02:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:04', NULL, NULL, 5312, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394924011.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '449fa31066224fd0ac540c06ec85b354', 1, '2024-07-31 11:02:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:04', NULL, NULL, 5313, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394924200.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c8f7d1ec15347d898ecb21494fb863a', 1, '2024-07-31 11:02:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:04', NULL, NULL, 5314, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394924394.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5605349eee914132a51fdfbeb9a53348', 1, '2024-07-31 11:02:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:05', NULL, NULL, 5315, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394924580.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f2a2c2f8d6a64d3faaf57741aefc6747', 1, '2024-07-31 11:02:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:05', NULL, NULL, 5316, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394924789.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '473955e27f2b493087278a42d7225e0b', 1, '2024-07-31 11:02:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:05', NULL, NULL, 5317, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394924970.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '552027edf39d47c390c0065cc9d0cc02', 1, '2024-07-31 11:02:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:05', NULL, NULL, 5318, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394925173.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '21dc35b3d88b47ddb949d8c228043a56', 1, '2024-07-31 11:02:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:06', NULL, NULL, 5319, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394925396.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '844d40e11c3d47389090861efe6f3b77', 1, '2024-07-31 11:02:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:06', NULL, NULL, 5320, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394925643.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91b8a25fe6784fbf9875a32705326f26', 1, '2024-07-31 11:02:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:06', NULL, NULL, 5321, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394925849.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '82a975c0dfe84779b1d9cd83f417a572', 1, '2024-07-31 11:02:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:06', NULL, NULL, 5322, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394926070.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23d78e301cd145a49ad4d9a05a586fbc', 1, '2024-07-31 11:02:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:06', NULL, NULL, 5323, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394926275.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29d3124bcc664d6fa2e8851ecc737cae', 1, '2024-07-31 11:02:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:07', NULL, NULL, 5324, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394926512.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '669b4771ddb84ea4a5f387889811005f', 1, '2024-07-31 11:02:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:07', NULL, NULL, 5325, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394926690.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b57088b4c7994c37b92d7d2561515551', 1, '2024-07-31 11:02:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:07', NULL, NULL, 5326, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394926858.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0557cfa62ed4a63a41edf2cfb387d1e', 1, '2024-07-31 11:02:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:07', NULL, NULL, 5327, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394927078.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f2d2eb8de29741279248906ee46cac2b', 1, '2024-07-31 11:02:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:07', NULL, NULL, 5328, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394927300.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9220fa4c326c45f7bebc504ee3256884', 1, '2024-07-31 11:02:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:08', NULL, NULL, 5329, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394927521.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ef9ccb23228745f8acbb69f89f498407', 1, '2024-07-31 11:02:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:08', NULL, NULL, 5330, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394927711.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9490b528f9fa4a41bd1124b72fcc210b', 1, '2024-07-31 11:02:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:08', NULL, NULL, 5331, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394927901.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e27a30f3f1d6440f87eb91a4beed7b09', 1, '2024-07-31 11:02:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:08', NULL, NULL, 5332, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394928095.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6bd93e4c9aec4e359bd15f07a1d2b68f', 1, '2024-07-31 11:02:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:08', NULL, NULL, 5333, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394928311.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40ace35589b546b99871c9ec882745ae', 1, '2024-07-31 11:02:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:09', NULL, NULL, 5334, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394928501.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a20a8758f75b44ee870a43457ee45d6a', 1, '2024-07-31 11:02:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:09', NULL, NULL, 5335, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394928674.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c4069d8a4034efbb3286409f1d72600', 1, '2024-07-31 11:02:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:09', NULL, NULL, 5336, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394928880.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '68194d71af5640d9938ffe9a2b62b6b0', 1, '2024-07-31 11:02:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:09', NULL, NULL, 5337, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394929089.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4d1a0f82037a423ea5f7333a6aa86430', 1, '2024-07-31 11:02:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:09', NULL, NULL, 5338, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394929274.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d075974531d4681af8a1b6dfd491131', 1, '2024-07-31 11:02:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:10', NULL, NULL, 5339, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394929481.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd461e376eba84820bce5286e5c020d54', 1, '2024-07-31 11:02:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:10', NULL, NULL, 5340, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394929653.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aa5a260215a44a0c881210f3f4ff9e64', 1, '2024-07-31 11:02:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:10', NULL, NULL, 5341, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394929858.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'af636deccf5b42668a682e2106069e54', 1, '2024-07-31 11:02:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:10', NULL, NULL, 5342, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394930085.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0edf30d157b94d508c91938a405d4dc8', 1, '2024-07-31 11:02:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:10', NULL, NULL, 5343, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394930378.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b24cae6e556b40f98e72b42cbd3c0673', 1, '2024-07-31 11:02:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:11', NULL, NULL, 5344, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394930616.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d82e9a9bca54e9aa2f22232a97ea5df', 1, '2024-07-31 11:02:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:11', NULL, NULL, 5345, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394930805.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e1135186cbf4a818cc8273a9754dd99', 1, '2024-07-31 11:02:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:11', NULL, NULL, 5346, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394930995.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '69583f9efb184c6b8dafc42887a0ae06', 1, '2024-07-31 11:02:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:11', NULL, NULL, 5347, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394931208.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '316a73c731b341f1aa3629685cd55478', 1, '2024-07-31 11:02:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:11', NULL, NULL, 5348, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394931399.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '876a81a2aa244aac94a03c2eeaa6d193', 1, '2024-07-31 11:02:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:12', NULL, NULL, 5349, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394931591.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '908f254efa354ee08cbb6f0db59b63ca', 1, '2024-07-31 11:02:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:12', NULL, NULL, 5350, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394931779.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c1ae7313b4245119844dcbde95559b3', 1, '2024-07-31 11:02:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:12', NULL, NULL, 5351, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394931968.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6168c65525f44c0b4e41f378cd3533d', 1, '2024-07-31 11:02:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:12', NULL, NULL, 5352, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394932182.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c47f68e160c481ba9a84fd26d4f500c', 1, '2024-07-31 11:02:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:13', NULL, NULL, 5353, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394932408.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1fa2a241c5774ae0bc9c3f4d13f439c7', 1, '2024-07-31 11:02:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:13', NULL, NULL, 5354, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394932614.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd751609fff9e43b785ac70d20736640d', 1, '2024-07-31 11:02:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:13', NULL, NULL, 5355, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394932839.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b43213e94a9e46c0b46dcea5e8a02c36', 1, '2024-07-31 11:02:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:13', NULL, NULL, 5356, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394933119.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '54c772b3e9fd4d199b6b87768dcc35d4', 1, '2024-07-31 11:02:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:13', NULL, NULL, 5357, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394933324.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7db61a023cb4458ba9cdaf8cc2f793d7', 1, '2024-07-31 11:02:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:14', NULL, NULL, 5358, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394933514.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'feadc309a7894870a43a83cab60cff37', 1, '2024-07-31 11:02:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:14', NULL, NULL, 5359, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394933719.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '133517e1d94f4973b019b80d72f589e4', 1, '2024-07-31 11:02:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:14', NULL, NULL, 5360, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394933924.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4e71ed24cc945f6b5662807117c30e5', 1, '2024-07-31 11:02:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:14', NULL, NULL, 5361, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394934130.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd0e8164238884b988931e65bb289907c', 1, '2024-07-31 11:02:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:14', NULL, NULL, 5362, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394934339.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19cf7af7f62944bfbd2c2d5900203d8d', 1, '2024-07-31 11:02:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:15', NULL, NULL, 5363, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394934524.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bbbe66a1f5a94b6daa6b489e1261b3ca', 1, '2024-07-31 11:02:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:15', NULL, NULL, 5364, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394934745.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '42022b4a3e6d474f83bd73ae3e3962a1', 1, '2024-07-31 11:02:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:15', NULL, NULL, 5365, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394934950.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '438b38b0ec75497c88b0afc31781a33d', 1, '2024-07-31 11:02:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:15', NULL, NULL, 5366, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394935155.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d5eca0f1c87455bb62ba15a54d48498', 1, '2024-07-31 11:02:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:15', NULL, NULL, 5367, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394935397.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60c13e7888044fb2996342e905e29d53', 1, '2024-07-31 11:02:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:16', NULL, NULL, 5368, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394935637.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1245c6efe5a74254ab1d895cb968a003', 1, '2024-07-31 11:02:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:16', NULL, NULL, 5369, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394935824.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d4c026f707548fb9bac9c3d099567b8', 1, '2024-07-31 11:02:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:16', NULL, NULL, 5370, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394935994.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7cb331901d954d52a73d68d0be0cdf67', 1, '2024-07-31 11:02:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:16', NULL, NULL, 5371, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394936236.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5656ad817a224c49ab431e33d72c69be', 1, '2024-07-31 11:02:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:17', NULL, NULL, 5372, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394936441.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '15d0dde26d65429ca3c41ae1c8366cac', 1, '2024-07-31 11:02:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:17', NULL, NULL, 5373, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394936642.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd0ed627b38094a07b80c497065465ff7', 1, '2024-07-31 11:02:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:17', NULL, NULL, 5374, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394936800.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd24b31276234ca5a899d86002fd3578', 1, '2024-07-31 11:02:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:17', NULL, NULL, 5375, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394937021.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f0a4a048504b4292a15ef232fd70776c', 1, '2024-07-31 11:02:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:17', NULL, NULL, 5376, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394937226.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '32e3b1e15eec4ce998249e2cc55c05d9', 1, '2024-07-31 11:02:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:17', NULL, NULL, 5377, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394937416.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '89505bf5f6a94e90984c9f05bcf0a797', 1, '2024-07-31 11:02:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:18', NULL, NULL, 5378, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394937631.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '53626213d9c844a688144d662cdc48c9', 1, '2024-07-31 11:02:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:18', NULL, NULL, 5379, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394937826.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4d58ee309d404e68a5667741910521fe', 1, '2024-07-31 11:02:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:18', NULL, NULL, 5380, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394938036.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7ee06d0784f144839d9a8798937fc04c', 1, '2024-07-31 11:02:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:18', NULL, NULL, 5381, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394938253.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '797e7c1008c64fa9b69f3dba65338743', 1, '2024-07-31 11:02:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:19', NULL, NULL, 5382, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394938531.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '20418d60c81f4777adf2b708e1485f5b', 1, '2024-07-31 11:02:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:19', NULL, NULL, 5383, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394938758.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2e07c8c1d23641efb831367a19c18ab6', 1, '2024-07-31 11:02:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:19', NULL, NULL, 5384, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394938984.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c4c71e72a054207a3991c725ebea991', 1, '2024-07-31 11:02:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:19', NULL, NULL, 5385, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394939189.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df455d78deea4bcf89a8e66115646203', 1, '2024-07-31 11:02:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:20', NULL, NULL, 5386, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394939394.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c26ebcdaf9db4dda82dc4232c79aee70', 1, '2024-07-31 11:02:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:20', NULL, NULL, 5387, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394939611.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a379181f509f45da8a73e8ef0684323c', 1, '2024-07-31 11:02:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:20', NULL, NULL, 5388, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394939864.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71e1b31439df49a6a353977bfdc94073', 1, '2024-07-31 11:02:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:20', NULL, NULL, 5389, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394940230.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86122ce05de748d7993e19f12dd8df2b', 1, '2024-07-31 11:02:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:21', NULL, NULL, 5390, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394940464.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91e3ea376eb342dc8fae6ffc38a2d033', 1, '2024-07-31 11:02:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:21', NULL, NULL, 5391, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394940870.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bd8bc4738fc242338eb452dbba509272', 1, '2024-07-31 11:02:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:21', NULL, NULL, 5392, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394941050.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b49d63d7eb06417385f63361364dddd0', 1, '2024-07-31 11:02:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:21', NULL, NULL, 5393, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394941246.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '020b14caebca4e7dbd4e44f557f932d3', 1, '2024-07-31 11:02:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:22', NULL, NULL, 5394, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394941445.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74d2897bf8054b07afc4ecc3545c61ac', 1, '2024-07-31 11:02:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:22', NULL, NULL, 5395, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394941666.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48fed860c4a14f2d94ac5d2cac9d7a19', 1, '2024-07-31 11:02:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:22', NULL, NULL, 5396, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394941893.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9515974ce63c447884ab1de7ea9bfca1', 1, '2024-07-31 11:02:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:22', NULL, NULL, 5397, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394942093.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc582fb5e53442d79eb0de2efe8afdba', 1, '2024-07-31 11:02:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:22', NULL, NULL, 5398, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394942288.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e2493ccc86bd4e4794329715c4a496fc', 1, '2024-07-31 11:02:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:23', NULL, NULL, 5399, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394942476.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b1945f4f61a6426b9de418b2ca667be6', 1, '2024-07-31 11:02:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:23', NULL, NULL, 5400, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394942661.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f71983b53aed466e8754fd9c0b338d20', 1, '2024-07-31 11:02:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:23', NULL, NULL, 5401, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394942839.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18ddb79abadc4b71922d20a8a8c87992', 1, '2024-07-31 11:02:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:23', NULL, NULL, 5402, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394943026.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d9d86f8d6584fd181cf951fbf3ee619', 1, '2024-07-31 11:02:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:23', NULL, NULL, 5403, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394943214.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a75fee3e507e47e4a81ddd2079937600', 1, '2024-07-31 11:02:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:24', NULL, NULL, 5404, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394943450.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cce83bee6028408484588dd546d0b27c', 1, '2024-07-31 11:02:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:24', NULL, NULL, 5405, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394943691.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5798f6efb3df4fc7b6f79838858ebe52', 1, '2024-07-31 11:02:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:24', NULL, NULL, 5406, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394943948.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b2ef8efecb54451817fc6ea5d92a7ef', 1, '2024-07-31 11:02:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:24', NULL, NULL, 5407, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394944129.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '063e0b78a3794995a3b997c7b0aeef9b', 1, '2024-07-31 11:02:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:24', NULL, NULL, 5408, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394944303.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6de6269c1a14de993aa7b496f143ed2', 1, '2024-07-31 11:02:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:25', NULL, NULL, 5409, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394944524.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23ece8f12c64491394894a2544e26e9b', 1, '2024-07-31 11:02:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:25', NULL, NULL, 5410, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394944919.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f809d285bc4e4de089b8ca3ea7379a04', 1, '2024-07-31 11:02:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:25', NULL, NULL, 5411, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394945164.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0884eba1044e4572a9e124d49b22f033', 1, '2024-07-31 11:02:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:25', NULL, NULL, 5412, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394945367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3c35d4bf8ede46e38c2048ab4ee69a78', 1, '2024-07-31 11:02:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:26', NULL, NULL, 5413, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394945600.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2892edbccde41c4af0ffee0b67b45f1', 1, '2024-07-31 11:02:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:26', NULL, NULL, 5414, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394945772.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '07c56748bf3c492b88f47512f85d7b1c', 1, '2024-07-31 11:02:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:26', NULL, NULL, 5415, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394946002.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3dd9d6a7b57845b18e5326dee0afc5ce', 1, '2024-07-31 11:02:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:26', NULL, NULL, 5416, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394946247.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a724ae4f6a674d7f8ff635f4834704db', 1, '2024-07-31 11:02:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:27', NULL, NULL, 5417, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394946491.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35ce58b62b9c4e9da60a607cb5e3af15', 1, '2024-07-31 11:02:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:27', NULL, NULL, 5418, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394946747.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c4810a4f4b74419a802b439ec7fa7e74', 1, '2024-07-31 11:02:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:27', NULL, NULL, 5419, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394947036.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0016ace7f31c460397234b12dd5c7b3f', 1, '2024-07-31 11:02:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:27', NULL, NULL, 5420, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394947293.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4bb9c2301c3f43dea2e3bc0f5146116f', 1, '2024-07-31 11:02:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:28', NULL, NULL, 5421, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394947481.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c27c1015ce147ac86a9e86f8c47abaf', 1, '2024-07-31 11:02:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:28', NULL, NULL, 5422, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394947751.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b3138ca04ed34ac2800893be326b0b2a', 1, '2024-07-31 11:02:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:28', NULL, NULL, 5423, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394947954.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29a59c2a042e466db1c7c46868397ffd', 1, '2024-07-31 11:02:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:28', NULL, NULL, 5424, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394948159.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c5183eeaba8469d84f2d1443e147950', 1, '2024-07-31 11:02:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:28', NULL, NULL, 5425, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394948364.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f95d93d5c2db4528b3d2f1b1e3071482', 1, '2024-07-31 11:02:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:29', NULL, NULL, 5426, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394948567.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd8378656fdea4111a40a631b2026229a', 1, '2024-07-31 11:02:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:29', NULL, NULL, 5427, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394948891.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '493026a0fee348d19a98d9e75abca427', 1, '2024-07-31 11:02:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:29', NULL, NULL, 5428, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394949097.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '672a8efd8bbf4791afd8c3d1f4f302c1', 1, '2024-07-31 11:02:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:29', NULL, NULL, 5429, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394949275.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9cb95b61ddf3403bb44579f169f0bc4f', 1, '2024-07-31 11:02:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:30', NULL, NULL, 5430, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394949490.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '792aaa7da56a413d8a4f2fdeb189925b', 1, '2024-07-31 11:02:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:30', NULL, NULL, 5431, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394949672.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '298c67888455440b99267ea38967617c', 1, '2024-07-31 11:02:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:30', NULL, NULL, 5432, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394949876.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '87e8dcceeac74b71bbc151ed00794b78', 1, '2024-07-31 11:02:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:30', NULL, NULL, 5433, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394950077.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '57e088387f7f44ea978b59c8b6c5f854', 1, '2024-07-31 11:02:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:30', NULL, NULL, 5434, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394950302.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b171b169467d49888b420359a56f6b02', 1, '2024-07-31 11:02:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:31', NULL, NULL, 5435, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394950519.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e45f597a11cc487589dd025589cd5bb8', 1, '2024-07-31 11:02:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:31', NULL, NULL, 5436, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394950809.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b9a0d95f52c84c6dbad70935ca6731b6', 1, '2024-07-31 11:02:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:31', NULL, NULL, 5437, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394951002.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a00b0bef1e0e46f194028cd06a755120', 1, '2024-07-31 11:02:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:31', NULL, NULL, 5438, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394951187.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '37d20ab76eb64b0aa687e6abbd42b005', 1, '2024-07-31 11:02:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:31', NULL, NULL, 5439, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394951376.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ae38e3ee6e194535b3726f434b737807', 1, '2024-07-31 11:02:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:32', NULL, NULL, 5440, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394951583.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a9ef20a585343c996d22b08661520f4', 1, '2024-07-31 11:02:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:32', NULL, NULL, 5441, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394951784.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48c52354145b467faca06e5f2d5717f3', 1, '2024-07-31 11:02:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:32', NULL, NULL, 5442, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394951989.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '675cde8902fa4fdd840842c6c52f0559', 1, '2024-07-31 11:02:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:32', NULL, NULL, 5443, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394952208.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78040392446b468584eae7601c93c9f0', 1, '2024-07-31 11:02:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:32', NULL, NULL, 5444, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394952413.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd60c969ff6ff40caa3040497306dff10', 1, '2024-07-31 11:02:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:33', NULL, NULL, 5445, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394952620.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5a9b2719791d4e90a08d9d7ff01be284', 1, '2024-07-31 11:02:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:33', NULL, NULL, 5446, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394952841.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '10924fc96b374a22b031b536f6a35dda', 1, '2024-07-31 11:02:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:33', NULL, NULL, 5447, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394953044.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ce4cf1c84b3402f95ce407ead842cd7', 1, '2024-07-31 11:02:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:33', NULL, NULL, 5448, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394953232.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e9d8ff65060844c18e77ae2af522adec', 1, '2024-07-31 11:02:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:34', NULL, NULL, 5449, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394953436.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93c7cbddf95746e6897487396462fe98', 1, '2024-07-31 11:02:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:34', NULL, NULL, 5450, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394953655.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d9c51f217ee43fc814e973e0651de6c', 1, '2024-07-31 11:02:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:34', NULL, NULL, 5451, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394953891.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3849ce0be0124ba8bbda882560c8cce4', 1, '2024-07-31 11:02:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:34', NULL, NULL, 5452, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394954079.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f36e64d4e2444f1b39dff48361a6d14', 1, '2024-07-31 11:02:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:34', NULL, NULL, 5453, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394954299.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b66b22c83a24490a8ba598abd2680527', 1, '2024-07-31 11:02:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:35', NULL, NULL, 5454, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394954503.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '007672436aa14e12b939321fef3653e6', 1, '2024-07-31 11:02:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:35', NULL, NULL, 5455, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394954692.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9ae854e6182d47d68ef6731264a3046b', 1, '2024-07-31 11:02:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:35', NULL, NULL, 5456, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394954927.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cb9b731fd7fa40c2b192413b7231fc18', 1, '2024-07-31 11:02:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:35', NULL, NULL, 5457, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394955140.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b7901c93ac446cbbfa29cc88292e615', 1, '2024-07-31 11:02:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:35', NULL, NULL, 5458, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394955333.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cdc0718675a349f8bcd489afd30983c6', 1, '2024-07-31 11:02:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:36', NULL, NULL, 5459, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394955540.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24acf8ab610148c09fd8ced1dce0ee35', 1, '2024-07-31 11:02:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:36', NULL, NULL, 5460, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394955788.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e65fab298a5845299297d045148c2e3b', 1, '2024-07-31 11:02:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:36', NULL, NULL, 5461, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394955975.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ee6d267626744fb94830f5df3d7d874', 1, '2024-07-31 11:02:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:36', NULL, NULL, 5462, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394956196.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5d2d3cd256e4e608af0080876c8cb24', 1, '2024-07-31 11:02:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:37', NULL, NULL, 5463, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394956423.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '367fd4ddc3cd4aeba53f0ab28ac19bc7', 1, '2024-07-31 11:02:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:37', NULL, NULL, 5464, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394956678.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17e63ad15eef4cd983c80e4989da7784', 1, '2024-07-31 11:02:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:37', NULL, NULL, 5465, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394956931.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a9ebd73b445b43a090a1242220a94ae6', 1, '2024-07-31 11:02:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:37', NULL, NULL, 5466, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394957099.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e23ebc1cdda2439fb56ea73f928a8614', 1, '2024-07-31 11:02:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:37', NULL, NULL, 5467, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394957277.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad471383ffd24937aefe52a3015b6052', 1, '2024-07-31 11:02:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:38', NULL, NULL, 5468, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394957482.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3c129cfa5a5d4528985a27f4e1697abc', 1, '2024-07-31 11:02:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:38', NULL, NULL, 5469, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394957669.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1d2650b4c8bc4b8dbbd0b04f67a4f74b', 1, '2024-07-31 11:02:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:38', NULL, NULL, 5470, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394957891.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a421377984fc44b8b3ef085028814b07', 1, '2024-07-31 11:02:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:38', NULL, NULL, 5471, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394958112.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '116ad04e9abb4f5d86f1a4726ecebb7f', 1, '2024-07-31 11:02:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:38', NULL, NULL, 5472, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394958300.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e74b8910af114761a084c49a4f4621e9', 1, '2024-07-31 11:02:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:39', NULL, NULL, 5473, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394958506.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '22ae4e0b840f44ef9055a533cd2bf7e6', 1, '2024-07-31 11:02:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:39', NULL, NULL, 5474, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394958693.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e23f86e3bda04e67b7b70d94fb5d3a65', 1, '2024-07-31 11:02:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:39', NULL, NULL, 5475, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394958954.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ef73c4c0e7c4cc8a024739d27dd9971', 1, '2024-07-31 11:02:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:39', NULL, NULL, 5476, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394959132.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fe56743b2d734822b4b817b2ca44d921', 1, '2024-07-31 11:02:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:39', NULL, NULL, 5477, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394959350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c23592815094907b7b8a74b5a46c275', 1, '2024-07-31 11:02:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:40', NULL, NULL, 5478, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394959553.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ffb23431011b496baef2399c578fbd40', 1, '2024-07-31 11:02:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:40', NULL, NULL, 5479, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394959742.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b69699cae444be19449321f35142f8e', 1, '2024-07-31 11:02:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:40', NULL, NULL, 5480, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394959975.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7158947691404f778463d4c95ea3d055', 1, '2024-07-31 11:02:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:40', NULL, NULL, 5481, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394960164.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1cc5ddf8d4e0428ba8761ab99b430b87', 1, '2024-07-31 11:02:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:40', NULL, NULL, 5482, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394960366.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8eaa89b1503441bea5ef41ee6fc9c4c8', 1, '2024-07-31 11:02:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:41', NULL, NULL, 5483, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394960550.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '84c3f9875cf943009ef64725a22d95a2', 1, '2024-07-31 11:02:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:41', NULL, NULL, 5484, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394960737.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4fa35cffe0984a5ba5ebf56848f7d4a8', 1, '2024-07-31 11:02:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:41', NULL, NULL, 5485, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394960942.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b9a3ed66e775425ca8a014ed7e62313a', 1, '2024-07-31 11:02:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:41', NULL, NULL, 5486, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394961131.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad02830ede094fafaa33c14569158f4f', 1, '2024-07-31 11:02:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:41', NULL, NULL, 5487, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394961318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fc91061d72a640fd839ab20ba60decf8', 1, '2024-07-31 11:02:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:42', NULL, NULL, 5488, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394961585.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5043f47a407849b3b9f4b004c7e9c67a', 1, '2024-07-31 11:02:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:42', NULL, NULL, 5489, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394961801.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e30a6e12d1204dd087fda6b376b46b39', 1, '2024-07-31 11:02:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:42', NULL, NULL, 5490, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394962038.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '255410ec8ebe4991b08aea5973f8c1c8', 1, '2024-07-31 11:02:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:42', NULL, NULL, 5491, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394962274.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '960e82b415ef412a926cf382bc96d392', 1, '2024-07-31 11:02:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:43', NULL, NULL, 5492, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394962477.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b0839df2a594d4b872bc3e69b9b7290', 1, '2024-07-31 11:02:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:43', NULL, NULL, 5493, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394962745.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f9d27a9516bb4700a81820d326d0db68', 1, '2024-07-31 11:02:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:43', NULL, NULL, 5494, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394962915.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '475bc3c02bb445ac9ae7390f136d5b5f', 1, '2024-07-31 11:02:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:43', NULL, NULL, 5495, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394963119.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7156bbac20374adab6863f49e00d5b4a', 1, '2024-07-31 11:02:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:43', NULL, NULL, 5496, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394963336.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31def4d8d59e436e9e1914fe3de0c358', 1, '2024-07-31 11:02:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:44', NULL, NULL, 5497, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394963539.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f55861e53614947a8a1f07f74bf0df4', 1, '2024-07-31 11:02:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:44', NULL, NULL, 5498, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394963838.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e76039ec6b74f3fb112ab0999eb4053', 1, '2024-07-31 11:02:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:44', NULL, NULL, 5499, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394964039.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40fc9a1986734af28105ca523ed92cbf', 1, '2024-07-31 11:02:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:44', NULL, NULL, 5500, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394964213.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8b956fde8d544288b1ffaf2608746f61', 1, '2024-07-31 11:02:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:44', NULL, NULL, 5501, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394964404.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df603088514848c0a971b96db023a4c7', 1, '2024-07-31 11:02:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:45', NULL, NULL, 5502, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394964625.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '96da57824d9842079c20163b46630012', 1, '2024-07-31 11:02:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:45', NULL, NULL, 5503, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394964910.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '073e885558b042d391a9071fc5771fa6', 1, '2024-07-31 11:02:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:45', NULL, NULL, 5504, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394965114.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '201056d415a84a05ad4360e07166a956', 1, '2024-07-31 11:02:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:45', NULL, NULL, 5505, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394965285.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c08868824f2140dda1b9a4b694234dbd', 1, '2024-07-31 11:02:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:46', NULL, NULL, 5506, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394965475.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e440476211a14b6d807db318e2650e5d', 1, '2024-07-31 11:02:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:46', NULL, NULL, 5507, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394965685.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f1edc642c5b346d0b9f209cec5f0d2b8', 1, '2024-07-31 11:02:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:46', NULL, NULL, 5508, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394965996.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b8fc20efc0304d4ba3655fc62ef69cbc', 1, '2024-07-31 11:02:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:46', NULL, NULL, 5509, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394966169.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '79102672e1dd480c9b6c36401805e1b0', 1, '2024-07-31 11:02:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:46', NULL, NULL, 5510, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394966387.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d71b6463be44b029d10bf4a4c160f10', 1, '2024-07-31 11:02:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:47', NULL, NULL, 5511, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394966575.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a876341e01c4e4dba9a397226f94669', 1, '2024-07-31 11:02:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:47', NULL, NULL, 5512, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394966746.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fc51147d646844f89bc4e932902fcc88', 1, '2024-07-31 11:02:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:47', NULL, NULL, 5513, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394967032.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a8a8b51a1974284b78dbbd3e2b202da', 1, '2024-07-31 11:02:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:47', NULL, NULL, 5514, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394967221.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '75cabfad1e5d4c5b9c2891117d5b1b06', 1, '2024-07-31 11:02:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:48', NULL, NULL, 5515, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394967440.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '650c0b4425bb44bdb82b31467f30636d', 1, '2024-07-31 11:02:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:48', NULL, NULL, 5516, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394967626.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '284180096bf748d19d27d54021da336a', 1, '2024-07-31 11:02:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:48', NULL, NULL, 5517, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394967819.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a46340552c4c4157be6f16fba4a06abe', 1, '2024-07-31 11:02:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:48', NULL, NULL, 5518, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394968008.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c3fc15e109484bf89c2846fa31ef3e5f', 1, '2024-07-31 11:02:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:48', NULL, NULL, 5519, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394968290.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be8f24485e0d43a68d404afbf1a8f8fc', 1, '2024-07-31 11:02:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:49', NULL, NULL, 5520, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394968511.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4293e66611c148b1ab8de600bfaec8df', 1, '2024-07-31 11:02:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:49', NULL, NULL, 5521, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394968698.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6898029023284b29bb63309442d55e40', 1, '2024-07-31 11:02:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:49', NULL, NULL, 5522, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394968888.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a3566a696b14cbbaca661add10c1c8f', 1, '2024-07-31 11:02:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:49', NULL, NULL, 5523, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394969091.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '659c15ca1cac417d9a7965d941489014', 1, '2024-07-31 11:02:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:49', NULL, NULL, 5524, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394969343.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c42cfad4d2a2415b96df262632e329a8', 1, '2024-07-31 11:02:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:50', NULL, NULL, 5525, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394969561.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4176f3a4e1e545689e441769fb74a72a', 1, '2024-07-31 11:02:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:50', NULL, NULL, 5526, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394969764.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dda5db4c63b6461592b3b5f1a82e2267', 1, '2024-07-31 11:02:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:50', NULL, NULL, 5527, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394969968.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c76ee02722014941ba40bcaf701a6eec', 1, '2024-07-31 11:02:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:50', NULL, NULL, 5528, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394970212.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c27f8f7302534a63aa8a0c8bd739ac8e', 1, '2024-07-31 11:02:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:51', NULL, NULL, 5529, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394970508.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '075bb3ee95d64ad5844857efa1fd6218', 1, '2024-07-31 11:02:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:51', NULL, NULL, 5530, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394970711.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df2aba6a0e964e7990b8ab7084191008', 1, '2024-07-31 11:02:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:51', NULL, NULL, 5531, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394970907.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9ae7f9e95083403c8fcf6a3a7c853db5', 1, '2024-07-31 11:02:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:51', NULL, NULL, 5532, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394971096.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd09b7c31fccc46f0941754a01a623d50', 1, '2024-07-31 11:02:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:51', NULL, NULL, 5533, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394971288.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '301a361b7ba4495ba94c5af5ff0ad034', 1, '2024-07-31 11:02:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:52', NULL, NULL, 5534, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394971458.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '16b9d649a24b458ca3d8b6f567ce04a4', 1, '2024-07-31 11:02:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:52', NULL, NULL, 5535, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394971741.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '92c9611ace66470fb89a4cb8388886d4', 1, '2024-07-31 11:02:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:52', NULL, NULL, 5536, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394971960.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'abe6ac586e23443da30cb432514ac15c', 1, '2024-07-31 11:02:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:52', NULL, NULL, 5537, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394972134.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a03623470abe4c30ab00331111b52ddb', 1, '2024-07-31 11:02:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:52', NULL, NULL, 5538, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394972326.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a38eabe0495f4aeeac1c9535b292702a', 1, '2024-07-31 11:02:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:53', NULL, NULL, 5539, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394972509.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fb14876cf2af4fe0aa55cfeecbcabb48', 1, '2024-07-31 11:02:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:53', NULL, NULL, 5540, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394972791.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ddcb7b2dab284fb58d682512a214d458', 1, '2024-07-31 11:02:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:53', NULL, NULL, 5541, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394973026.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e719c2e26786435fa550f510b8eb8d25', 1, '2024-07-31 11:02:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:53', NULL, NULL, 5542, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394973243.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '47cd0b54d5534d0bb846a3f3d2d91971', 1, '2024-07-31 11:02:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:54', NULL, NULL, 5543, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394973479.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ea83409ded094d29a083452a3e5723b2', 1, '2024-07-31 11:02:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:54', NULL, NULL, 5544, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394973715.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2635108783aa4ff4ae1eff9b9cb2c004', 1, '2024-07-31 11:02:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:54', NULL, NULL, 5545, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394974077.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f69b0cba7c524ee1a10d3a4fa9f365f6', 1, '2024-07-31 11:02:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:54', NULL, NULL, 5546, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394974283.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2292efdb366487b904462b39f0c11b4', 1, '2024-07-31 11:02:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:55', NULL, NULL, 5547, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394974485.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ef987fc98d8140639023866cb0572e66', 1, '2024-07-31 11:02:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:55', NULL, NULL, 5548, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394974712.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b87f8449df046079530fcb07750a833', 1, '2024-07-31 11:02:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:55', NULL, NULL, 5549, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394974918.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '26a9fb3c37c644388021c9ea4c91cdbb', 1, '2024-07-31 11:02:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:55', NULL, NULL, 5550, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394975167.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52400d4670bf4b8fb1ae2fc9b8984724', 1, '2024-07-31 11:02:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:55', NULL, NULL, 5551, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394975354.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ffc35b185a00493c9701d68e24fa75f9', 1, '2024-07-31 11:02:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:56', NULL, NULL, 5552, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394975565.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e2e516e79f404a41805c23dc6af82b73', 1, '2024-07-31 11:02:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:56', NULL, NULL, 5553, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394975779.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f8c33e557dc433dbd9dfa557a7b1c85', 1, '2024-07-31 11:02:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:56', NULL, NULL, 5554, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394975999.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3681aae9af1b4113abc7d04a608efcc1', 1, '2024-07-31 11:02:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:56', NULL, NULL, 5555, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394976265.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7c6be3b1819f40678c9e14032c0de06c', 1, '2024-07-31 11:02:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:57', NULL, NULL, 5556, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394976442.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '597f483cb1a847dcb5ef9136c3735929', 1, '2024-07-31 11:02:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:57', NULL, NULL, 5557, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394976706.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a63dcfaf667d4eeab82bdbc8fea7bb6d', 1, '2024-07-31 11:02:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:57', NULL, NULL, 5558, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394976893.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3c0781ce87d2438ca0eb5ad8c2d205d4', 1, '2024-07-31 11:02:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:57', NULL, NULL, 5559, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394977132.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '322b7b47144845c2b92ef1ddf99d8f7e', 1, '2024-07-31 11:02:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:57', NULL, NULL, 5560, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394977380.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91d518ac4cae4819a8b2f68307ee53f5', 1, '2024-07-31 11:02:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:58', NULL, NULL, 5561, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394977633.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab2a37966159445b9b342a9be748a350', 1, '2024-07-31 11:02:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:58', NULL, NULL, 5562, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394977849.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f3064ade9434ff9bbf42ac475e08b4c', 1, '2024-07-31 11:02:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:58', NULL, NULL, 5563, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394978149.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a7db42b9f4743deaaa43132687ca28d', 1, '2024-07-31 11:02:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:59', NULL, NULL, 5564, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394978429.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '194cdff8ab0848a8ac7813be7222b49a', 1, '2024-07-31 11:02:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:59', NULL, NULL, 5565, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394978699.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b922e6cb8fe48e5af8dfe8e620798b8', 1, '2024-07-31 11:02:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:59', NULL, NULL, 5566, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394978966.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a9de52f63ee44634a6c1fcdf3618c0ba', 1, '2024-07-31 11:02:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:02:59', NULL, NULL, 5567, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394979233.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18cd9ebb25d5426f9fae5ecbc1897ee0', 1, '2024-07-31 11:02:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:00', NULL, NULL, 5568, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394979533.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2fc29942e131406f8df2e0fbaee407b2', 1, '2024-07-31 11:03:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:00', NULL, NULL, 5569, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394979832.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0318501e23c74679b509a81a34b277ab', 1, '2024-07-31 11:03:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:00', NULL, NULL, 5570, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394980129.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b19b6f29bcfa4380bd259c64c2e44586', 1, '2024-07-31 11:03:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:00', NULL, NULL, 5571, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394980411.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c9ce1078dd140d3936f58afe61635dd', 1, '2024-07-31 11:03:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:01', NULL, NULL, 5572, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394980690.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b62accf7a99e4501adda5d6fc04f08e9', 1, '2024-07-31 11:03:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:01', NULL, NULL, 5573, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394980911.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2eadad0458fb4b17afac9b435bcb21ba', 1, '2024-07-31 11:03:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:01', NULL, NULL, 5574, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394981138.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0dfcddb2a524c78b80bbe2a79898225', 1, '2024-07-31 11:03:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:01', NULL, NULL, 5575, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394981353.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2efe3fc1d2bf44b59c8acf035b8c4785', 1, '2024-07-31 11:03:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:02', NULL, NULL, 5576, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394981600.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cd72125592b44f7494af392fd02556bb', 1, '2024-07-31 11:03:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:02', NULL, NULL, 5577, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394981820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7126268dd35b4027bcbac811affc34f0', 1, '2024-07-31 11:03:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:02', NULL, NULL, 5578, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394982024.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3747af2ca6054b5daf8cfd8f91da8b2b', 1, '2024-07-31 11:03:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:02', NULL, NULL, 5579, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394982233.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '20cdcd96c1724d7a8abcde7ce6eccebd', 1, '2024-07-31 11:03:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:03', NULL, NULL, 5580, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394982419.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b400262065b424fb32df6ec0e46e753', 1, '2024-07-31 11:03:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:03', NULL, NULL, 5581, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394982638.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6c087bd26a5b4d1d88c2e0769ec49604', 1, '2024-07-31 11:03:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:03', NULL, NULL, 5582, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394982839.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c53feb575c904165ad48bf488df7a48f', 1, '2024-07-31 11:03:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:03', NULL, NULL, 5583, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394983076.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9438106465f741b3a7ee31d52ccac032', 1, '2024-07-31 11:03:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:03', NULL, NULL, 5584, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394983327.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cbffcb99e10b4f949218b17d045d2334', 1, '2024-07-31 11:03:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:04', NULL, NULL, 5585, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394983516.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b12e25c64748418cb6fd742a5928ab15', 1, '2024-07-31 11:03:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:04', NULL, NULL, 5586, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394983737.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '273821f8f72a443597567587add68a21', 1, '2024-07-31 11:03:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:04', NULL, NULL, 5587, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394983957.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6b45d1ec57944a65a3b2f345a5b04e45', 1, '2024-07-31 11:03:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:04', NULL, NULL, 5588, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394984160.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7751e214f0b946a3ad4b040234cb7e42', 1, '2024-07-31 11:03:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:04', NULL, NULL, 5589, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394984348.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf02f352733747709d6ffdc3aef1f852', 1, '2024-07-31 11:03:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:05', NULL, NULL, 5590, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394984537.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71b73dbddaf04c8c861b31795732ebca', 1, '2024-07-31 11:03:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:05', NULL, NULL, 5591, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394984741.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2ce7069ac7146da849cce72af859880', 1, '2024-07-31 11:03:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:05', NULL, NULL, 5592, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394984944.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9fd0d65f4153451aa35328d758d86207', 1, '2024-07-31 11:03:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:05', NULL, NULL, 5593, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394985101.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9fad2dfea3f44802a935471f9c74e87b', 1, '2024-07-31 11:03:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:05', NULL, NULL, 5594, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394985272.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b2a96c51a90b4a9facbd23926135b4d2', 1, '2024-07-31 11:03:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:06', NULL, NULL, 5595, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394985458.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e05008896a864464819bc6d983a0e697', 1, '2024-07-31 11:03:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:06', NULL, NULL, 5596, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394985646.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '125725cd63044ff5bea775a8b140a89d', 1, '2024-07-31 11:03:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:06', NULL, NULL, 5597, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394985835.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3cfb6bff04c74378ac640608cca850a7', 1, '2024-07-31 11:03:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:06', NULL, NULL, 5598, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394986053.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f38442e87bd487fb22ae237a7fe3554', 1, '2024-07-31 11:03:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:06', NULL, NULL, 5599, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394986273.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3030d219416048c29e829e6e08a09406', 1, '2024-07-31 11:03:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:07', NULL, NULL, 5600, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394986472.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '791776d95787467380f7a652cbc59a62', 1, '2024-07-31 11:03:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:07', NULL, NULL, 5601, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394986691.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '82bcfbd5c5f94367bcdb8b6902a524ad', 1, '2024-07-31 11:03:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:07', NULL, NULL, 5602, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394987108.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd335bc4921bd4397be9e56c61569b3ce', 1, '2024-07-31 11:03:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:07', NULL, NULL, 5603, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394987345.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3534212add2428a85782b930503b050', 1, '2024-07-31 11:03:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:08', NULL, NULL, 5604, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394987610.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e523bc25af84514a00dcddff3dd5fc9', 1, '2024-07-31 11:03:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:08', NULL, NULL, 5605, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394987816.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd39757f69aca4817a538523d6993c110', 1, '2024-07-31 11:03:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:08', NULL, NULL, 5606, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394987973.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ccfe45ee55f4693ae1a3ded6f64b0a7', 1, '2024-07-31 11:03:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:08', NULL, NULL, 5607, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394988177.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dbbb90c0e2264f70ac49621df2c694eb', 1, '2024-07-31 11:03:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:09', NULL, NULL, 5608, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394988428.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '16c51a5a9e04435583a0c7da687deecf', 1, '2024-07-31 11:03:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:09', NULL, NULL, 5609, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394988647.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4dc2968ccd29412389ce3b8fc27b0cd0', 1, '2024-07-31 11:03:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:09', NULL, NULL, 5610, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394988820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '15f2b55e4b7d46738acc17251e99e0c8', 1, '2024-07-31 11:03:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:09', NULL, NULL, 5611, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394989008.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c9791c6da714852919ebccaec0dcbb9', 1, '2024-07-31 11:03:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:09', NULL, NULL, 5612, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394989180.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '890ba9b7112d4dd3bf55eb147cde4a6b', 1, '2024-07-31 11:03:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:09', NULL, NULL, 5613, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394989384.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8352f3b3f9d044978b0b0b76848aa504', 1, '2024-07-31 11:03:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:10', NULL, NULL, 5614, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394989606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55759448aebc4037af847da2acdc0e89', 1, '2024-07-31 11:03:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:10', NULL, NULL, 5615, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394989829.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '360ae5b25a284041b87c922903d16a93', 1, '2024-07-31 11:03:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:10', NULL, NULL, 5616, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394990049.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d9f3b487c4f4f7596ba685dbe6ea13f', 1, '2024-07-31 11:03:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:10', NULL, NULL, 5617, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394990256.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0dcc281835e14b5e9a6a4409e54cf70b', 1, '2024-07-31 11:03:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:11', NULL, NULL, 5618, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394990460.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd4209b969824fef831271aaa2d34056', 1, '2024-07-31 11:03:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:11', NULL, NULL, 5619, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394990663.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c787526bf5754a6ba7f1312652be2eea', 1, '2024-07-31 11:03:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:11', NULL, NULL, 5620, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394990835.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4cd15e3a5d984fce89aac9175ffcefd0', 1, '2024-07-31 11:03:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:11', NULL, NULL, 5621, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394991041.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db73e94f2e5542f880f7e666e510e2a7', 1, '2024-07-31 11:03:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:11', NULL, NULL, 5622, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394991228.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f706b7c9f7a54089a76a0a742f527045', 1, '2024-07-31 11:03:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:12', NULL, NULL, 5623, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394991416.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd57f5a6754e3440a9a3c50bc0ab3f272', 1, '2024-07-31 11:03:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:12', NULL, NULL, 5624, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394991603.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f493a1e899d43459fa06cd54f16e303', 1, '2024-07-31 11:03:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:12', NULL, NULL, 5625, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394991810.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2eebc6be8d204e438bf6d8f064d69e50', 1, '2024-07-31 11:03:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:12', NULL, NULL, 5626, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394992030.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a222d252b5184f69994715809e2e0d98', 1, '2024-07-31 11:03:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:12', NULL, NULL, 5627, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394992229.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3964f3bd670b4f079bfe4bf784110979', 1, '2024-07-31 11:03:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:13', NULL, NULL, 5628, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394992482.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55c2fc52e8124824b6caf82d2d3f332c', 1, '2024-07-31 11:03:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:13', NULL, NULL, 5629, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394992692.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '83941497a48946d88a2313fb3136c020', 1, '2024-07-31 11:03:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:13', NULL, NULL, 5630, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394992895.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab057083ede64dde8652ad54c78da10e', 1, '2024-07-31 11:03:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:13', NULL, NULL, 5631, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394993129.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2e83a03f91204550a22101eab5e9886e', 1, '2024-07-31 11:03:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:13', NULL, NULL, 5632, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394993351.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4d00b784bdf49488d9250bc1c011653', 1, '2024-07-31 11:03:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:14', NULL, NULL, 5633, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394993585.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd80924c74bc043f6808cc31c78d7a252', 1, '2024-07-31 11:03:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:14', NULL, NULL, 5634, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394993759.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b87dc148a4224223b21c4f93cba813a3', 1, '2024-07-31 11:03:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:14', NULL, NULL, 5635, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394993947.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7fc7e388faf84aaba512dc6207dd14cd', 1, '2024-07-31 11:03:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:14', NULL, NULL, 5636, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394994170.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f77bea800aaa46aea069c2d21107e10e', 1, '2024-07-31 11:03:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:15', NULL, NULL, 5637, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394994419.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c481e2182cae4448b7fb5c640fba8eb0', 1, '2024-07-31 11:03:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:15', NULL, NULL, 5638, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394994631.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '67045b522b44440482f419c8e3563201', 1, '2024-07-31 11:03:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:15', NULL, NULL, 5639, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394994868.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '08af54016f9f40e7afa1d4d12f441a27', 1, '2024-07-31 11:03:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:15', NULL, NULL, 5640, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394995135.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6cd44a3f67d346a8a1f04a0237b28a38', 1, '2024-07-31 11:03:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:15', NULL, NULL, 5641, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394995339.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e93efb44e446484982a99703a591c998', 1, '2024-07-31 11:03:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:16', NULL, NULL, 5642, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394995528.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7c72cad83a114371b6110c2e82f2ca31', 1, '2024-07-31 11:03:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:16', NULL, NULL, 5643, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394995796.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c347279c97b548178a8afb84f0c02c53', 1, '2024-07-31 11:03:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:16', NULL, NULL, 5644, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394996000.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '77619a0b491f444ca8dae56db317d9c1', 1, '2024-07-31 11:03:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:16', NULL, NULL, 5645, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394996206.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '929ef1cf1f214453aef57635e5d06136', 1, '2024-07-31 11:03:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:17', NULL, NULL, 5646, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394996427.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76acb1e374f54a3e81dcef803dbe7440', 1, '2024-07-31 11:03:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:17', NULL, NULL, 5647, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394996597.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'abdcad3c4dfe4a45b573f1abfd0918d6', 1, '2024-07-31 11:03:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:17', NULL, NULL, 5648, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394996800.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e845d725f36a4d87b20d3a869e0dcc07', 1, '2024-07-31 11:03:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:17', NULL, NULL, 5649, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394997021.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a9c3283124142358b7e9442bbc08a08', 1, '2024-07-31 11:03:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:17', NULL, NULL, 5650, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394997258.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ceb418cf3d6249f6af767fa8419ee561', 1, '2024-07-31 11:03:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:18', NULL, NULL, 5651, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394997471.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ae924602b9144dd9d5aec8543434e0b', 1, '2024-07-31 11:03:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:18', NULL, NULL, 5652, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394997678.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'daafa0899ff84363b55820aec22dbb7d', 1, '2024-07-31 11:03:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:18', NULL, NULL, 5653, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394997848.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c02282c91b54a039079ee81c597a448', 1, '2024-07-31 11:03:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:18', NULL, NULL, 5654, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394998067.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4b9b4c51e86b4ff983b91884a02a2fda', 1, '2024-07-31 11:03:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:18', NULL, NULL, 5655, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394998270.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '90d9d0b32e564ce7b49b0e2d16a417db', 1, '2024-07-31 11:03:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:19', NULL, NULL, 5656, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394998619.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd68eb119059a4ea8bc64871f400cb5ed', 1, '2024-07-31 11:03:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:19', NULL, NULL, 5657, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394998853.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '85bc7d10d7aa466184b52fa0b2d8904e', 1, '2024-07-31 11:03:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:19', NULL, NULL, 5658, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394999070.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a7e2cebe76e94be7adea901abf3039e9', 1, '2024-07-31 11:03:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:19', NULL, NULL, 5659, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394999259.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3953babce1ce49cdbfedae3958b1bb30', 1, '2024-07-31 11:03:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:20', NULL, NULL, 5660, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394999436.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e25dc8c71a884003afa7a9cc3daebef0', 1, '2024-07-31 11:03:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:20', NULL, NULL, 5661, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394999654.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8162c32d77c2425b8947718a4b5bc8ba', 1, '2024-07-31 11:03:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:20', NULL, NULL, 5662, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722394999853.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a2a7ac154014767840884c1288f9e2b', 1, '2024-07-31 11:03:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:20', NULL, NULL, 5663, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395000088.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd75d815e10004e96b4e457d69800a427', 1, '2024-07-31 11:03:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:20', NULL, NULL, 5664, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395000306.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c2beed54163745cdaae6d8dd4b19a838', 1, '2024-07-31 11:03:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:21', NULL, NULL, 5665, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395000544.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd16e34a72a8a4df4a5600c1ad307ffd6', 1, '2024-07-31 11:03:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:21', NULL, NULL, 5666, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395000762.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f4b6793c05546aa94e80d64c8e1b638', 1, '2024-07-31 11:03:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:21', NULL, NULL, 5667, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395000969.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71e8a697ebee4a5ab8b1a063cff25d06', 1, '2024-07-31 11:03:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:21', NULL, NULL, 5668, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395001266.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '45e9de5529a94b7686098de10b12d303', 1, '2024-07-31 11:03:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:22', NULL, NULL, 5669, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395001500.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dea5b78a885346828a3fe12a5b656fb4', 1, '2024-07-31 11:03:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:22', NULL, NULL, 5670, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395001689.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4daece1294d40938b23fe8cb8783703', 1, '2024-07-31 11:03:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:22', NULL, NULL, 5671, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395001894.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b586e2915cdd424782ee60dce841331b', 1, '2024-07-31 11:03:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:22', NULL, NULL, 5672, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395002112.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8c6996496434b07bd1207171f169275', 1, '2024-07-31 11:03:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:22', NULL, NULL, 5673, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395002318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0921cca2c8d14233be00190fe2f2178b', 1, '2024-07-31 11:03:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:23', NULL, NULL, 5674, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395002473.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd139e28c0f1a4d4abdc8766cb21cece7', 1, '2024-07-31 11:03:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:23', NULL, NULL, 5675, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395002639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '66a2ae0f3f7b4244ba51974d93e3fbe1', 1, '2024-07-31 11:03:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:23', NULL, NULL, 5676, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395002855.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e5efa9bdb9e049749e5026153f8794b7', 1, '2024-07-31 11:03:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:23', NULL, NULL, 5677, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395003107.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6ae6d64ad0f84bdf968b3b2a61a4f0f6', 1, '2024-07-31 11:03:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:23', NULL, NULL, 5678, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395003327.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '855938ce25d548b4b2a77c90830c6610', 1, '2024-07-31 11:03:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:24', NULL, NULL, 5679, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395003561.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f91496139d84561b86058ffee20bd99', 1, '2024-07-31 11:03:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:24', NULL, NULL, 5680, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395003779.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a075dee3337448738bf99f9c18677aa6', 1, '2024-07-31 11:03:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:24', NULL, NULL, 5681, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395003999.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43fef45055994eaca687e3f95a32095e', 1, '2024-07-31 11:03:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:24', NULL, NULL, 5682, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395004173.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0321a0903a5e49bcb9227d1f07b0eeee', 1, '2024-07-31 11:03:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:24', NULL, NULL, 5683, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395004376.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a0c748e16e34091b517409d0c12ce45', 1, '2024-07-31 11:03:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:25', NULL, NULL, 5684, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395004595.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9967b099cf53427ab4a642dd22545c26', 1, '2024-07-31 11:03:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:25', NULL, NULL, 5685, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395004783.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31c982cf988c4d89ba670121afae4069', 1, '2024-07-31 11:03:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:25', NULL, NULL, 5686, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395004988.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e623cd3b594b43d58c82789fd8b77897', 1, '2024-07-31 11:03:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:25', NULL, NULL, 5687, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395005191.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29c642197287445c9b03634e5375f70b', 1, '2024-07-31 11:03:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:25', NULL, NULL, 5688, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395005392.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ecded88695304cb0ad76b52c50f4527d', 1, '2024-07-31 11:03:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:26', NULL, NULL, 5689, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395005631.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3fb4646515954d57ad62c393596609c9', 1, '2024-07-31 11:03:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:26', NULL, NULL, 5690, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395005818.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '37021d14646645cd9cfaa94625b13fe4', 1, '2024-07-31 11:03:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:26', NULL, NULL, 5691, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395006021.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '45796b5a04dc4931b80b73f96cba3bad', 1, '2024-07-31 11:03:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:26', NULL, NULL, 5692, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395006210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a5ffec055f214de8bebb321e01d06b7b', 1, '2024-07-31 11:03:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:27', NULL, NULL, 5693, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395006429.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5528b37bcef242829584b9d9ca523373', 1, '2024-07-31 11:03:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:27', NULL, NULL, 5694, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395006696.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a0241fbd65147d886c4891d6ff50162', 1, '2024-07-31 11:03:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:27', NULL, NULL, 5695, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395006921.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34c44d3482d645688eb3107faf55d84c', 1, '2024-07-31 11:03:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:27', NULL, NULL, 5696, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395007126.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c9aca989b774d97be8d52d9ec14963e', 1, '2024-07-31 11:03:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:27', NULL, NULL, 5697, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395007329.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ebcdc62d18a4def863908061952b49c', 1, '2024-07-31 11:03:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:28', NULL, NULL, 5698, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395007542.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '05e5e7e0333d46cb845df217864275ee', 1, '2024-07-31 11:03:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:28', NULL, NULL, 5699, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395007752.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8586869a05c24650acaeb3e987a11347', 1, '2024-07-31 11:03:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:28', NULL, NULL, 5700, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395008058.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '83b7635fc66d4770a7b67aa7c9d9382b', 1, '2024-07-31 11:03:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:28', NULL, NULL, 5701, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395008286.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '28eb4f45e7fa4ca89a188ab56e4fb3a6', 1, '2024-07-31 11:03:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:29', NULL, NULL, 5702, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395008502.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '61d7f6f3ee3149768d5e29e6d02ea9ce', 1, '2024-07-31 11:03:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:29', NULL, NULL, 5703, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395008754.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5b100fa81f5943bea3497fe4734015c2', 1, '2024-07-31 11:03:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:29', NULL, NULL, 5704, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395008975.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cb4b583e0b6e461fa133e8cb3d7847b1', 1, '2024-07-31 11:03:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:29', NULL, NULL, 5705, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395009210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ed8ea0b4e4cc4e2c8ec904f63b7c447e', 1, '2024-07-31 11:03:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:29', NULL, NULL, 5706, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395009399.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3aeb4cd6bfff45c9b663a001a78594fd', 1, '2024-07-31 11:03:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:30', NULL, NULL, 5707, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395009576.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '858c0fad58b04ae193b0a958dc4681d0', 1, '2024-07-31 11:03:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:30', NULL, NULL, 5708, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395009776.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93ef592e278349188a3fe25791cc40c2', 1, '2024-07-31 11:03:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:30', NULL, NULL, 5709, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395009993.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df6bca2321de4c3694e53809728e9aea', 1, '2024-07-31 11:03:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:30', NULL, NULL, 5710, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395010229.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f0444a8ae244f0f9149c295ebd7a0f3', 1, '2024-07-31 11:03:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:31', NULL, NULL, 5711, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395010446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e11c8c3200b14090b11edf80bf7f5d88', 1, '2024-07-31 11:03:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:31', NULL, NULL, 5712, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395010666.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '27bc60169b1f4d2f8f9e2b10209711a6', 1, '2024-07-31 11:03:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:31', NULL, NULL, 5713, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395010835.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd3a6a0d7d604f45bb58ce7fef5b84a2', 1, '2024-07-31 11:03:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:31', NULL, NULL, 5714, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395011033.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '316dce6c8f1642a9a6ca923d7e4c608c', 1, '2024-07-31 11:03:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:31', NULL, NULL, 5715, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395011238.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a8d120e3b074a9b80c901a17e5f938b', 1, '2024-07-31 11:03:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:32', NULL, NULL, 5716, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395011445.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd3ba0d2fa3bd4846823d4d3be57895f9', 1, '2024-07-31 11:03:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:32', NULL, NULL, 5717, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395011644.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e618e8f3d08f4028b105108059d00d4d', 1, '2024-07-31 11:03:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:32', NULL, NULL, 5718, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395011834.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b598d67c3efa4d97856140b74218b278', 1, '2024-07-31 11:03:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:32', NULL, NULL, 5719, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395012118.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2927b775e0d546178307ffd528a348f8', 1, '2024-07-31 11:03:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:32', NULL, NULL, 5720, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395012338.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd6044124ad0a4b7b913ab678db81d595', 1, '2024-07-31 11:03:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:33', NULL, NULL, 5721, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395012574.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1223dbebac94473e9571b04e5d5e029d', 1, '2024-07-31 11:03:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:33', NULL, NULL, 5722, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395012745.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e12f75bc9b074b4998d0fc5dfaf3e843', 1, '2024-07-31 11:03:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:33', NULL, NULL, 5723, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395012950.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aaf5661a22964c208f9f552141b39135', 1, '2024-07-31 11:03:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:33', NULL, NULL, 5724, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395013136.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b60aa19bdd6a4985a47ccff9bb308b9c', 1, '2024-07-31 11:03:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:33', NULL, NULL, 5725, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395013367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a6c28cd187cc400698332d7427abef69', 1, '2024-07-31 11:03:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:34', NULL, NULL, 5726, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395013588.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '057e2347f9f44a81a5b50eb335ff192b', 1, '2024-07-31 11:03:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:34', NULL, NULL, 5727, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395013810.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '711a630c5b394764ac80ce7aba945482', 1, '2024-07-31 11:03:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:34', NULL, NULL, 5728, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395014064.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2eaabe0b3f4496b8f949ce20f5b0a39', 1, '2024-07-31 11:03:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:34', NULL, NULL, 5729, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395014282.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '774d10b7763a4927867b3c903bbcc089', 1, '2024-07-31 11:03:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:35', NULL, NULL, 5730, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395014470.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd11e1420997a412b85fc320c4516fb03', 1, '2024-07-31 11:03:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:35', NULL, NULL, 5731, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395014659.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fc058da936994d79aaba5276fb5e991c', 1, '2024-07-31 11:03:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:35', NULL, NULL, 5732, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395014973.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '42678dae51fb4bceb2b367aa4d60f75b', 1, '2024-07-31 11:03:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:35', NULL, NULL, 5733, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395015175.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4ee0721568fa4b3fb63f6f0c51a9b8eb', 1, '2024-07-31 11:03:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:35', NULL, NULL, 5734, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395015376.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '275d34ab84fd4108a5634cbf429f998a', 1, '2024-07-31 11:03:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:36', NULL, NULL, 5735, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395015598.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7ce0fc66b5ac4e1bac7c9df5d7ce5ac5', 1, '2024-07-31 11:03:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:36', NULL, NULL, 5736, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395015834.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c9c109c2bb2e46a4b09efefb63f1ac70', 1, '2024-07-31 11:03:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:36', NULL, NULL, 5737, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395016085.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b8d6cbedd11643fea510a2d85e593e42', 1, '2024-07-31 11:03:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:36', NULL, NULL, 5738, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395016302.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9fa66fce3c0b41e9a6ecd31014a279da', 1, '2024-07-31 11:03:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:37', NULL, NULL, 5739, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395016474.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba3a1ba229d84ed09e1f306603591442', 1, '2024-07-31 11:03:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:37', NULL, NULL, 5740, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395016693.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'de459bed2c214302a9db274c53e83eeb', 1, '2024-07-31 11:03:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:37', NULL, NULL, 5741, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395016941.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2eb695f720fa4a4b9ef36f4ea9da9d4e', 1, '2024-07-31 11:03:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:37', NULL, NULL, 5742, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395017128.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f134c4938664ad687d3dfac6a4750d4', 1, '2024-07-31 11:03:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:37', NULL, NULL, 5743, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395017333.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ac1b2ff81a5448d09195315a17999582', 1, '2024-07-31 11:03:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:38', NULL, NULL, 5744, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395017584.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd26e0e144e64bd48f9618a25ff62611', 1, '2024-07-31 11:03:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:38', NULL, NULL, 5745, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395017772.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aad00a6363154fa8a54b983c709f6674', 1, '2024-07-31 11:03:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:38', NULL, NULL, 5746, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395017941.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '201ffe1278524e00bdcc277a29c62782', 1, '2024-07-31 11:03:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:38', NULL, NULL, 5747, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395018116.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b8b22052a67f4084b9394dfca349f20f', 1, '2024-07-31 11:03:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:38', NULL, NULL, 5748, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395018318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '72d21f9127ef452b886eca272ae148c4', 1, '2024-07-31 11:03:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:39', NULL, NULL, 5749, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395018505.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df16f1ab66ea470ca3ee3359e1809c70', 1, '2024-07-31 11:03:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:39', NULL, NULL, 5750, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395018708.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb7ada67ed97452f9bd51058fb435319', 1, '2024-07-31 11:03:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:39', NULL, NULL, 5751, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395019005.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7ac7f0ecf6eb49329db274508bd1c19e', 1, '2024-07-31 11:03:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:39', NULL, NULL, 5752, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395019259.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b84a78365acb45688085f6d91c8dd29e', 1, '2024-07-31 11:03:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:40', NULL, NULL, 5753, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395019477.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ce1a744e0e643849e893d7ad9cd080c', 1, '2024-07-31 11:03:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:40', NULL, NULL, 5754, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395019685.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be4d8553665d47fdb0ba0caf58cefb72', 1, '2024-07-31 11:03:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:40', NULL, NULL, 5755, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395019922.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '797e755b34824423aa737493f4705302', 1, '2024-07-31 11:03:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:40', NULL, NULL, 5756, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395020106.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99e7c0e47396415ebb4f6d3b30e3c336', 1, '2024-07-31 11:03:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:40', NULL, NULL, 5757, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395020388.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17521f3afbbc4a5689124766ec6b077b', 1, '2024-07-31 11:03:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:41', NULL, NULL, 5758, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395020609.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3661be3dfbd5472fbafc33b3a00039dd', 1, '2024-07-31 11:03:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:41', NULL, NULL, 5759, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395020845.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b7737942d332440c965815fbbdbb1a4c', 1, '2024-07-31 11:03:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:41', NULL, NULL, 5760, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395021079.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2c2f7ea58ea49f4b10af3a65edc9d3a', 1, '2024-07-31 11:03:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:41', NULL, NULL, 5761, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395021290.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d6cea0d91f7402a9944e9c67ce48584', 1, '2024-07-31 11:03:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:42', NULL, NULL, 5762, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395021492.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd5996da87aa7472aaee2776d74af5a87', 1, '2024-07-31 11:03:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:42', NULL, NULL, 5763, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395021668.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f7d6badfcc1140c59d8a71e9eb41fae9', 1, '2024-07-31 11:03:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:42', NULL, NULL, 5764, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395021882.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3812ddb66d4c42f9931a0d82924f369a', 1, '2024-07-31 11:03:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:42', NULL, NULL, 5765, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395022129.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '79c229d33da84074a8b4cea12b92e040', 1, '2024-07-31 11:03:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:42', NULL, NULL, 5766, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395022349.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f4c1ae301bd4e89992cf3de1c711cc1', 1, '2024-07-31 11:03:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:43', NULL, NULL, 5767, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395022584.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'da5cdba966224633bbb40842a2f9c29c', 1, '2024-07-31 11:03:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:43', NULL, NULL, 5768, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395022774.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d2f247278564c3dad0d12e02563dcf6', 1, '2024-07-31 11:03:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:43', NULL, NULL, 5769, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395022978.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d5a66b05f54457d9bc530496ad26734', 1, '2024-07-31 11:03:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:43', NULL, NULL, 5770, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395023183.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7827cb9b66dd439cacc6ffa2a2532429', 1, '2024-07-31 11:03:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:43', NULL, NULL, 5771, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395023389.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '25b430aaefc74544b58cbb97368d27ad', 1, '2024-07-31 11:03:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:44', NULL, NULL, 5772, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395023653.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'efdd0332d09742c9936e9d4288613257', 1, '2024-07-31 11:03:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:44', NULL, NULL, 5773, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395023843.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c6d0ea4d31ee434cb61929b37b799e2d', 1, '2024-07-31 11:03:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:44', NULL, NULL, 5774, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395024015.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'da4dda2c3cbb4e37af5ba83be7beceb7', 1, '2024-07-31 11:03:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:44', NULL, NULL, 5775, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395024221.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be4b17c7215f4920be1e7eaf3105da1d', 1, '2024-07-31 11:03:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:45', NULL, NULL, 5776, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395024430.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b73488e6af84847a39c8033e0accf45', 1, '2024-07-31 11:03:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:03:45', NULL, NULL, 5777, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395024833.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'efbc0acdca384d69a3ba6044f46d6f7f', 1, '2024-07-31 11:03:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:40', NULL, NULL, 5778, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395080004.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6662df743c047648a36408b8b0caf44', 1, '2024-07-31 11:04:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:40', NULL, NULL, 5779, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395080178.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7865dd6d8914ebd9f6369ccc6763d44', 1, '2024-07-31 11:04:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:41', NULL, NULL, 5780, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395080396.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e79a6294b3140eebbf3250ec7c33823', 1, '2024-07-31 11:04:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:41', NULL, NULL, 5781, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395080691.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b99f9ec974d455e9a061e1c79b1679a', 1, '2024-07-31 11:04:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:41', NULL, NULL, 5782, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395080939.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dc088b57b28f4b94a88552f4ef8920a6', 1, '2024-07-31 11:04:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:41', NULL, NULL, 5783, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395081172.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35d71ef8f817498cb994f227d8e7ec86', 1, '2024-07-31 11:04:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:41', NULL, NULL, 5784, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395081364.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0ec9a3dbecc64d2abe90256c83bbe20a', 1, '2024-07-31 11:04:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:42', NULL, NULL, 5785, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395081563.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1f343089187741ceadc34f22a9817508', 1, '2024-07-31 11:04:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:42', NULL, NULL, 5786, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395081748.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5742401d24944b289a7c3401418ed0b7', 1, '2024-07-31 11:04:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:42', NULL, NULL, 5787, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395081955.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c3b5a02f48004dccb29fdabcfa8dd8e0', 1, '2024-07-31 11:04:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:42', NULL, NULL, 5788, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395082175.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2c6b5ad98e047b9827fbc3363e7a65e', 1, '2024-07-31 11:04:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:42', NULL, NULL, 5789, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395082360.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc2be9cc4c5f405fa0a5f248968fbdb6', 1, '2024-07-31 11:04:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:43', NULL, NULL, 5790, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395082580.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1d0cdd8039de485587a657757253894a', 1, '2024-07-31 11:04:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:43', NULL, NULL, 5791, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395082785.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0f69c7093a1b4be6ac7a942f6c432b49', 1, '2024-07-31 11:04:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:43', NULL, NULL, 5792, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395082972.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9357fe14028141ecbdd47d26b680a573', 1, '2024-07-31 11:04:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:43', NULL, NULL, 5793, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395083284.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36376d57d4e54adeb506aee8a544b395', 1, '2024-07-31 11:04:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:44', NULL, NULL, 5794, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395083487.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '736fd6bbb6d54369a0f2dac52f4b93c2', 1, '2024-07-31 11:04:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:44', NULL, NULL, 5795, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395083738.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a5ce01651fb4429fb9da57612cc2ad2d', 1, '2024-07-31 11:04:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:44', NULL, NULL, 5796, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395083943.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '56fac2c627954c4cb8b475f53ed9ae52', 1, '2024-07-31 11:04:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:44', NULL, NULL, 5797, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395084135.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e471ce9f3c8547cbb252774fffea302b', 1, '2024-07-31 11:04:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:44', NULL, NULL, 5798, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395084336.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '740e9a7222cb49f287442412a45a0dac', 1, '2024-07-31 11:04:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:45', NULL, NULL, 5799, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395084555.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0fef09c9d2ef4a7c861dfcf693e7f8c3', 1, '2024-07-31 11:04:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:45', NULL, NULL, 5800, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395084776.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '46a2f409f09c4c208ebc15e791b0ebaf', 1, '2024-07-31 11:04:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:45', NULL, NULL, 5801, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395084995.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0158cee39db4bdcbe006c06705d5a35', 1, '2024-07-31 11:04:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:45', NULL, NULL, 5802, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395085244.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2def23748dde47ceb33a20e17861cebc', 1, '2024-07-31 11:04:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:46', NULL, NULL, 5803, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395085432.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0c92e5a7398d4a1bad0cc5b02e22764c', 1, '2024-07-31 11:04:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:46', NULL, NULL, 5804, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395085639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fbe37e9afc5b42288bbd92086825cbd3', 1, '2024-07-31 11:04:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:46', NULL, NULL, 5805, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395085824.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aff3c6479df44d7eb428a32ef130a8fa', 1, '2024-07-31 11:04:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:46', NULL, NULL, 5806, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395086040.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e1ebc42d78248128b02d17be31fc826', 1, '2024-07-31 11:04:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:46', NULL, NULL, 5807, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395086293.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29b77fe5c1a646c7a3206e35c96fe789', 1, '2024-07-31 11:04:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:47', NULL, NULL, 5808, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395086557.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f81bf0776d884dd7ba0dfb7ab5240dfc', 1, '2024-07-31 11:04:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:47', NULL, NULL, 5809, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395086791.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b93aad2e1f1409e8c1ea82beb9f711f', 1, '2024-07-31 11:04:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:47', NULL, NULL, 5810, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395086982.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78c56a4941974a278149d9f88841f7f0', 1, '2024-07-31 11:04:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:47', NULL, NULL, 5811, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395087202.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9d503c872e5346d39005fd1aa9bb7c5a', 1, '2024-07-31 11:04:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:48', NULL, NULL, 5812, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395087442.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '66c1d43bce0446a09afeb131ec1014fc', 1, '2024-07-31 11:04:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:48', NULL, NULL, 5813, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395087642.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2340b253a9244294bd1a970590eb1818', 1, '2024-07-31 11:04:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:48', NULL, NULL, 5814, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395087845.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5bd596c350a4a29817d875a7d065d12', 1, '2024-07-31 11:04:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:48', NULL, NULL, 5815, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395088048.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '16c35075ab414f34aff1e227f14fcbca', 1, '2024-07-31 11:04:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:48', NULL, NULL, 5816, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395088236.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd32bb7df563945f78c590f0e35d36218', 1, '2024-07-31 11:04:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:49', NULL, NULL, 5817, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395088439.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e1517a754af4203aa328d93437df7d0', 1, '2024-07-31 11:04:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:49', NULL, NULL, 5818, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395088643.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f961ca64fa94490a6f07298b165b4eb', 1, '2024-07-31 11:04:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:49', NULL, NULL, 5819, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395088834.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a3bfc15b2034f31873cad49909edf8e', 1, '2024-07-31 11:04:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:49', NULL, NULL, 5820, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395089023.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b28b7572b29541969e9897d19d8a158c', 1, '2024-07-31 11:04:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:49', NULL, NULL, 5821, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395089210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ac23553386446eeaa5c28c56b1c820e', 1, '2024-07-31 11:04:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:50', NULL, NULL, 5822, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395089429.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b5ce16f6335d4f858411c0a0a20b95b0', 1, '2024-07-31 11:04:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:50', NULL, NULL, 5823, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395089626.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6174da33931d479798518afc647ebad1', 1, '2024-07-31 11:04:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:50', NULL, NULL, 5824, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395089838.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a3f4f650efd4155821ffb1ca91fff4e', 1, '2024-07-31 11:04:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:50', NULL, NULL, 5825, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395090056.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a623220fea994a1da88381cef0a906ba', 1, '2024-07-31 11:04:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:50', NULL, NULL, 5826, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395090259.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd5184478eec34594829e2cd21c8eb714', 1, '2024-07-31 11:04:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:51', NULL, NULL, 5827, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395090479.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f9e860ab13c844bdad80189f20087c3a', 1, '2024-07-31 11:04:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:51', NULL, NULL, 5828, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395090685.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '74bf85bb231d44bcaafbb973636d3266', 1, '2024-07-31 11:04:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:51', NULL, NULL, 5829, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395090872.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8edb0103210e46808f8cf4152a5e0d26', 1, '2024-07-31 11:04:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:51', NULL, NULL, 5830, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395091045.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd72efd8cad214359ad63e29468b2407a', 1, '2024-07-31 11:04:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:51', NULL, NULL, 5831, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395091250.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6437b0f179e043a4a9203fc70759aa93', 1, '2024-07-31 11:04:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:52', NULL, NULL, 5832, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395091437.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d78a06692a2497d9d8f61009766d00c', 1, '2024-07-31 11:04:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:52', NULL, NULL, 5833, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395091660.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18cef19118e0460bba07b1c4a5a55bc8', 1, '2024-07-31 11:04:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:52', NULL, NULL, 5834, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395091877.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd4a156fd8457434cbd9a7122042307f6', 1, '2024-07-31 11:04:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:52', NULL, NULL, 5835, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395092095.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a439b45f25946c9b8fc3ca36454c1b8', 1, '2024-07-31 11:04:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:52', NULL, NULL, 5836, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395092332.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cfa94e62fc484e30b6c0cf70e8ace8be', 1, '2024-07-31 11:04:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:53', NULL, NULL, 5837, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395092566.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60b2095b0b1242689e484cf0d5f67efd', 1, '2024-07-31 11:04:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:53', NULL, NULL, 5838, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395092770.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8eeece07465549dfb19dcf51cf323120', 1, '2024-07-31 11:04:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:53', NULL, NULL, 5839, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395092960.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0ea8bef9af9f4419bb9591620b7c4adc', 1, '2024-07-31 11:04:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:53', NULL, NULL, 5840, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395093151.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '905d1ac962864aa08871e53e92ffb25a', 1, '2024-07-31 11:04:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:53', NULL, NULL, 5841, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395093369.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '199c933b9ae241d5866698286e62d01d', 1, '2024-07-31 11:04:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:54', NULL, NULL, 5842, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395093570.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '976a5cc610214d09bcb7536a7b322d2d', 1, '2024-07-31 11:04:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:54', NULL, NULL, 5843, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395093760.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ac8adf9d5c8544f9bde0bde8228cc863', 1, '2024-07-31 11:04:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:54', NULL, NULL, 5844, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395093948.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d77b6d5d7cf4d72a784ed897eeca0b0', 1, '2024-07-31 11:04:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:54', NULL, NULL, 5845, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395094171.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bca3a4d49f4f4fe3982504b75d262c8b', 1, '2024-07-31 11:04:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:54', NULL, NULL, 5846, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395094356.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3166022f0764461188b0df66761e82ea', 1, '2024-07-31 11:04:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:55', NULL, NULL, 5847, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395094530.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a70e911e88514af18aff885845ff8c8d', 1, '2024-07-31 11:04:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:55', NULL, NULL, 5848, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395094751.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a46e05c2f4ba47e3adf1ed2bca8f8c78', 1, '2024-07-31 11:04:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:55', NULL, NULL, 5849, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395094938.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6e8fa6424b64a439f10cbdf870e2b71', 1, '2024-07-31 11:04:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:55', NULL, NULL, 5850, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395095140.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f5022c8c458479e92d673525ce62f5a', 1, '2024-07-31 11:04:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:55', NULL, NULL, 5851, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395095361.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9e3713bccd0949aab8ce996390334be0', 1, '2024-07-31 11:04:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:56', NULL, NULL, 5852, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395095550.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fc1e0f14adf245a18d505b172499f865', 1, '2024-07-31 11:04:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:56', NULL, NULL, 5853, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395095721.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3bcdee22db24b37a520e3cc64066567', 1, '2024-07-31 11:04:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:56', NULL, NULL, 5854, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395095925.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9b4c879370f3416aaba0b89a15f86e31', 1, '2024-07-31 11:04:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:56', NULL, NULL, 5855, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395096096.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0c8f694ff064d72a053d87fdf089361', 1, '2024-07-31 11:04:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:56', NULL, NULL, 5856, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395096315.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '420546c19d744e5ab44903e9abc0a359', 1, '2024-07-31 11:04:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:57', NULL, NULL, 5857, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395096567.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17634bf7a2d7467090e9c048caf47ede', 1, '2024-07-31 11:04:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:57', NULL, NULL, 5858, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395096803.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba687047c788408a8d6fe0d393bdc4e7', 1, '2024-07-31 11:04:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:57', NULL, NULL, 5859, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395097006.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c4271c0f09ef49e0a8aa3662a3d48e58', 1, '2024-07-31 11:04:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:57', NULL, NULL, 5860, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395097242.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '467d225c4ada4466b0aa0a4a86096412', 1, '2024-07-31 11:04:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:58', NULL, NULL, 5861, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395097452.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9675a961037543509c600a4622300f4b', 1, '2024-07-31 11:04:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:58', NULL, NULL, 5862, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395097620.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c7f31e8007b749c3a3eacbe6a4f2054e', 1, '2024-07-31 11:04:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:58', NULL, NULL, 5863, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395097857.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7dd17a4e53014bd4bdc3063509c96a3b', 1, '2024-07-31 11:04:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:58', NULL, NULL, 5864, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395098061.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db57956072754074b0efec97fc407ca6', 1, '2024-07-31 11:04:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:58', NULL, NULL, 5865, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395098265.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6b11408587be47308ef142b6869c76bf', 1, '2024-07-31 11:04:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:59', NULL, NULL, 5866, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395098469.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9912d736378549e4984276db928669b7', 1, '2024-07-31 11:04:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:59', NULL, NULL, 5867, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395098656.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e5d47b5a1cb1462b95956589cc0de85d', 1, '2024-07-31 11:04:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:59', NULL, NULL, 5868, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395098865.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '240897a322604d889d492bc2b8417088', 1, '2024-07-31 11:04:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:59', NULL, NULL, 5869, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395099084.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '47956ce37f70430eba0ebbea248c1af2', 1, '2024-07-31 11:04:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:04:59', NULL, NULL, 5870, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395099240.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e1171bf0b8148edb0276397891652e6', 1, '2024-07-31 11:04:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:00', NULL, NULL, 5871, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395099430.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8b54b3d67c474119b22fd46843fbaf7f', 1, '2024-07-31 11:04:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:00', NULL, NULL, 5872, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395099703.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '58e659feaa334991a457166df3f73ad2', 1, '2024-07-31 11:05:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:00', NULL, NULL, 5873, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395099935.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c311a0739ef848c694473573891e3fc7', 1, '2024-07-31 11:05:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:00', NULL, NULL, 5874, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395100153.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7acfa9f90a7a47af9e7d8e3e49387108', 1, '2024-07-31 11:05:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:00', NULL, NULL, 5875, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395100388.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '07f03ebcea154e4c908a46e2d7c9aa75', 1, '2024-07-31 11:05:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:01', NULL, NULL, 5876, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395100577.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db0a8db6951741ba83dc63e864e7fb95', 1, '2024-07-31 11:05:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:01', NULL, NULL, 5877, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395100768.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '010a875eb4dd434ba3f8c67a706d55f1', 1, '2024-07-31 11:05:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:01', NULL, NULL, 5878, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395101020.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '305241dd9846425bbd63d98547dc02d2', 1, '2024-07-31 11:05:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:01', NULL, NULL, 5879, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395101232.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '96f4c72a53b542c1b2f60b1f314a54f6', 1, '2024-07-31 11:05:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:02', NULL, NULL, 5880, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395101460.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f187a2917527420197cffe07223393e6', 1, '2024-07-31 11:05:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:02', NULL, NULL, 5881, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395101649.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3be0c00444ce41188cb97f14b414b07f', 1, '2024-07-31 11:05:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:02', NULL, NULL, 5882, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395101901.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d8db14f3afd4403b2e895f5d33bac1c', 1, '2024-07-31 11:05:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:02', NULL, NULL, 5883, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395102103.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0886783a7220444d93d8d88ed472915b', 1, '2024-07-31 11:05:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:02', NULL, NULL, 5884, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395102309.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '297d73e4b6d14e488c974f14e3fdc5d9', 1, '2024-07-31 11:05:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:03', NULL, NULL, 5885, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395102542.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'afffe42d89134d0a8c62ed8bcc5b765f', 1, '2024-07-31 11:05:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:03', NULL, NULL, 5886, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395102762.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba2b0a91b2134a77b73bc82743087c85', 1, '2024-07-31 11:05:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:03', NULL, NULL, 5887, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395103011.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ec429c949ef84c32aada2958aaf0527e', 1, '2024-07-31 11:05:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:03', NULL, NULL, 5888, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395103236.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48e21bb9b4f34e25b4cdbaca7f3dc462', 1, '2024-07-31 11:05:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:04', NULL, NULL, 5889, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395103470.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f6bc610afc04e88927db4a782cb064c', 1, '2024-07-31 11:05:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:04', NULL, NULL, 5890, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395103673.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52d2f1ff6a3b4d58aa428cb4a735cab7', 1, '2024-07-31 11:05:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:04', NULL, NULL, 5891, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395103861.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b2d1650d27a24d1cbd1ce08bf5b2770a', 1, '2024-07-31 11:05:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:04', NULL, NULL, 5892, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395104065.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'af32b8457fc546c8ae6a1722d24b9a3f', 1, '2024-07-31 11:05:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:04', NULL, NULL, 5893, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395104253.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '45836a397b34463e838c7ecaf3bccc9f', 1, '2024-07-31 11:05:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:05', NULL, NULL, 5894, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395104456.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c898811ff6ee447fb1b41a3af489e84b', 1, '2024-07-31 11:05:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:05', NULL, NULL, 5895, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395104661.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '517ac102042144a9a3105376167d9b8d', 1, '2024-07-31 11:05:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:05', NULL, NULL, 5896, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395104883.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff5bdd26954342229091ff94e78fc24e', 1, '2024-07-31 11:05:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:05', NULL, NULL, 5897, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395105087.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fcdae076e7d048d79ada33155be5b8cb', 1, '2024-07-31 11:05:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:05', NULL, NULL, 5898, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395105310.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2927c75e63734361afb1731a50b9193d', 1, '2024-07-31 11:05:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:06', NULL, NULL, 5899, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395105525.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ba749e640854daa9a693695dec089fd', 1, '2024-07-31 11:05:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:06', NULL, NULL, 5900, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395105742.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d082af239d14fb8832e6e3b13b980b7', 1, '2024-07-31 11:05:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:06', NULL, NULL, 5901, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395105961.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bc3a27f39b50402aa1add98a7d6805a1', 1, '2024-07-31 11:05:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:06', NULL, NULL, 5902, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395106149.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36f7e0bde56741348dfa2d19f0aa2d53', 1, '2024-07-31 11:05:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:06', NULL, NULL, 5903, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395106367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ab718621a8a43fb843619beca0c2532', 1, '2024-07-31 11:05:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:07', NULL, NULL, 5904, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395106572.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '00107011e87d499db95563563492a6eb', 1, '2024-07-31 11:05:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:07', NULL, NULL, 5905, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395106759.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '943093798ce9420780e347c8cc0d6db1', 1, '2024-07-31 11:05:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:07', NULL, NULL, 5906, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395106978.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78f2318f30b74c1b89f1f25e75eabaa2', 1, '2024-07-31 11:05:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:07', NULL, NULL, 5907, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395107171.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e620f0217509403585e720643a42a3bb', 1, '2024-07-31 11:05:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:07', NULL, NULL, 5908, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395107356.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9a47debdd59d4d3ebdf0f9ce1d51a5b4', 1, '2024-07-31 11:05:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:08', NULL, NULL, 5909, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395107528.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '10cf73c68e784da9b1e1fedbf38f546c', 1, '2024-07-31 11:05:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:08', NULL, NULL, 5910, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395107730.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7520f53fa74b45d39f9e6a772e22c56f', 1, '2024-07-31 11:05:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:08', NULL, NULL, 5911, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395107951.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6145e9b2fa8b467e8bfa86277b32f766', 1, '2024-07-31 11:05:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:08', NULL, NULL, 5912, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395108198.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3161132e591f4b17943cd5373e498df0', 1, '2024-07-31 11:05:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:09', NULL, NULL, 5913, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395108435.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e10c877884664f969c75e2169e196ed8', 1, '2024-07-31 11:05:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:09', NULL, NULL, 5914, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395108655.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '970e3ca3e6d94b5784eb7c1465b7cfdc', 1, '2024-07-31 11:05:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:09', NULL, NULL, 5915, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395108909.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55270adbc30c450684f9420c598df7e1', 1, '2024-07-31 11:05:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:09', NULL, NULL, 5916, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395109110.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '64e0f72bc1ae4fc8927fbb0c4dcdc5cb', 1, '2024-07-31 11:05:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:09', NULL, NULL, 5917, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395109329.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '221733ec29b8455ab41a17acbc2bda2f', 1, '2024-07-31 11:05:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:10', NULL, NULL, 5918, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395109549.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0fbc1963d07743d3825007a9aec21e6e', 1, '2024-07-31 11:05:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:10', NULL, NULL, 5919, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395109768.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5a0320ec658f4e3993a2c81968fecafe', 1, '2024-07-31 11:05:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:10', NULL, NULL, 5920, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395109971.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6ca7e62cdef543faabbe1bfde44426bb', 1, '2024-07-31 11:05:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:10', NULL, NULL, 5921, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395110163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f5f64a72e28043ff94e2375d35b4a562', 1, '2024-07-31 11:05:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:10', NULL, NULL, 5922, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395110382.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9040f515e019452e800fc00e70704a7c', 1, '2024-07-31 11:05:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:11', NULL, NULL, 5923, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395110586.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '996c20e3e5d24a32a8595a1274e5960a', 1, '2024-07-31 11:05:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:11', NULL, NULL, 5924, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395110789.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eef1dd9a9ca7436dae89b2b986e353ca', 1, '2024-07-31 11:05:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:11', NULL, NULL, 5925, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395110980.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4da8b14b0fba4562b24367cfef37dfc0', 1, '2024-07-31 11:05:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:11', NULL, NULL, 5926, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395111182.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c3a94341666340ec8616b54b25e7e3a6', 1, '2024-07-31 11:05:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:11', NULL, NULL, 5927, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395111402.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94f3ba490b2e4d9a948ff4b97af27f39', 1, '2024-07-31 11:05:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:12', NULL, NULL, 5928, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395111606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '61f0ef86490c414eaccd749487ad4459', 1, '2024-07-31 11:05:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:12', NULL, NULL, 5929, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395111797.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '05e4b6f6aa97483abd4a460685232875', 1, '2024-07-31 11:05:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:12', NULL, NULL, 5930, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395111999.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e1f24dbf570f41f8a428706a8f578105', 1, '2024-07-31 11:05:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:12', NULL, NULL, 5931, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395112204.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e96eaf5613674968a0e731b8246d8324', 1, '2024-07-31 11:05:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:12', NULL, NULL, 5932, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395112396.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '188ff2d43b87415388d583d574d76a36', 1, '2024-07-31 11:05:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:13', NULL, NULL, 5933, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395112597.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '227f5e7f7b3e413e917fb6cf036dbc0b', 1, '2024-07-31 11:05:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:13', NULL, NULL, 5934, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395112784.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eaae327635224ec6945e33178126a45f', 1, '2024-07-31 11:05:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:13', NULL, NULL, 5935, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395112988.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd171f03ad704438380d2f41eeb24bed6', 1, '2024-07-31 11:05:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:13', NULL, NULL, 5936, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395113210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4b3684752fad4322a2b1e5661d8da4d0', 1, '2024-07-31 11:05:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:14', NULL, NULL, 5937, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395113447.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cd4b1e5c2b6d4af5b87f7481045bcadb', 1, '2024-07-31 11:05:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:14', NULL, NULL, 5938, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395113634.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3da09239bf1f40d39019d6b6fa7064ed', 1, '2024-07-31 11:05:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:14', NULL, NULL, 5939, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395113855.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fe4f2286b0094988ba9dc9662661de49', 1, '2024-07-31 11:05:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:14', NULL, NULL, 5940, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395114073.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bbc1282df47c4afc8aa985fcb304806d', 1, '2024-07-31 11:05:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:14', NULL, NULL, 5941, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395114276.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0ce9a026f1ad4ab28e41d702ab71f6c7', 1, '2024-07-31 11:05:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:15', NULL, NULL, 5942, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395114542.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2cd6ee33dffb46d5bdf57c8f6dabdf8a', 1, '2024-07-31 11:05:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:15', NULL, NULL, 5943, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395114731.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '53bcad986a254f1481bc23abadf11bc9', 1, '2024-07-31 11:05:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:15', NULL, NULL, 5944, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395114920.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29c81ef1575d44259dbde15e1d3917c1', 1, '2024-07-31 11:05:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:15', NULL, NULL, 5945, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395115108.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '499bc39a577e46e29e11f9a2f349c761', 1, '2024-07-31 11:05:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:15', NULL, NULL, 5946, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395115280.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40143f7d59e0459c9c8e0cd716730302', 1, '2024-07-31 11:05:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:16', NULL, NULL, 5947, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395115485.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b3ffb23318a4b4f97c7d9d8f7acb6d7', 1, '2024-07-31 11:05:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:16', NULL, NULL, 5948, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395115659.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91d8f394f43845dab4bff7ce89376ac9', 1, '2024-07-31 11:05:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:16', NULL, NULL, 5949, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395115988.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2fe5574f567c41d88b625327d6a57a67', 1, '2024-07-31 11:05:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:16', NULL, NULL, 5950, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395116206.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '82a57f9f860045b4915b8783a7124be4', 1, '2024-07-31 11:05:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:17', NULL, NULL, 5951, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395116426.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c8d0c999756441109b8d4dd6823fbb43', 1, '2024-07-31 11:05:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:17', NULL, NULL, 5952, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395116649.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b5b9d99fe8b4fbba7b91009a2470450', 1, '2024-07-31 11:05:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:17', NULL, NULL, 5953, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395116837.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '16a98385450b4f5c96a3adc36d319b47', 1, '2024-07-31 11:05:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:17', NULL, NULL, 5954, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395117026.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e858f98f966f4245abdd4c3ee9c8d54f', 1, '2024-07-31 11:05:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:17', NULL, NULL, 5955, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395117245.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '80108d142c6d4e05af924cdb08971d23', 1, '2024-07-31 11:05:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:18', NULL, NULL, 5956, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395117450.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4dbcdb77e419467f9d6d98e503c0419f', 1, '2024-07-31 11:05:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:18', NULL, NULL, 5957, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395117653.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '446c2e53cfc54db8a03e93c6e2f93e64', 1, '2024-07-31 11:05:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:18', NULL, NULL, 5958, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395117858.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ffc644be8ce0434e9473c5557ac8cce9', 1, '2024-07-31 11:05:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:18', NULL, NULL, 5959, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395118078.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '613a8a2549ad4d209506cec1fb489b40', 1, '2024-07-31 11:05:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:18', NULL, NULL, 5960, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395118331.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d4c65e96ea540038cc1105e30f2b227', 1, '2024-07-31 11:05:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:19', NULL, NULL, 5961, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395118569.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bab5b221f7ec4bab9352700652352a27', 1, '2024-07-31 11:05:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:19', NULL, NULL, 5962, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395118755.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f0f83b640a8543f796094a6cff2f1a77', 1, '2024-07-31 11:05:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:19', NULL, NULL, 5963, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395118960.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7b7fecf0a864066b6ea4febe53ada63', 1, '2024-07-31 11:05:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:19', NULL, NULL, 5964, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395119182.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b5063cb6573c42e6ba8596450a5bd2bc', 1, '2024-07-31 11:05:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:20', NULL, NULL, 5965, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395119370.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bd034959f6d7486ab2d08e1660d1231a', 1, '2024-07-31 11:05:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:20', NULL, NULL, 5966, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395119669.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b1112aec34454beda2b45fb1e473386f', 1, '2024-07-31 11:05:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:20', NULL, NULL, 5967, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395119900.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8144ee4afc8c4e9eb974b915898ea4ac', 1, '2024-07-31 11:05:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:20', NULL, NULL, 5968, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395120093.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fac5ecf977c94ab0bb63f8bb39e642bb', 1, '2024-07-31 11:05:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:20', NULL, NULL, 5969, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395120314.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aa2644bbce99463e902318dd12ccd19c', 1, '2024-07-31 11:05:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:21', NULL, NULL, 5970, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395120531.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '195459413a5b45d09712dff4b6896e2b', 1, '2024-07-31 11:05:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:21', NULL, NULL, 5971, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395120765.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6004654301cd495ab4b01d81f55c12c9', 1, '2024-07-31 11:05:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:21', NULL, NULL, 5972, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395120955.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '11504972d91f46d0b9c895367fec8366', 1, '2024-07-31 11:05:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:21', NULL, NULL, 5973, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395121160.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e907a8d56ae4fcfbeb21142a137ba80', 1, '2024-07-31 11:05:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:21', NULL, NULL, 5974, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395121364.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '549d3ed8f98f48a5ad64f7143db1a59a', 1, '2024-07-31 11:05:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:22', NULL, NULL, 5975, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395121614.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1262670b13bd4273aea8da6860b5f606', 1, '2024-07-31 11:05:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:22', NULL, NULL, 5976, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395121821.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fe52ee2d33da4f99b246f72debb9669c', 1, '2024-07-31 11:05:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:22', NULL, NULL, 5977, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395122039.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '06c91ae1d7ba4460a946a78d4b083cfa', 1, '2024-07-31 11:05:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:22', NULL, NULL, 5978, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395122245.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5b259e7b50334a2fbd94aa4b40ba01b9', 1, '2024-07-31 11:05:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:23', NULL, NULL, 5979, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395122463.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2e4764592b0b4343939d156d74e2e3cc', 1, '2024-07-31 11:05:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:23', NULL, NULL, 5980, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395122795.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b58580782445495a9bbebb1a795c023f', 1, '2024-07-31 11:05:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:23', NULL, NULL, 5981, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395123014.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e9da9cd753ba4c79926fbf5611992833', 1, '2024-07-31 11:05:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:23', NULL, NULL, 5982, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395123221.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a2ea1a664fd940369db6f087c8e47f3d', 1, '2024-07-31 11:05:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:24', NULL, NULL, 5983, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395123455.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09d99f837fe847e98a42a3bedc00d12a', 1, '2024-07-31 11:05:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:24', NULL, NULL, 5984, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395123674.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '66e29122f94d4d7595696a7b0160e79c', 1, '2024-07-31 11:05:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:24', NULL, NULL, 5985, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395123968.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02c18a0551a84495b416c21c90198eb3', 1, '2024-07-31 11:05:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:24', NULL, NULL, 5986, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395124191.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd37cdb049c104738b123c8633eec0074', 1, '2024-07-31 11:05:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:25', NULL, NULL, 5987, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395124410.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8548653aef30462a8bf22e20530e72a6', 1, '2024-07-31 11:05:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:25', NULL, NULL, 5988, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395124645.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60d046157e694bf2ac29f38e101bafea', 1, '2024-07-31 11:05:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:25', NULL, NULL, 5989, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395124849.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c13cb9d606a478199d12b1f61e360cd', 1, '2024-07-31 11:05:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:25', NULL, NULL, 5990, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395125056.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c925ba9548204e73abac05d8bbd8f865', 1, '2024-07-31 11:05:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:25', NULL, NULL, 5991, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395125242.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a4eb5b1c988d48418c677c7d6924b765', 1, '2024-07-31 11:05:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:26', NULL, NULL, 5992, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395125465.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0da059b89fd74c7eb98e06ae3aa69688', 1, '2024-07-31 11:05:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:26', NULL, NULL, 5993, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395125681.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43a083610a1a411cb89c45e45e0a6440', 1, '2024-07-31 11:05:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:26', NULL, NULL, 5994, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395125885.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9dcaf2e25f3e45c89bb0c6b3a0585c5f', 1, '2024-07-31 11:05:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:26', NULL, NULL, 5995, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395126185.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '094b440143bd4011bbc996d5f6d7215c', 1, '2024-07-31 11:05:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:26', NULL, NULL, 5996, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395126402.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '67f611337fc34e9c8e76538a9122ed0e', 1, '2024-07-31 11:05:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:27', NULL, NULL, 5997, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395126608.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0b5d6389ee848fdbdce779c61dd45c2', 1, '2024-07-31 11:05:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:27', NULL, NULL, 5998, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395126827.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a3db112ce1c40549c052b2278991ac7', 1, '2024-07-31 11:05:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:27', NULL, NULL, 5999, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395126997.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86acdffec32c4b20a28c70fc3656e5b1', 1, '2024-07-31 11:05:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:27', NULL, NULL, 6000, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395127285.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eb3e18e0d7cf45788b5fe603dd160b90', 1, '2024-07-31 11:05:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:28', NULL, NULL, 6001, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395127489.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0428d7a82a284e478e3f7c1deef503c7', 1, '2024-07-31 11:05:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:28', NULL, NULL, 6002, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395127720.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a297a3c6e15f4ef997d4e0b996cfe68b', 1, '2024-07-31 11:05:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:28', NULL, NULL, 6003, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395127909.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c341f6f51004647b3dd6443a4d7e253', 1, '2024-07-31 11:05:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:28', NULL, NULL, 6004, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395128176.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4427c427e7ca4c5ab0635494d72ae595', 1, '2024-07-31 11:05:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:29', NULL, NULL, 6005, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395128471.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ae7502f900864136be91554680efc43f', 1, '2024-07-31 11:05:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:29', NULL, NULL, 6006, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395128674.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8f2d1b054aa4ac38026c1df87dc114f', 1, '2024-07-31 11:05:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:29', NULL, NULL, 6007, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395128875.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2e9bd4d13c7f4de9bc89b98cc8b36b31', 1, '2024-07-31 11:05:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:29', NULL, NULL, 6008, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395129052.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f5340bcea88b4214bb9131c48596b506', 1, '2024-07-31 11:05:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:29', NULL, NULL, 6009, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395129221.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34311eb6c0344e62832de8dcd7782b57', 1, '2024-07-31 11:05:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:30', NULL, NULL, 6010, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395129534.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f0d589a644bf43d880570aca9180eb0d', 1, '2024-07-31 11:05:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:30', NULL, NULL, 6011, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395129742.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '14f77b117ae64ad5943e26297a7930f1', 1, '2024-07-31 11:05:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:30', NULL, NULL, 6012, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395129991.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6fe1940ddfda4054b23a82d441eb80b6', 1, '2024-07-31 11:05:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:30', NULL, NULL, 6013, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395130183.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d20e9947fc541d39b8bd3a5de0b3fc3', 1, '2024-07-31 11:05:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:30', NULL, NULL, 6014, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395130386.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc74a7b845a94f3faed6265e8b8bab66', 1, '2024-07-31 11:05:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:31', NULL, NULL, 6015, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395130700.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '95204913f1324dda997623efc87d91b2', 1, '2024-07-31 11:05:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:31', NULL, NULL, 6016, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395130903.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c148eff64fdd40aa9ea8d38553c6c50f', 1, '2024-07-31 11:05:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:31', NULL, NULL, 6017, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395131076.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3d21ae594f69433d9a302404c46edc72', 1, '2024-07-31 11:05:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:31', NULL, NULL, 6018, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395131297.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d0918026711463c8524bf5404c5603d', 1, '2024-07-31 11:05:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:32', NULL, NULL, 6019, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395131539.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aabd1cabbe1d4303bb1421c634121cd7', 1, '2024-07-31 11:05:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:32', NULL, NULL, 6020, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395131814.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9178d88543aa46b290c8d978e7de6967', 1, '2024-07-31 11:05:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:32', NULL, NULL, 6021, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395132020.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c39425172d5e4ecd9ec28a6d1bad0313', 1, '2024-07-31 11:05:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:32', NULL, NULL, 6022, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395132301.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '842ddc72ddd0407fbe7ac2de03dc293c', 1, '2024-07-31 11:05:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:33', NULL, NULL, 6023, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395132505.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5288f606dcf8473594283605b17fdfa1', 1, '2024-07-31 11:05:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:33', NULL, NULL, 6024, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395132741.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e788fc11ce974af09200200fd2d6efa4', 1, '2024-07-31 11:05:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:33', NULL, NULL, 6025, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395133043.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a269f9bac351408d87c24851666372b2', 1, '2024-07-31 11:05:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:33', NULL, NULL, 6026, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395133245.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7678225a3a9e4edd96a15f274faaf137', 1, '2024-07-31 11:05:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:34', NULL, NULL, 6027, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395133520.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '84a1f33e345b4546a247a478db23b717', 1, '2024-07-31 11:05:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:34', NULL, NULL, 6028, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395133732.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2cc441960bd5485d9c3caf9f3ce9aff4', 1, '2024-07-31 11:05:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:34', NULL, NULL, 6029, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395133874.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c19b3719e0845c5b66d8339eb87357b', 1, '2024-07-31 11:05:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:34', NULL, NULL, 6030, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395134122.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bc88e2e8c20f4d84ab858413247da58e', 1, '2024-07-31 11:05:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:34', NULL, NULL, 6031, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395134325.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'de16cec58ccc476381977e3a13e4c391', 1, '2024-07-31 11:05:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:35', NULL, NULL, 6032, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395134544.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17690102a89043b9bd850a78fbb880d3', 1, '2024-07-31 11:05:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:35', NULL, NULL, 6033, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395134735.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '599e42f20c204ed6bb8b1f3d532570b8', 1, '2024-07-31 11:05:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:35', NULL, NULL, 6034, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395134987.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '209a7a9ef56d4d73976e0b6534617a84', 1, '2024-07-31 11:05:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:35', NULL, NULL, 6035, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395135254.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd4871bf320e94103a06da3c5f1256131', 1, '2024-07-31 11:05:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:36', NULL, NULL, 6036, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395135441.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f65e29ea2204453bbdf834921fa1e5c9', 1, '2024-07-31 11:05:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:36', NULL, NULL, 6037, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395135646.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '06b917134759444eafb4458c010a44b1', 1, '2024-07-31 11:05:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:36', NULL, NULL, 6038, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395135836.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff8b0b429f7d430a96ab40d152e6d7f1', 1, '2024-07-31 11:05:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:36', NULL, NULL, 6039, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395136056.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '49a0695130484fdda45f9eb8c7df9f09', 1, '2024-07-31 11:05:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:36', NULL, NULL, 6040, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395136321.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f1daff909e049b1bd95d456e1be49d4', 1, '2024-07-31 11:05:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:37', NULL, NULL, 6041, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395136524.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a40f6c5c3f2b44c4a8e0931509d78894', 1, '2024-07-31 11:05:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:37', NULL, NULL, 6042, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395136712.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9f324f73ac5648d4838a108193124d8b', 1, '2024-07-31 11:05:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:37', NULL, NULL, 6043, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395136902.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f6925bc95e3f4143af2868eebca57b45', 1, '2024-07-31 11:05:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:37', NULL, NULL, 6044, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395137089.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b2d38634823f49d49a7aec77786a39de', 1, '2024-07-31 11:05:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:38', NULL, NULL, 6045, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395137561.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '62d5d635816e4b1383425802b3e43091', 1, '2024-07-31 11:05:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:38', NULL, NULL, 6046, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395137765.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '560e21c444794f9187dd2675bb58cd33', 1, '2024-07-31 11:05:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:38', NULL, NULL, 6047, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395137938.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c321c69c9b394120a57e3ef6ed70ed18', 1, '2024-07-31 11:05:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:38', NULL, NULL, 6048, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395138128.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '90955ea918b84401af0f64557516e002', 1, '2024-07-31 11:05:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:38', NULL, NULL, 6049, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395138316.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02e2dfaef1f04ddf9810d01229b57d0e', 1, '2024-07-31 11:05:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:39', NULL, NULL, 6050, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395138474.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71dcdd6a668642c9b623672dfda2f4c0', 1, '2024-07-31 11:05:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:39', NULL, NULL, 6051, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395138757.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '04ce28a41dab465b9134d36bef84577e', 1, '2024-07-31 11:05:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:39', NULL, NULL, 6052, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395139079.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '673aefa4c5b74a62b9cccf7a20ffc16b', 1, '2024-07-31 11:05:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:40', NULL, NULL, 6053, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395139429.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fedd3566e9714cd4aeb42fbe8cd06077', 1, '2024-07-31 11:05:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:40', NULL, NULL, 6054, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395139685.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e2435c254c84f0fac8fd177a243f154', 1, '2024-07-31 11:05:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:40', NULL, NULL, 6055, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395139981.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc28ca7afe10474f825e16b5afaaa669', 1, '2024-07-31 11:05:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:40', NULL, NULL, 6056, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395140245.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fcbe7639146f4e659b6e13c8d155e70c', 1, '2024-07-31 11:05:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:41', NULL, NULL, 6057, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395140529.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f4b9bd289be422a97d7b7eefd4fd984', 1, '2024-07-31 11:05:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:41', NULL, NULL, 6058, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395140811.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f78480b3e154747b49d1b804690a36f', 1, '2024-07-31 11:05:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:41', NULL, NULL, 6059, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395141064.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '286c6bf802fa413680c1c890ca80fbc8', 1, '2024-07-31 11:05:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:41', NULL, NULL, 6060, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395141345.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8ed50dcaa608424882540fc88885d1a5', 1, '2024-07-31 11:05:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:42', NULL, NULL, 6061, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395141615.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35b5080b0fb54dc09daa201d9a1136e9', 1, '2024-07-31 11:05:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:42', NULL, NULL, 6062, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395141851.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c2c3e3e5062c41b6b7a48df0cdf96142', 1, '2024-07-31 11:05:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:42', NULL, NULL, 6063, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395142147.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eabd368cb6e34d0b97c668de838e60fc', 1, '2024-07-31 11:05:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:43', NULL, NULL, 6064, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395142447.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bcedbff8c519438e9d71f1d7bd2050a6', 1, '2024-07-31 11:05:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:43', NULL, NULL, 6065, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395142701.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5c67769d20bc4dea8964b620168e4f60', 1, '2024-07-31 11:05:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:43', NULL, NULL, 6066, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395142936.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6f2e3431ccc940f1a4de6ea40544066d', 1, '2024-07-31 11:05:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:43', NULL, NULL, 6067, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395143175.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9efa3e03c2ce41988dd00a769e317484', 1, '2024-07-31 11:05:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:43', NULL, NULL, 6068, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395143348.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '070f48384f2049a5a524211a388fd322', 1, '2024-07-31 11:05:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:44', NULL, NULL, 6069, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395143550.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f782703885e24afebba03a6111e5ae7b', 1, '2024-07-31 11:05:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:44', NULL, NULL, 6070, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395143738.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '384a2232c22a437c82e13ecf138d0fb8', 1, '2024-07-31 11:05:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:44', NULL, NULL, 6071, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395143926.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ad91ceb47064a538a0602888ef8c6fc', 1, '2024-07-31 11:05:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:44', NULL, NULL, 6072, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395144130.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '449d29b5f5a74017a0d578e89fa2e8f4', 1, '2024-07-31 11:05:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:44', NULL, NULL, 6073, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395144350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e83e41db325a496d8931093abb31c6d7', 1, '2024-07-31 11:05:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:45', NULL, NULL, 6074, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395144537.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a2a89f8b04e44c0afac88ab6e7c3093', 1, '2024-07-31 11:05:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:45', NULL, NULL, 6075, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395144728.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48eb590effb744288b8b3eeed0816e42', 1, '2024-07-31 11:05:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:45', NULL, NULL, 6076, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395144915.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '127bf1bdb8f446abba9ab06a93784537', 1, '2024-07-31 11:05:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:45', NULL, NULL, 6077, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395145121.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '61f94bacfe3a4c398e3284de51323e32', 1, '2024-07-31 11:05:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:45', NULL, NULL, 6078, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395145295.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1bc48711b0ee478ba7d9803cf229f740', 1, '2024-07-31 11:05:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:46', NULL, NULL, 6079, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395145498.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43afcfc861bc4643a1b7a89d7845c081', 1, '2024-07-31 11:05:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:46', NULL, NULL, 6080, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395145685.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c28bd34681904a93bbea31559ee9699f', 1, '2024-07-31 11:05:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:46', NULL, NULL, 6081, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395145893.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6ddfe0b556d45d29175be5b4a9c8c7f', 1, '2024-07-31 11:05:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:46', NULL, NULL, 6082, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395146097.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b5e92a9222ea4b44878c70f26964fd4f', 1, '2024-07-31 11:05:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:46', NULL, NULL, 6083, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395146268.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76391e66e92c4b80a2d78d78b6b2b6cf', 1, '2024-07-31 11:05:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:47', NULL, NULL, 6084, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395146444.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5fe6fb5ad08b4582b169903f777fd216', 1, '2024-07-31 11:05:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:47', NULL, NULL, 6085, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395146617.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a9bb1ceff5614d6a96c216b6092de10e', 1, '2024-07-31 11:05:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:47', NULL, NULL, 6086, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395146819.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd7f8abfaeaa6454fae08627106c80a1a', 1, '2024-07-31 11:05:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:47', NULL, NULL, 6087, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395147024.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b91a1feb404246fe8d5b25d150b27e38', 1, '2024-07-31 11:05:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:47', NULL, NULL, 6088, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395147243.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e239d915b7de44f1bd20f0425bd8345f', 1, '2024-07-31 11:05:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:48', NULL, NULL, 6089, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395147433.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a87efc82012f47caacca5da484a23793', 1, '2024-07-31 11:05:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:48', NULL, NULL, 6090, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395147622.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3755d24455e647f08ffba84d7da89960', 1, '2024-07-31 11:05:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:48', NULL, NULL, 6091, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395147856.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '01766c304b4b40d98564fbba7702bc23', 1, '2024-07-31 11:05:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:48', NULL, NULL, 6092, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395148029.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a3f249a3b74c4933995d389b5b5728de', 1, '2024-07-31 11:05:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:48', NULL, NULL, 6093, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395148220.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3304182bb864e38b4c4bf246a046c00', 1, '2024-07-31 11:05:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:48', NULL, NULL, 6094, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395148406.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b923459951914716b30ecaf17c5bca43', 1, '2024-07-31 11:05:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:49', NULL, NULL, 6095, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395148692.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f1b1aa9764e64b7ba3e39d98cc9894b7', 1, '2024-07-31 11:05:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:49', NULL, NULL, 6096, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395148846.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cdf3b024f4cf454a8a89528a97159b65', 1, '2024-07-31 11:05:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:49', NULL, NULL, 6097, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395149020.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf91597b89dc49a6a728cbd964d56ed0', 1, '2024-07-31 11:05:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:49', NULL, NULL, 6098, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395149192.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7af3c09228e14b0bab8318aa2223ce59', 1, '2024-07-31 11:05:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:49', NULL, NULL, 6099, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395149394.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4ed7bb9e385b41e58f806dac3ce7ca45', 1, '2024-07-31 11:05:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:50', NULL, NULL, 6100, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395149584.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '234e8b888f434c0a8f7e37d50772bcae', 1, '2024-07-31 11:05:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:50', NULL, NULL, 6101, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395149786.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '53a5193c3aec4ab0850f4fe565b26240', 1, '2024-07-31 11:05:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:50', NULL, NULL, 6102, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395149989.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8c9779e38d494627b8df3fe69ff63356', 1, '2024-07-31 11:05:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:50', NULL, NULL, 6103, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395150164.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e4a7238debd4d69b726fa8eca42fa7b', 1, '2024-07-31 11:05:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:50', NULL, NULL, 6104, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395150368.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5bb7df53a364b3281a29022e6c817b4', 1, '2024-07-31 11:05:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:51', NULL, NULL, 6105, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395150569.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e73a07f2e51c477589d8cfe75d15ba2d', 1, '2024-07-31 11:05:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:51', NULL, NULL, 6106, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395150774.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b92bc4225c5944a8863f9dc88653817b', 1, '2024-07-31 11:05:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:51', NULL, NULL, 6107, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395151010.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd15cef9f213148f9a21d40278ed8eaec', 1, '2024-07-31 11:05:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:51', NULL, NULL, 6108, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395151200.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b863786b67af4d0e966870f067bfc6ca', 1, '2024-07-31 11:05:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:51', NULL, NULL, 6109, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395151402.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88356bbb98dd42689f08b68c207b0e77', 1, '2024-07-31 11:05:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:52', NULL, NULL, 6110, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395151608.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '689a4633871d47278fe2bb93123c794d', 1, '2024-07-31 11:05:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:52', NULL, NULL, 6111, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395151841.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '21821ac20a884e419c1f61eab4e04a34', 1, '2024-07-31 11:05:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:52', NULL, NULL, 6112, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395152075.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd165f04904344aeadf5c9713b61678a', 1, '2024-07-31 11:05:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:52', NULL, NULL, 6113, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395152252.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78ab6695cf7b48edb8e0ce1e6f7a9692', 1, '2024-07-31 11:05:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:53', NULL, NULL, 6114, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395152452.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fad7ba78366a4f60ac1c19b1569ff7d4', 1, '2024-07-31 11:05:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:53', NULL, NULL, 6115, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395152690.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b35c1a3c1f5431f8333e728c04576ac', 1, '2024-07-31 11:05:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:53', NULL, NULL, 6116, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395152863.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '44b15f422d234fa3ba41fdf41bd5df99', 1, '2024-07-31 11:05:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:53', NULL, NULL, 6117, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395153069.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dbceed9b3e97498ab0801bf0a0f08965', 1, '2024-07-31 11:05:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:53', NULL, NULL, 6118, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395153254.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e20f4b44d0a74f4fb2e0aa3506508f31', 1, '2024-07-31 11:05:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:54', NULL, NULL, 6119, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395153458.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c47d9b0d948d456189862fe2b15e4ca6', 1, '2024-07-31 11:05:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:54', NULL, NULL, 6120, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395153679.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2802266e2ca146908c6f4190e03e5373', 1, '2024-07-31 11:05:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:54', NULL, NULL, 6121, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395153886.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0e90069f4f854feaa87babf30dbbf224', 1, '2024-07-31 11:05:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:54', NULL, NULL, 6122, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395154154.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0e8c98482e244f9abdc9cb94da404be0', 1, '2024-07-31 11:05:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:54', NULL, NULL, 6123, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395154359.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c359d4d58e6c48c7ae4473559c3a2bd4', 1, '2024-07-31 11:05:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:55', NULL, NULL, 6124, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395154559.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '783032dffb6b47f7b1a2889af19ab849', 1, '2024-07-31 11:05:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:55', NULL, NULL, 6125, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395154762.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93158367b21443b4ac64e5f69f7f97c7', 1, '2024-07-31 11:05:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:55', NULL, NULL, 6126, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395154936.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1c0cf4774d034c1fb6abda5b3ef31d05', 1, '2024-07-31 11:05:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:55', NULL, NULL, 6127, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395155128.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ee071b43d1fb48ab95ded5e8d415354a', 1, '2024-07-31 11:05:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:56', NULL, NULL, 6128, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395155417.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9a30d6607c6140328a91ecabf9e4be07', 1, '2024-07-31 11:05:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:56', NULL, NULL, 6129, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395155606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e0082e3999c4d32b45ba239f4629503', 1, '2024-07-31 11:05:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:56', NULL, NULL, 6130, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395155812.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f0c808f7dc443d8be6c12ee0f3d43d1', 1, '2024-07-31 11:05:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:56', NULL, NULL, 6131, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395156044.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd1bccfd996ca4397ba741f281f7a6fe2', 1, '2024-07-31 11:05:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:56', NULL, NULL, 6132, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395156233.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6d4a698b88f405a80636069d36af6fa', 1, '2024-07-31 11:05:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:56', NULL, NULL, 6133, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395156391.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e40cfed6f6bb40f0a6b4fa0387cdf86a', 1, '2024-07-31 11:05:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:57', NULL, NULL, 6134, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395156594.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0660ff796694c199fdb1ead74d8ad71', 1, '2024-07-31 11:05:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:57', NULL, NULL, 6135, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395156804.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '85cb63308bfe4c70a07a534995c4fe0d', 1, '2024-07-31 11:05:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:57', NULL, NULL, 6136, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395156935.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a3cb4e8004748588f296779e66dd8d9', 1, '2024-07-31 11:05:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:57', NULL, NULL, 6137, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395157174.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8022f1745a0a4bf2b39ac776cf6f287a', 1, '2024-07-31 11:05:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:57', NULL, NULL, 6138, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395157396.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f09c7b42e3204767a1165bd50602ee1b', 1, '2024-07-31 11:05:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:58', NULL, NULL, 6139, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395157632.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52c5e4b38a084aab89b63614e8091e2f', 1, '2024-07-31 11:05:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:58', NULL, NULL, 6140, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395157866.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1bea8a4723624a299f6ab6bec95f1a4e', 1, '2024-07-31 11:05:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:58', NULL, NULL, 6141, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395158055.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '972c377c6fb2430e99b50b37df50b8dd', 1, '2024-07-31 11:05:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:58', NULL, NULL, 6142, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395158309.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1d08067eb38641b7825ff40d09d316aa', 1, '2024-07-31 11:05:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:59', NULL, NULL, 6143, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395158560.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3eee642daa78466b9819d102d046914d', 1, '2024-07-31 11:05:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:59', NULL, NULL, 6144, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395158779.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '095cb48790844a65b5b7e7b2c3695869', 1, '2024-07-31 11:05:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:59', NULL, NULL, 6145, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395158991.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c8399d2612c349a29e29a77c2d5f34cd', 1, '2024-07-31 11:05:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:59', NULL, NULL, 6146, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395159173.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ea50899d28f54d0993055d6725b2ae01', 1, '2024-07-31 11:05:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:05:59', NULL, NULL, 6147, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395159379.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a07706bef9a4ec7ad1fdc824e8c1bef', 1, '2024-07-31 11:05:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:00', NULL, NULL, 6148, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395159582.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bc1b255444ca4111bdef0a4c44be11d6', 1, '2024-07-31 11:06:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:00', NULL, NULL, 6149, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395159771.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b8335ae6b6344624b4da9ad2b3e6f9e0', 1, '2024-07-31 11:06:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:00', NULL, NULL, 6150, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395160107.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eddd41b7c7904629bfa1b94b12c44c28', 1, '2024-07-31 11:06:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:00', NULL, NULL, 6151, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395160352.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2a9b60d8f6d34b20964b22d22e05297f', 1, '2024-07-31 11:06:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:01', NULL, NULL, 6152, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395160572.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a9963b42dc84d5d95fd33874ddce90e', 1, '2024-07-31 11:06:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:01', NULL, NULL, 6153, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395160806.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '51654d0eaae8495aaf7c5367b5048dbc', 1, '2024-07-31 11:06:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:01', NULL, NULL, 6154, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395161011.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '00a239b429c6410499fef7df761e152b', 1, '2024-07-31 11:06:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:01', NULL, NULL, 6155, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395161168.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1bf0ac6485b94acaa025b55812108c71', 1, '2024-07-31 11:06:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:01', NULL, NULL, 6156, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395161342.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6fb5652a18be49f2b9526a5d2fd223c5', 1, '2024-07-31 11:06:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:02', NULL, NULL, 6157, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395161544.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b7bfc16da0f64ee187e092ddbed4517e', 1, '2024-07-31 11:06:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:02', NULL, NULL, 6158, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395161732.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bbc1c5342772434aab6da7f85295e48e', 1, '2024-07-31 11:06:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:02', NULL, NULL, 6159, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395161888.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b04d500a57af4df4b183d770f4b8adc6', 1, '2024-07-31 11:06:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:02', NULL, NULL, 6160, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395162094.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ca03418e3054e80a5f3db2916c2eb76', 1, '2024-07-31 11:06:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:02', NULL, NULL, 6161, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395162314.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be62d501b2a849fe8f3f4f3ac3457c5c', 1, '2024-07-31 11:06:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:03', NULL, NULL, 6162, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395162517.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0914f497075045daaed4bb625bcc42fd', 1, '2024-07-31 11:06:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:03', NULL, NULL, 6163, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395162722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4b51e30fcbe44a1899bacc144c8a5f0c', 1, '2024-07-31 11:06:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:03', NULL, NULL, 6164, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395162944.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '91ef820a690a4e11b90ac28b70e18e0d', 1, '2024-07-31 11:06:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:03', NULL, NULL, 6165, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395163208.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d35e65a0f044d8aa3459de5e004738e', 1, '2024-07-31 11:06:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:03', NULL, NULL, 6166, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395163383.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '241ffa55383b452ea4d144540be517ec', 1, '2024-07-31 11:06:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:04', NULL, NULL, 6167, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395163635.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '10ec0d71f6534eaebc271e81f9a374c7', 1, '2024-07-31 11:06:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:04', NULL, NULL, 6168, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395163838.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97d52879436946b18996c5d3a3ff434a', 1, '2024-07-31 11:06:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:04', NULL, NULL, 6169, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395164059.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3290dc094954255b4af184680d2a894', 1, '2024-07-31 11:06:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:04', NULL, NULL, 6170, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395164312.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '256939210f684b839765de4ac9c43a7a', 1, '2024-07-31 11:06:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:05', NULL, NULL, 6171, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395164515.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1f94d08cac0a4d5a81045b57c03ab2f5', 1, '2024-07-31 11:06:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:05', NULL, NULL, 6172, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395164702.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cd4a1e90e96e47439ce459259023121b', 1, '2024-07-31 11:06:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:05', NULL, NULL, 6173, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395164907.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'facaa7ddb30447408ef411d699e01edd', 1, '2024-07-31 11:06:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:05', NULL, NULL, 6174, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395165142.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0f2a5e5c6784afdbc49eb889ae85fe9', 1, '2024-07-31 11:06:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:05', NULL, NULL, 6175, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395165315.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd5d7be763e4e4bafad0e96ca9cf6111e', 1, '2024-07-31 11:06:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:06', NULL, NULL, 6176, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395165520.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f55f9bd5deb442178af39a2a9a6b6e87', 1, '2024-07-31 11:06:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:06', NULL, NULL, 6177, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395165723.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c0e7984bb924a5e9df3cbbc93b83ed8', 1, '2024-07-31 11:06:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:06', NULL, NULL, 6178, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395165929.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c741a72b43a54c0ca74b48fe6b0b003c', 1, '2024-07-31 11:06:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:06', NULL, NULL, 6179, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395166181.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '938f5e5fe39c48db8478cca7955bbe93', 1, '2024-07-31 11:06:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:06', NULL, NULL, 6180, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395166404.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '707a23217362467ea38b2b81f0fabcdb', 1, '2024-07-31 11:06:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:07', NULL, NULL, 6181, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395166607.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b0bceaade1045edbf78944a8b258122', 1, '2024-07-31 11:06:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:07', NULL, NULL, 6182, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395166828.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '70d3421fdf0e49a288bc512f041331eb', 1, '2024-07-31 11:06:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:07', NULL, NULL, 6183, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395167045.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bf99d68041404d8c84792df2eafc6091', 1, '2024-07-31 11:06:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:07', NULL, NULL, 6184, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395167249.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '095949f335ef4c3ebbb037e6c0378505', 1, '2024-07-31 11:06:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:08', NULL, NULL, 6185, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395167454.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9d6ae8785ceb4011bbb14fa7a1115f72', 1, '2024-07-31 11:06:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:08', NULL, NULL, 6186, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395167689.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48eefd0057414e8c9b8efeae6afa9dd6', 1, '2024-07-31 11:06:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:08', NULL, NULL, 6187, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395167878.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8fb652e1ee8a4426b8279bba80de600a', 1, '2024-07-31 11:06:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:08', NULL, NULL, 6188, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395168067.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52890efc0ff14f86b080ed0f4b4a3b6b', 1, '2024-07-31 11:06:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:08', NULL, NULL, 6189, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395168254.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97d619cf015a47a3917cc47458d604e7', 1, '2024-07-31 11:06:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:09', NULL, NULL, 6190, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395168470.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93903f4f36d045618652e6f111c2f858', 1, '2024-07-31 11:06:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:09', NULL, NULL, 6191, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395168671.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd282362f7671422a9cc471d9095ef517', 1, '2024-07-31 11:06:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:09', NULL, NULL, 6192, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395168859.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4dae8bfc606743e6b666a45c0d2d188e', 1, '2024-07-31 11:06:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:09', NULL, NULL, 6193, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395169078.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d2c15d305c34568927bc1e6db64fc48', 1, '2024-07-31 11:06:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:09', NULL, NULL, 6194, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395169284.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '82e47285c12244f2ab12b9c48507dd1b', 1, '2024-07-31 11:06:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:10', NULL, NULL, 6195, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395169520.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c8fb574fb5aa44a7acb2e0a5ec237cb2', 1, '2024-07-31 11:06:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:10', NULL, NULL, 6196, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395169724.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9bb5b2ff3f2440b88edc8ea96f35ee2d', 1, '2024-07-31 11:06:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:10', NULL, NULL, 6197, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395169928.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ec522a372b0416a83d7963ec5c5f00e', 1, '2024-07-31 11:06:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:10', NULL, NULL, 6198, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395170131.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a93125c874654fa0b0a16b747970847b', 1, '2024-07-31 11:06:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:10', NULL, NULL, 6199, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395170364.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d11baa2f49547b2a12fabfd66f90f2e', 1, '2024-07-31 11:06:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:11', NULL, NULL, 6200, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395170585.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c1cb2deacc1046298654105277681f2d', 1, '2024-07-31 11:06:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:11', NULL, NULL, 6201, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395170789.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6645cb719bc64fe8a4e9ce04e2f0c803', 1, '2024-07-31 11:06:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:11', NULL, NULL, 6202, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395170964.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '112cecc1ef2348a987c879fa38d7bc2e', 1, '2024-07-31 11:06:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:11', NULL, NULL, 6203, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395171148.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '300d7760f0fd4563826f2f9f18bf50f9', 1, '2024-07-31 11:06:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:11', NULL, NULL, 6204, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395171354.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a97067429484af1beeece3aa921bffd', 1, '2024-07-31 11:06:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:12', NULL, NULL, 6205, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395171591.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c3cc28d7de9f47918c3ef18390bf2c57', 1, '2024-07-31 11:06:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:12', NULL, NULL, 6206, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395171777.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b26ff1d67151427aa07232bbcb4dd224', 1, '2024-07-31 11:06:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:12', NULL, NULL, 6207, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395171951.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f5c28a0fecf8408cb1aa03b8a58d4e11', 1, '2024-07-31 11:06:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:12', NULL, NULL, 6208, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395172158.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0f130be24e884e53bb2f6695d452ab72', 1, '2024-07-31 11:06:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:12', NULL, NULL, 6209, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395172346.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63463044303a42a688b89471a6cce95d', 1, '2024-07-31 11:06:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:13', NULL, NULL, 6210, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395172551.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '075661f9d74f482793ad270e244e9695', 1, '2024-07-31 11:06:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:13', NULL, NULL, 6211, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395172774.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '85458f5604e04636942d8dd0bff056d9', 1, '2024-07-31 11:06:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:13', NULL, NULL, 6212, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395172992.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8789c70ebec74530a199081d1c2d6b13', 1, '2024-07-31 11:06:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:13', NULL, NULL, 6213, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395173197.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8f94106f98f4b65873e3ef3d202edf4', 1, '2024-07-31 11:06:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:13', NULL, NULL, 6214, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395173401.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c11ad5a7973645e494970fe57f5c642d', 1, '2024-07-31 11:06:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:14', NULL, NULL, 6215, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395173621.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6fdc749903646bcbfaf9c72b5cd45b4', 1, '2024-07-31 11:06:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:14', NULL, NULL, 6216, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395173809.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17ef65b9795a4134ab516bebfb5121ea', 1, '2024-07-31 11:06:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:14', NULL, NULL, 6217, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395174013.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2cfa149cb5a84778a67e4926c6c12e64', 1, '2024-07-31 11:06:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:14', NULL, NULL, 6218, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395174189.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c3e3733beb34eb4ad7d141accbcd5d4', 1, '2024-07-31 11:06:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:14', NULL, NULL, 6219, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395174408.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ffe9733e1d7450c8efcc96c78b0390e', 1, '2024-07-31 11:06:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:15', NULL, NULL, 6220, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395174628.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '20e2b2839c0b436a88ee7e9701b4c4d8', 1, '2024-07-31 11:06:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:15', NULL, NULL, 6221, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395174864.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0d406fcb4bbd4696ae732ad7c28282e1', 1, '2024-07-31 11:06:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:15', NULL, NULL, 6222, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395175088.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f9699dfb35d47d0acb8b0a729e8fb05', 1, '2024-07-31 11:06:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:15', NULL, NULL, 6223, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395175289.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b7031674e57d4646ac42cf68c2e0bf9a', 1, '2024-07-31 11:06:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:16', NULL, NULL, 6224, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395175512.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2b2e294676f449faa9ff26143cdeb7f3', 1, '2024-07-31 11:06:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:16', NULL, NULL, 6225, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395175703.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eb4cba58ebbf403297988c7dfc90d022', 1, '2024-07-31 11:06:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:16', NULL, NULL, 6226, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395175902.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f26406b63bb04220839c328140ccb720', 1, '2024-07-31 11:06:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:16', NULL, NULL, 6227, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395176093.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '39442766d7054ef983309211e6f9500f', 1, '2024-07-31 11:06:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:16', NULL, NULL, 6228, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395176312.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '06f3d483ecae40b38847dfac5afd909e', 1, '2024-07-31 11:06:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:17', NULL, NULL, 6229, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395176518.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df60c9ac116c4f0195f711680a64de24', 1, '2024-07-31 11:06:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:17', NULL, NULL, 6230, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395176689.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b7f4ba003c54177a994dd6d2596e342', 1, '2024-07-31 11:06:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:17', NULL, NULL, 6231, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395176880.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f022bb2da46a49f4bbe4360860b04022', 1, '2024-07-31 11:06:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:17', NULL, NULL, 6232, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395177083.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd9c126bb84924bb8be0144a07e3d6b7e', 1, '2024-07-31 11:06:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:17', NULL, NULL, 6233, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395177318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a858cb0d6de4ad9a7f790f830e53818', 1, '2024-07-31 11:06:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:18', NULL, NULL, 6234, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395177528.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2107067f21724a38b4d2bef9797b67a4', 1, '2024-07-31 11:06:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:18', NULL, NULL, 6235, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395177746.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52d3143eaeba4adba35a42196626abfc', 1, '2024-07-31 11:06:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:18', NULL, NULL, 6236, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395177918.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eef026afa91d428ba7304e3da2a2aa28', 1, '2024-07-31 11:06:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:18', NULL, NULL, 6237, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395178137.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '08de7b6dcd0c4033822b46dee71a0b5d', 1, '2024-07-31 11:06:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:18', NULL, NULL, 6238, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395178311.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0f3319d2f490492689a46589ce20df4e', 1, '2024-07-31 11:06:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:19', NULL, NULL, 6239, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395178486.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd999ff79e97240b4bbf6db94467be5c6', 1, '2024-07-31 11:06:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:19', NULL, NULL, 6240, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395178687.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0a892a5c3f8443faec21ad06823663a', 1, '2024-07-31 11:06:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:19', NULL, NULL, 6241, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395178925.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c6d47256e5d245838aa3d772a30732a3', 1, '2024-07-31 11:06:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:19', NULL, NULL, 6242, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395179132.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd8c2e12dcba548418ddf87781d1bef30', 1, '2024-07-31 11:06:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:19', NULL, NULL, 6243, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395179351.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24a0a5b8c45f465790f3643f77f6f7fd', 1, '2024-07-31 11:06:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:20', NULL, NULL, 6244, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395179584.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3e301ff6072445de87e0809224b5a721', 1, '2024-07-31 11:06:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:20', NULL, NULL, 6245, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395179820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f863b3550c8a49d28598b0bd90b11015', 1, '2024-07-31 11:06:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:20', NULL, NULL, 6246, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395180030.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f40860b164245c58a61657f289459a0', 1, '2024-07-31 11:06:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:20', NULL, NULL, 6247, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395180279.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '27ea465118c64268951bafbb08131335', 1, '2024-07-31 11:06:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:21', NULL, NULL, 6248, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395180485.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6c197a974c4345088efffdb40aec323a', 1, '2024-07-31 11:06:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:21', NULL, NULL, 6249, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395180722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24406f3aee4545bbaa904664c63c8f0f', 1, '2024-07-31 11:06:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:21', NULL, NULL, 6250, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395180895.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8950ce9f2ea3405091ce61f43f9a3653', 1, '2024-07-31 11:06:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:21', NULL, NULL, 6251, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395181083.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '45a6cf5b15c24f4d866f40fa6c7fffb4', 1, '2024-07-31 11:06:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:21', NULL, NULL, 6252, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395181397.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '16bd1636720d498b89d2bc8699c50a3a', 1, '2024-07-31 11:06:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:22', NULL, NULL, 6253, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395181587.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1847395d727b410fa85f869ccf76a3af', 1, '2024-07-31 11:06:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:22', NULL, NULL, 6254, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395181787.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6c37dd67a50492f9ed2f7a744aaf247', 1, '2024-07-31 11:06:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:22', NULL, NULL, 6255, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395181974.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9758b14c1a414dd5b0e3018790207e1b', 1, '2024-07-31 11:06:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:22', NULL, NULL, 6256, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395182161.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '98bce2c3530e45b4b94bbfad5cbaf36e', 1, '2024-07-31 11:06:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:22', NULL, NULL, 6257, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395182365.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a824e7e3b66468cbb1aabd6716e251d', 1, '2024-07-31 11:06:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:23', NULL, NULL, 6258, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395182553.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '49a48c375c2a4226a75d9750dacd7d81', 1, '2024-07-31 11:06:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:23', NULL, NULL, 6259, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395182757.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e683b1b622a54d3d9cd2803dc75b48da', 1, '2024-07-31 11:06:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:23', NULL, NULL, 6260, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395182962.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c9515cbb6de541a7a26058d6fd81c162', 1, '2024-07-31 11:06:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:23', NULL, NULL, 6261, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395183230.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7e1918e587704ed68d6d1204ec79e915', 1, '2024-07-31 11:06:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:24', NULL, NULL, 6262, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395183418.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e74a346051894a8fa737403f99f22b41', 1, '2024-07-31 11:06:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:24', NULL, NULL, 6263, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395183591.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76213dee7b0b4b68b64f9e08a4905120', 1, '2024-07-31 11:06:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:24', NULL, NULL, 6264, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395183794.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '73dfd0bd4f8f40b0a65d46b9cb0ba391', 1, '2024-07-31 11:06:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:24', NULL, NULL, 6265, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395183953.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f243a04680e342e792829d4668b23c4e', 1, '2024-07-31 11:06:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:24', NULL, NULL, 6266, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395184139.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09749fa52805451d87e660cbf6a648e0', 1, '2024-07-31 11:06:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:24', NULL, NULL, 6267, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395184391.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '67f40ac9f4a64f48924d15dd17438122', 1, '2024-07-31 11:06:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:25', NULL, NULL, 6268, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395184594.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d2d43c42666484f87eed2a1dab691c9', 1, '2024-07-31 11:06:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:25', NULL, NULL, 6269, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395184833.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb1fa6384279466a9351977c6989313c', 1, '2024-07-31 11:06:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:25', NULL, NULL, 6270, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395185052.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0565b75bc194d99bddf49aa430f1650', 1, '2024-07-31 11:06:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:25', NULL, NULL, 6271, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395185271.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3658222a08344bfcb69c706fa3d5c6b9', 1, '2024-07-31 11:06:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:26', NULL, NULL, 6272, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395185492.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6e721b0918f74b16be14e60588aaa7be', 1, '2024-07-31 11:06:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:26', NULL, NULL, 6273, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395185714.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5508a38c2634441fa59c7ef331a9c614', 1, '2024-07-31 11:06:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:26', NULL, NULL, 6274, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395185916.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'da5c9f1ad7234b4a8d2b16c60f911f06', 1, '2024-07-31 11:06:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:26', NULL, NULL, 6275, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395186137.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b9931de0279c45539ec7907c4b44e9d1', 1, '2024-07-31 11:06:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:26', NULL, NULL, 6276, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395186354.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bbed8ddf16384486b3fbdaa83247fc27', 1, '2024-07-31 11:06:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:27', NULL, NULL, 6277, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395186640.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7fb2790482174caba20e624d8255f683', 1, '2024-07-31 11:06:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:27', NULL, NULL, 6278, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395186796.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0a6a95156c06413dba883c0eab7fc566', 1, '2024-07-31 11:06:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:27', NULL, NULL, 6279, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395187000.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '82b051d5a4e54aec9485f0dd0e3ebf11', 1, '2024-07-31 11:06:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:27', NULL, NULL, 6280, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395187220.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9eec8eaec0354a55a81d81f0e8b8bc49', 1, '2024-07-31 11:06:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:27', NULL, NULL, 6281, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395187406.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6b197de9c39a4c4abc84efbcbd48c1a4', 1, '2024-07-31 11:06:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:28', NULL, NULL, 6282, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395187619.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '38f6591644524d4086ebae93ccd03c95', 1, '2024-07-31 11:06:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:28', NULL, NULL, 6283, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395187876.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bf7e65acf7fa49d0a3f7e5eac2450409', 1, '2024-07-31 11:06:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:28', NULL, NULL, 6284, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395188082.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99ab6b88c28f42a4b8b1c222f23ff432', 1, '2024-07-31 11:06:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:28', NULL, NULL, 6285, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395188270.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e84afb10baf4c6894933f157e6799a6', 1, '2024-07-31 11:06:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:29', NULL, NULL, 6286, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395188475.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '43576b18f4fe4269bb41a5d0f14befcb', 1, '2024-07-31 11:06:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:29', NULL, NULL, 6287, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395188680.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9245ab228d4e40eaace75585160f32c9', 1, '2024-07-31 11:06:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:29', NULL, NULL, 6288, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395188963.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be7eef4451c541019f858ad46ac23e0b', 1, '2024-07-31 11:06:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:29', NULL, NULL, 6289, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395189176.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3aa8c5085541438889be00f327c90e69', 1, '2024-07-31 11:06:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:29', NULL, NULL, 6290, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395189371.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4f5407ca16d14f6c99e4e44ced426d47', 1, '2024-07-31 11:06:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:30', NULL, NULL, 6291, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395189560.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ff8cafd082c4bf9aabe80b9c92dcafb', 1, '2024-07-31 11:06:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:30', NULL, NULL, 6292, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395189765.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '245b2fcee6334d3b88e86d12fa54470a', 1, '2024-07-31 11:06:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:30', NULL, NULL, 6293, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395190077.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '646f9189c21b4d0cabadd9f0cdd5db12', 1, '2024-07-31 11:06:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:30', NULL, NULL, 6294, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395190284.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2f7a20677026471aab09ae52cd559f98', 1, '2024-07-31 11:06:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:31', NULL, NULL, 6295, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395190485.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a9bcefaf835a4c98a2d013fe5bad1048', 1, '2024-07-31 11:06:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:31', NULL, NULL, 6296, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395190674.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '58014932101d4261a1890a4b11c512ee', 1, '2024-07-31 11:06:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:31', NULL, NULL, 6297, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395190893.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '057f26c3e14141d183a58a5d28464e85', 1, '2024-07-31 11:06:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:31', NULL, NULL, 6298, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395191163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd6112a0c714f4789814a694522a7fb4d', 1, '2024-07-31 11:06:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:31', NULL, NULL, 6299, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395191367.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3156b9cc63341a98e2e9db802e75b77', 1, '2024-07-31 11:06:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:32', NULL, NULL, 6300, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395191599.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '21fb0fc727df4fdfaa1d11e4026f810c', 1, '2024-07-31 11:06:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:32', NULL, NULL, 6301, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395191820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ac6028364bba4a43b43408cb78d0ecd3', 1, '2024-07-31 11:06:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:32', NULL, NULL, 6302, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395192010.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4bc7edd24e8d4fc982be0d969316f882', 1, '2024-07-31 11:06:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:32', NULL, NULL, 6303, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395192306.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5292072c8e9447cb977e1fd038bc308e', 1, '2024-07-31 11:06:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:33', NULL, NULL, 6304, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395192493.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40839465d07444ca930a388b0a38b503', 1, '2024-07-31 11:06:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:33', NULL, NULL, 6305, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395192696.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4aaf64fe71f54d94bb4eeff077dd444f', 1, '2024-07-31 11:06:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:33', NULL, NULL, 6306, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395192884.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1527e2bdcdef4080925c981dffadcc24', 1, '2024-07-31 11:06:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:33', NULL, NULL, 6307, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395193088.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '60f3e95bf59f49639a55375ac6cc7e80', 1, '2024-07-31 11:06:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:33', NULL, NULL, 6308, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395193291.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f87ed23cac5470895c58c4814c154c4', 1, '2024-07-31 11:06:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:34', NULL, NULL, 6309, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395193496.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f7cff28852448e9bd9a7ffe92b6af55', 1, '2024-07-31 11:06:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:34', NULL, NULL, 6310, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395193684.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9935e4bdc38d4cb099bd92213b9f55d4', 1, '2024-07-31 11:06:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:34', NULL, NULL, 6311, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395193889.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c2f31903c5bf4660a1e4a8d030fa700b', 1, '2024-07-31 11:06:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:34', NULL, NULL, 6312, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395194108.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8353031ee8e84d44be5a64a8806b283c', 1, '2024-07-31 11:06:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:34', NULL, NULL, 6313, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395194296.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ba76cc3fda9466fa78f612962b7dfce', 1, '2024-07-31 11:06:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:35', NULL, NULL, 6314, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395194498.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ea1a056040b141c18903f8356b075548', 1, '2024-07-31 11:06:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:35', NULL, NULL, 6315, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395194702.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '087b4d9299a54a6188824503cbcdbac4', 1, '2024-07-31 11:06:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:35', NULL, NULL, 6316, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395195022.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b236c897f45f4334bb56264e2a9e82b6', 1, '2024-07-31 11:06:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:35', NULL, NULL, 6317, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395195221.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5bc07aecff9e42f69c79382396346c31', 1, '2024-07-31 11:06:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:36', NULL, NULL, 6318, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395195827.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4046a9404e004f098f4eac4ecefc1715', 1, '2024-07-31 11:06:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:37', NULL, NULL, 6319, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395196349.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b735d14735944834bc8efb3285edede9', 1, '2024-07-31 11:06:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:37', NULL, NULL, 6320, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395196770.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5ce8a85f67144a9eafc199fbc19c5f48', 1, '2024-07-31 11:06:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:37', NULL, NULL, 6321, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395196991.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c8c064a22c348cfa57b326155461c45', 1, '2024-07-31 11:06:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:37', NULL, NULL, 6322, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395197219.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0f4c0a57161445359e09956431502519', 1, '2024-07-31 11:06:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:38', NULL, NULL, 6323, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395197430.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e1070a9231e44068c456435365a9d6b', 1, '2024-07-31 11:06:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:38', NULL, NULL, 6324, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395197650.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6358439ab108420693751455f729519e', 1, '2024-07-31 11:06:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:38', NULL, NULL, 6325, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395197933.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b33138064d5a46c3920cd9309b19b7b5', 1, '2024-07-31 11:06:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:38', NULL, NULL, 6326, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395198120.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd0325a7a61664a5f8616a24b821fd63a', 1, '2024-07-31 11:06:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:38', NULL, NULL, 6327, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395198323.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c85dc37f19304162bff8f1ddc72626b6', 1, '2024-07-31 11:06:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:39', NULL, NULL, 6328, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395198528.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7cf667d55065400994f8ca7b6a713c7a', 1, '2024-07-31 11:06:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:39', NULL, NULL, 6329, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395198734.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dca2a6e336f543e283bc9b60e73f1d40', 1, '2024-07-31 11:06:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:39', NULL, NULL, 6330, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395198951.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3f41d1f77f1c444a9005f25b122b5aa5', 1, '2024-07-31 11:06:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:39', NULL, NULL, 6331, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395199125.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34630ad337574ed3a8a03d4cf6011c3b', 1, '2024-07-31 11:06:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:39', NULL, NULL, 6332, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395199315.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e180b300bc5f4a72939ac4852eea5448', 1, '2024-07-31 11:06:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:40', NULL, NULL, 6333, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395199502.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4781333d21994e63a1b6f7077102002d', 1, '2024-07-31 11:06:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:40', NULL, NULL, 6334, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395199692.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '06e984e727b449969cd062605862d7ac', 1, '2024-07-31 11:06:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:40', NULL, NULL, 6335, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395199850.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '328d769b18df49399407ed3514c9b8f3', 1, '2024-07-31 11:06:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:40', NULL, NULL, 6336, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395200039.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e2e833904c134d05b79f51ec2af85f3d', 1, '2024-07-31 11:06:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:40', NULL, NULL, 6337, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395200244.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b073c61122724c8eb91189036b153542', 1, '2024-07-31 11:06:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:41', NULL, NULL, 6338, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395200666.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5ce3e909d4954b4e9f8f594c385d3099', 1, '2024-07-31 11:06:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:41', NULL, NULL, 6339, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395200935.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c92832726bcc43afa7e6470047a48746', 1, '2024-07-31 11:06:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:41', NULL, NULL, 6340, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395201278.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '809162c2f83c47fc89e6a0e5249f2f10', 1, '2024-07-31 11:06:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:42', NULL, NULL, 6341, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395201489.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a5b926e252f34928b65d3ef56e8a11b2', 1, '2024-07-31 11:06:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:42', NULL, NULL, 6342, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395201702.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eff43d6071e14246bbaec2cf76c72502', 1, '2024-07-31 11:06:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:42', NULL, NULL, 6343, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395201876.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5c0744d551584d7297b2c3bd3dfeb2c1', 1, '2024-07-31 11:06:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:42', NULL, NULL, 6344, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395202092.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'abd5dadc152640e3ae31ddd7f5a3f3ed', 1, '2024-07-31 11:06:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:42', NULL, NULL, 6345, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395202263.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6bd28f6d2c8640d6ace1c56e98d35abe', 1, '2024-07-31 11:06:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:43', NULL, NULL, 6346, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395202460.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0f397f2e4bb544a59c1321a3dd3c82a5', 1, '2024-07-31 11:06:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:43', NULL, NULL, 6347, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395202650.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f7a3b25050f547ea82264971fc2051a7', 1, '2024-07-31 11:06:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:43', NULL, NULL, 6348, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395202823.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a099b5e38e942898d418243dd0a5429', 1, '2024-07-31 11:06:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:43', NULL, NULL, 6349, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395203013.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c07407e97c748f6b4c6df8e01eaeb7f', 1, '2024-07-31 11:06:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:43', NULL, NULL, 6350, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395203238.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24213b42376642aea12de7970d43a3cd', 1, '2024-07-31 11:06:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:44', NULL, NULL, 6351, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395203549.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2829d629825142e291b5f7a863e12b2d', 1, '2024-07-31 11:06:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:44', NULL, NULL, 6352, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395203880.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3d60c2b104f4495a8e03315b2ed8d1ea', 1, '2024-07-31 11:06:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:44', NULL, NULL, 6353, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395204092.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '61286ab5c05c4f919e45c7464714205d', 1, '2024-07-31 11:06:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:44', NULL, NULL, 6354, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395204295.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ac5a71bfa6864b3a940b9335440bbe4d', 1, '2024-07-31 11:06:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:45', NULL, NULL, 6355, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395204465.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6f6fda426fb49af8d116bff0f664b48', 1, '2024-07-31 11:06:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:45', NULL, NULL, 6356, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395204643.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '786d46cc36614652956a86e169b10d3a', 1, '2024-07-31 11:06:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:45', NULL, NULL, 6357, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395204844.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b12748fbb2748038af139470e67b636', 1, '2024-07-31 11:06:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:45', NULL, NULL, 6358, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395205050.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b6f7ca97b4c24adcac5747b3cc48a61d', 1, '2024-07-31 11:06:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:45', NULL, NULL, 6359, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395205223.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2ad2c105383b4e0892952e2cfcb87bb2', 1, '2024-07-31 11:06:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:45', NULL, NULL, 6360, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395205413.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b4816d59c004c1bae687c013aa7fbd8', 1, '2024-07-31 11:06:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:46', NULL, NULL, 6361, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395205603.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b42478e6d214017b05cfc0dbdf9dbaf', 1, '2024-07-31 11:06:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:46', NULL, NULL, 6362, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395205776.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9f918abf04864b7680610a8e14119457', 1, '2024-07-31 11:06:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:46', NULL, NULL, 6363, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395205950.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ce00629aaf1f47a79ebf5ddd90276d81', 1, '2024-07-31 11:06:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:46', NULL, NULL, 6364, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395206123.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eba0795a5b1f4d2fa1d3d7a9e6783086', 1, '2024-07-31 11:06:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:47', NULL, NULL, 6365, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395206297.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40a0763b3bbf43059b3e4fd71d3beb16', 1, '2024-07-31 11:06:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:47', NULL, NULL, 6366, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395206708.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f75d70d62f884428a3fe7ed489d5f136', 1, '2024-07-31 11:06:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:47', NULL, NULL, 6367, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395207025.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c9fb13073b0f4d4aab75e03ee8a52be0', 1, '2024-07-31 11:06:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:48', NULL, NULL, 6368, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395207447.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9ebcd7c359014bcf935b4469600e9df0', 1, '2024-07-31 11:06:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:48', NULL, NULL, 6369, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395207669.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3718d03f53a04699956a41ea398ef6c0', 1, '2024-07-31 11:06:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:48', NULL, NULL, 6370, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395207927.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e124046dd2fa418e8cac1717e6218891', 1, '2024-07-31 11:06:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:48', NULL, NULL, 6371, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395208145.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a524a54023804473b38a242824aeaf56', 1, '2024-07-31 11:06:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:48', NULL, NULL, 6372, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395208288.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '48201e24500c4fd4b2643882047c3426', 1, '2024-07-31 11:06:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:49', NULL, NULL, 6373, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395208506.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ed39f0d438b143d8b4f18bc4a595d4e5', 1, '2024-07-31 11:06:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:49', NULL, NULL, 6374, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395208758.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd693d40d17974084b2e3ee8d1b05410b', 1, '2024-07-31 11:06:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:49', NULL, NULL, 6375, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395208930.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7f94138b8b7943ccbb27f3fabe5f70af', 1, '2024-07-31 11:06:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:49', NULL, NULL, 6376, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395209110.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1caadb09e32e49a581f6d72e93d715dd', 1, '2024-07-31 11:06:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:49', NULL, NULL, 6377, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395209294.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '89594ef4363340eaad6a13444dc4c7c0', 1, '2024-07-31 11:06:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:50', NULL, NULL, 6378, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395209514.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17cb46219d994b628c06ebd058d9b18c', 1, '2024-07-31 11:06:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:50', NULL, NULL, 6379, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395209787.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55b83712536244d491f55be506707610', 1, '2024-07-31 11:06:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:50', NULL, NULL, 6380, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395209990.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '591292e15f3b4f99b43df06e50975f49', 1, '2024-07-31 11:06:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:50', NULL, NULL, 6381, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395210182.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18878bd0a1764d7eb411cfa56cd529f7', 1, '2024-07-31 11:06:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:50', NULL, NULL, 6382, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395210358.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a6a49916fede479d8a225caed4a9e6fb', 1, '2024-07-31 11:06:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:51', NULL, NULL, 6383, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395210576.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1a6404c3b9964161a14151bd9f58b67c', 1, '2024-07-31 11:06:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:51', NULL, NULL, 6384, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395210803.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e7c4275150d24f58a5f1efa9ab0e9494', 1, '2024-07-31 11:06:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:51', NULL, NULL, 6385, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395211015.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b84087af73a4574a9c687f4df89781e', 1, '2024-07-31 11:06:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:51', NULL, NULL, 6386, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395211171.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2887b07034464df89ecbe9a1fa449ea1', 1, '2024-07-31 11:06:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:51', NULL, NULL, 6387, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395211385.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'feaedfa21ccd4782989b5a0bb69faa8a', 1, '2024-07-31 11:06:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:52', NULL, NULL, 6388, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395211669.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5c4aecf461874bd384c7306b31254686', 1, '2024-07-31 11:06:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:52', NULL, NULL, 6389, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395211887.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24d7a4d62d8d4dfa848aca5dece2a1f9', 1, '2024-07-31 11:06:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:52', NULL, NULL, 6390, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395212188.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba28199ea19c4363a6b43bc39e605dd7', 1, '2024-07-31 11:06:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:53', NULL, NULL, 6391, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395212513.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b7f2a8559c5f42e99a70bd2b5260fda2', 1, '2024-07-31 11:06:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:53', NULL, NULL, 6392, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395212802.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a5dd5e6fd0e440e793c15fcd60580df2', 1, '2024-07-31 11:06:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:53', NULL, NULL, 6393, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395213033.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0a7c4cb637f41b9b417bef4fcdf11d8', 1, '2024-07-31 11:06:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:53', NULL, NULL, 6394, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395213268.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '39d39f67c2d64a6ea5ad919e4b85f558', 1, '2024-07-31 11:06:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:54', NULL, NULL, 6395, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395213458.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e1b39ee0b28f46c89da69476b3ce0897', 1, '2024-07-31 11:06:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:54', NULL, NULL, 6396, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395213672.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d24f4aea5744757a746b56b2133db19', 1, '2024-07-31 11:06:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:54', NULL, NULL, 6397, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395213918.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5c43457c96f4356ae7245f3adecbbc4', 1, '2024-07-31 11:06:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:54', NULL, NULL, 6398, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395214110.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ecda82dc2d6f463ab3169db3ad53a0b8', 1, '2024-07-31 11:06:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:54', NULL, NULL, 6399, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395214315.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '04f41684efd34318baae80d9de5a4015', 1, '2024-07-31 11:06:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:55', NULL, NULL, 6400, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395214518.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '196d1ecb12634865a93f155a8b957b5b', 1, '2024-07-31 11:06:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:55', NULL, NULL, 6401, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395214721.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '93acc3762b6e4b4f9b4a66af429dab80', 1, '2024-07-31 11:06:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:55', NULL, NULL, 6402, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395215019.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '231b9cf24500400b816031520e2118b2', 1, '2024-07-31 11:06:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:55', NULL, NULL, 6403, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395215322.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3161de0a4e2a4be19bab4134550dbe37', 1, '2024-07-31 11:06:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:56', NULL, NULL, 6404, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395215722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c2df032929e44878917e86240d867674', 1, '2024-07-31 11:06:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:56', NULL, NULL, 6405, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395216087.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3da2328a316044bcbd29159dcb27f0df', 1, '2024-07-31 11:06:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:56', NULL, NULL, 6406, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395216304.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '77c6a02bc09b43db92284cb55a57e247', 1, '2024-07-31 11:06:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:57', NULL, NULL, 6407, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395216590.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '260c91a39c804f4b854335654e959545', 1, '2024-07-31 11:06:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:57', NULL, NULL, 6408, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395216889.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a224bf8865d246e284256eeed38074dd', 1, '2024-07-31 11:06:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:57', NULL, NULL, 6409, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395217142.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f85aef9f28e44515bee038e0efa0bac4', 1, '2024-07-31 11:06:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:57', NULL, NULL, 6410, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395217339.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '32abfcd1d8964747acf4d73b13e22ae9', 1, '2024-07-31 11:06:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:58', NULL, NULL, 6411, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395217579.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0017e4df34444248be781b3d4f0cc2b9', 1, '2024-07-31 11:06:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:58', NULL, NULL, 6412, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395217783.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d43e384926449aba6940b80c75ee223', 1, '2024-07-31 11:06:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:58', NULL, NULL, 6413, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395217973.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31908242146442558f6fc30eff1f564d', 1, '2024-07-31 11:06:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:59', NULL, NULL, 6414, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395218613.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a7c3734d84b428d9ea17eb88d5269be', 1, '2024-07-31 11:06:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:59', NULL, NULL, 6415, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395218874.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '528ffb0a453e4f31bedf6844d7c067d9', 1, '2024-07-31 11:06:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:59', NULL, NULL, 6416, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395219073.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '89b5e2a3ea9644eba7153a1c2cece654', 1, '2024-07-31 11:06:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:06:59', NULL, NULL, 6417, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395219248.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1dd3b39f9bc44ec291a4eb58c5beba0f', 1, '2024-07-31 11:06:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:00', NULL, NULL, 6418, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395219510.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '239d958e40b64ab5864da53d5c6b784e', 1, '2024-07-31 11:07:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:00', NULL, NULL, 6419, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395219722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6fa45cf649454a9796b427af921e2e0d', 1, '2024-07-31 11:07:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:00', NULL, NULL, 6420, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395219898.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cc3e94be10a244b3a602802b013fbba3', 1, '2024-07-31 11:07:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:00', NULL, NULL, 6421, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395220103.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0534fdb42f6d4175ab15067f35359e16', 1, '2024-07-31 11:07:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:00', NULL, NULL, 6422, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395220307.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ce3425d45c8441a7bf2866892a02d0db', 1, '2024-07-31 11:07:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:01', NULL, NULL, 6423, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395220549.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f4192849e3644d39676673b5db49751', 1, '2024-07-31 11:07:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:01', NULL, NULL, 6424, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395220749.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e17b7b11b3746c298404c47d2166430', 1, '2024-07-31 11:07:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:01', NULL, NULL, 6425, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395220923.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c7dc34e798834cc7b9f9039a7519711e', 1, '2024-07-31 11:07:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:01', NULL, NULL, 6426, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395221200.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '68cd132131d9409fa863a36c0c5b5a6a', 1, '2024-07-31 11:07:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:02', NULL, NULL, 6427, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395221472.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76158bea1bf24eb4a8b7925c1c3ec45a', 1, '2024-07-31 11:07:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:02', NULL, NULL, 6428, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395221697.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0b5636cd4bb94d0e9b370dec5d61bf5f', 1, '2024-07-31 11:07:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:02', NULL, NULL, 6429, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395221950.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1654b34cb7d74d0e98d17d29e0e0890b', 1, '2024-07-31 11:07:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:02', NULL, NULL, 6430, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395222154.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '30d9539e100d4ce6bb9d52db15ac17e4', 1, '2024-07-31 11:07:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:02', NULL, NULL, 6431, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395222350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff9b98b55a2e49ea85511ea76822dc51', 1, '2024-07-31 11:07:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:03', NULL, NULL, 6432, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395222553.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '640c4d2964594887b9368b9fd5a62ac4', 1, '2024-07-31 11:07:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:03', NULL, NULL, 6433, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395222795.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e0bd9e216ddd4b0f85917c2c1de45eec', 1, '2024-07-31 11:07:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:03', NULL, NULL, 6434, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395223022.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '11e1b86a0a0947b290269f9d1b75b94d', 1, '2024-07-31 11:07:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:03', NULL, NULL, 6435, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395223209.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9bfea380782d4d25b96c751fe69925ce', 1, '2024-07-31 11:07:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:03', NULL, NULL, 6436, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395223387.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e59eed2dabd44631952ca8c8d6f36a20', 1, '2024-07-31 11:07:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:04', NULL, NULL, 6437, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395223531.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1681f50527794570b476299f329d61ab', 1, '2024-07-31 11:07:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:04', NULL, NULL, 6438, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395223783.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '15e68e019aa54098a6df8858dc2a695f', 1, '2024-07-31 11:07:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:04', NULL, NULL, 6439, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395224212.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1810470c36dc4862a08e5ef1acc998cc', 1, '2024-07-31 11:07:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:05', NULL, NULL, 6440, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395224482.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f7dabacb1ac645fea5fa629c7a6f3129', 1, '2024-07-31 11:07:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:05', NULL, NULL, 6441, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395224830.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '21f8442d3f244e219ebfb5d7d37b46c1', 1, '2024-07-31 11:07:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:05', NULL, NULL, 6442, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395225103.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a96ada89a8e43d4b963c67d0740b672', 1, '2024-07-31 11:07:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:05', NULL, NULL, 6443, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395225288.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a20e11125f164c1dae24bbcaa993d071', 1, '2024-07-31 11:07:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:06', NULL, NULL, 6444, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395225460.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '02b3ca86f7b74c9ca0e92d07fd9c35f8', 1, '2024-07-31 11:07:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:06', NULL, NULL, 6445, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395225639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '479fe69f98034637b29e126cabc208de', 1, '2024-07-31 11:07:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:06', NULL, NULL, 6446, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395225823.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a190e47f881340e09911696a554ce0c9', 1, '2024-07-31 11:07:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:06', NULL, NULL, 6447, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395226044.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d03bf524ae2444abd9d86e9a23f4eae', 1, '2024-07-31 11:07:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:06', NULL, NULL, 6448, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395226337.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0f2d3c19f3d84e0b8cbb3525ad181c2e', 1, '2024-07-31 11:07:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:07', NULL, NULL, 6449, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395226526.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1550faee647c4f7ba5620a16ac1ddad0', 1, '2024-07-31 11:07:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:07', NULL, NULL, 6450, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395226861.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '271733fff84d4ddda52411d8169fb5ce', 1, '2024-07-31 11:07:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:08', NULL, NULL, 6451, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395227282.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5367d06ae2de4c9fa235c6ee9a51b1cc', 1, '2024-07-31 11:07:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:08', NULL, NULL, 6452, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395227879.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '17d063b04ec14ecaab3f734251823374', 1, '2024-07-31 11:07:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:08', NULL, NULL, 6453, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395228108.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '01c1186525f145c48e2fbb683d9daaac', 1, '2024-07-31 11:07:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:08', NULL, NULL, 6454, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395228332.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bb9dd284531948798106ca5cd67f7f01', 1, '2024-07-31 11:07:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:09', NULL, NULL, 6455, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395228565.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b4da90319ae54e20bc5fcfc0cdb713af', 1, '2024-07-31 11:07:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:09', NULL, NULL, 6456, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395228802.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b508f2e45e714b8eb9c070d73cffc907', 1, '2024-07-31 11:07:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:09', NULL, NULL, 6457, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395229006.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7ac3fb82176440a9876a3bb692d5d7da', 1, '2024-07-31 11:07:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:09', NULL, NULL, 6458, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395229212.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '911d39058f9a430da8650bc76cee12ad', 1, '2024-07-31 11:07:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:09', NULL, NULL, 6459, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395229417.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1f7e5dc8be974fba9896df3e5a5465da', 1, '2024-07-31 11:07:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:10', NULL, NULL, 6460, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395229639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f557fd6034214eaa91dd1084bbfbe382', 1, '2024-07-31 11:07:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:10', NULL, NULL, 6461, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395229892.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9c4ccb0786074dbdb2135892e08fa81f', 1, '2024-07-31 11:07:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:10', NULL, NULL, 6462, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395230246.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4cecff30f95d4975ac1c00e2d40d2a04', 1, '2024-07-31 11:07:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:11', NULL, NULL, 6463, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395230708.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '19f9f860701d409bb91e893d1e133dea', 1, '2024-07-31 11:07:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:11', NULL, NULL, 6464, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395231038.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd876c3963ab342cb9b6883be8c9eabbe', 1, '2024-07-31 11:07:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:11', NULL, NULL, 6465, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395231243.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a76018ab09cc47d0892fffc37a521cd3', 1, '2024-07-31 11:07:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:12', NULL, NULL, 6466, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395231606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '775c8fafa9364f178df6a5c2f112174b', 1, '2024-07-31 11:07:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:12', NULL, NULL, 6467, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395231812.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8e8fc67dc8bf438cb08f8d30231ad55c', 1, '2024-07-31 11:07:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:12', NULL, NULL, 6468, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395232064.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4d2965ad890044eb9cf71143eca69852', 1, '2024-07-31 11:07:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:12', NULL, NULL, 6469, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395232269.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8959e5729d014c16b90ed0880070312c', 1, '2024-07-31 11:07:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:13', NULL, NULL, 6470, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395232474.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b3cff0f07c2b4c3aac4e040148c2d64b', 1, '2024-07-31 11:07:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:13', NULL, NULL, 6471, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395232648.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8d108b8dd9d74115a7e32e923b7488ac', 1, '2024-07-31 11:07:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:13', NULL, NULL, 6472, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395232858.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'bc0c9d412f82416f87c98ea67516010f', 1, '2024-07-31 11:07:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:14', NULL, NULL, 6473, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395233341.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8fb04fde83084c22bbe0785b2c4f5967', 1, '2024-07-31 11:07:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:14', NULL, NULL, 6474, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395233915.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aa49312138fa46b59377b135b87631a9', 1, '2024-07-31 11:07:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:14', NULL, NULL, 6475, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395234156.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd471362b9db448a997ad2bd397436ec4', 1, '2024-07-31 11:07:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:15', NULL, NULL, 6476, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395234450.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6b4985dde7b5491588a791d4b274f33b', 1, '2024-07-31 11:07:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:15', NULL, NULL, 6477, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395234658.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a8ae13d0ac79404faf545c312dfa7cd1', 1, '2024-07-31 11:07:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:15', NULL, NULL, 6478, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395234961.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '346b62264c1f4a6187181d5451d54ddb', 1, '2024-07-31 11:07:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:15', NULL, NULL, 6479, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395235233.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd72e523d10a3462d8b2aa465ab093904', 1, '2024-07-31 11:07:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:16', NULL, NULL, 6480, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395235545.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2321a707221140579d825b5c14627f7f', 1, '2024-07-31 11:07:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:16', NULL, NULL, 6481, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395235764.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '78503ee11f754961bde6d22ce91fb8d9', 1, '2024-07-31 11:07:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:16', NULL, NULL, 6482, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395235952.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '23524d04f1d945969f741c6ffcc00f64', 1, '2024-07-31 11:07:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:16', NULL, NULL, 6483, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395236157.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8acd7449f6224b22bea6f9a4ecb24ba6', 1, '2024-07-31 11:07:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:16', NULL, NULL, 6484, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395236360.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '12bcc6aad25e436aa95c11e2e1f64e38', 1, '2024-07-31 11:07:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:17', NULL, NULL, 6485, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395236596.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0000daa62ad4705a8f40a679430c77e', 1, '2024-07-31 11:07:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:17', NULL, NULL, 6486, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395236878.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a715c355ba9a4c0b8bb6d0472bfe3be2', 1, '2024-07-31 11:07:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:17', NULL, NULL, 6487, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395237067.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd87092fb026a49fcbfed30af51ebf724', 1, '2024-07-31 11:07:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:17', NULL, NULL, 6488, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395237271.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '46cb6a673a7343b4b29da02e8aa18546', 1, '2024-07-31 11:07:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:18', NULL, NULL, 6489, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395237462.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5d262c95a224dbca9218cc0285f50f4', 1, '2024-07-31 11:07:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:18', NULL, NULL, 6490, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395237773.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4153d456a3274323819ea7954730225b', 1, '2024-07-31 11:07:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:18', NULL, NULL, 6491, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395237958.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '15aed3ed5881413e913647b1ab8dbd70', 1, '2024-07-31 11:07:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:18', NULL, NULL, 6492, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395238176.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e8847fc6ca03481688538b60e7dd9e8e', 1, '2024-07-31 11:07:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:18', NULL, NULL, 6493, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395238400.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd9737f4408fb45a8baf0ed54cf8bf864', 1, '2024-07-31 11:07:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:19', NULL, NULL, 6494, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395238587.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3c1f13c296194e2da1da1afdd954170c', 1, '2024-07-31 11:07:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:19', NULL, NULL, 6495, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395238885.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6fbf35488ded486fbf0a6ef29ae7d3dc', 1, '2024-07-31 11:07:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:20', NULL, NULL, 6496, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395239250.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd552d117f9f342dbbe57f16cea48fec0', 1, '2024-07-31 11:07:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:20', NULL, NULL, 6497, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395239916.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ffa71b832a0c4eb691d278ee29d72dea', 1, '2024-07-31 11:07:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:20', NULL, NULL, 6498, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395240113.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2c7d0376f5d7437c9b1037ad71500c13', 1, '2024-07-31 11:07:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:20', NULL, NULL, 6499, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395240339.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf51fed472ad45dbb75a66dce372564b', 1, '2024-07-31 11:07:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:21', NULL, NULL, 6500, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395240555.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c68aa0f8b81a44f288eb1c9a32a7130f', 1, '2024-07-31 11:07:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:21', NULL, NULL, 6501, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395240745.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cd070838ca8b4dd6a71d77e99e5a0978', 1, '2024-07-31 11:07:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:21', NULL, NULL, 6502, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395240998.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6196c0c4070d497d877e9aa07353b4f1', 1, '2024-07-31 11:07:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:21', NULL, NULL, 6503, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395241192.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '58a5ae97d8f448d798b244502f014459', 1, '2024-07-31 11:07:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:21', NULL, NULL, 6504, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395241397.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '57bb0058de6949909b509e15c73c5633', 1, '2024-07-31 11:07:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:22', NULL, NULL, 6505, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395241551.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7378008ecfbd4e80b73fbd9f5fe15f71', 1, '2024-07-31 11:07:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:22', NULL, NULL, 6506, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395241756.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff010c8ddcfa4b3db1241c1e2870ae84', 1, '2024-07-31 11:07:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:22', NULL, NULL, 6507, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395242008.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e488e191d1a245e18a4a39c9b15df7a9', 1, '2024-07-31 11:07:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:23', NULL, NULL, 6508, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395242969.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '33b5241d4a174b60acf780337c9b0e0f', 1, '2024-07-31 11:07:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:23', NULL, NULL, 6509, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395243271.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f4c5f2e4cbaf43e88523df8a49c86fbe', 1, '2024-07-31 11:07:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:24', NULL, NULL, 6510, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395243496.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8bc937bbe0b84bdfba1a263aacbee5b0', 1, '2024-07-31 11:07:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:24', NULL, NULL, 6511, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395243758.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '71d0fd7696cc4ee58a6d66de708dbe6e', 1, '2024-07-31 11:07:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:24', NULL, NULL, 6512, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395243964.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fca632bb8e584d60a8036072ddebfbf7', 1, '2024-07-31 11:07:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:24', NULL, NULL, 6513, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395244190.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '252fb2d2e2a94c5fb5b4d8d876f1ecb1', 1, '2024-07-31 11:07:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:24', NULL, NULL, 6514, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395244405.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '673051f38feb45dd84ff98e11d0ec3ce', 1, '2024-07-31 11:07:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:25', NULL, NULL, 6515, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395244594.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c4f8b4fee0aa4938ad0e16ddd3dafadf', 1, '2024-07-31 11:07:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:25', NULL, NULL, 6516, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395244847.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b29e24551954735be7216191cf42419', 1, '2024-07-31 11:07:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:25', NULL, NULL, 6517, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395245067.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd9d9557e5e7b4498aac280037b1de425', 1, '2024-07-31 11:07:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:25', NULL, NULL, 6518, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395245303.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c2cd3c91e84c421195c0c61012b04a24', 1, '2024-07-31 11:07:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:26', NULL, NULL, 6519, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395245492.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'be4a117e574d46f09986bd0cf630cd1d', 1, '2024-07-31 11:07:25'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:26', NULL, NULL, 6520, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395246093.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8640cd37697b4bde9d9b4e5717baa0ad', 1, '2024-07-31 11:07:26'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:27', NULL, NULL, 6521, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395246723.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '361d4138a3104c6f80131cfa88f5c676', 1, '2024-07-31 11:07:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:27', NULL, NULL, 6522, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395247261.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ec9bdf6548b64297beafd458ea6b431e', 1, '2024-07-31 11:07:27'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:28', NULL, NULL, 6523, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395247514.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d3e8365ff25482ea89d2676e24ce147', 1, '2024-07-31 11:07:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:28', NULL, NULL, 6524, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395247767.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c7eac0eb7257413f9ba5f94e0f8e4ce6', 1, '2024-07-31 11:07:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:28', NULL, NULL, 6525, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395247992.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1f105136e78d456ea1df26d064866d5f', 1, '2024-07-31 11:07:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:28', NULL, NULL, 6526, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395248235.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6b410af3518c4d03b1322cb7dbdb7945', 1, '2024-07-31 11:07:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:28', NULL, NULL, 6527, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395248399.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6616a2c610d04c019141917ba46f260b', 1, '2024-07-31 11:07:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:29', NULL, NULL, 6528, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395248582.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd2d9d06a0c5d46c5bb41d3405a6c24e9', 1, '2024-07-31 11:07:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:29', NULL, NULL, 6529, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395248777.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3fa2203e18154f13b9ecf425b934b952', 1, '2024-07-31 11:07:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:29', NULL, NULL, 6530, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395248966.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3bb0d81905d46f193c38b7f97ee2cfe', 1, '2024-07-31 11:07:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:29', NULL, NULL, 6531, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395249155.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e435da16874b4052976efb35c37b8fcf', 1, '2024-07-31 11:07:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:29', NULL, NULL, 6532, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395249345.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1e73f1d56f0a4016ba1df31f0a8fae56', 1, '2024-07-31 11:07:29'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:30', NULL, NULL, 6533, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395249519.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f8d4bd57d3e841f1a2167ee0625931a6', 1, '2024-07-31 11:07:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:30', NULL, NULL, 6534, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395249708.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4abd153bf4354b85b8606cc2d39093f2', 1, '2024-07-31 11:07:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:30', NULL, NULL, 6535, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395249929.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ace15a52e7245829035d608321b287f', 1, '2024-07-31 11:07:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:30', NULL, NULL, 6536, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395250165.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db2ba4acaac6400d8d082c7c3e5fe300', 1, '2024-07-31 11:07:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:30', NULL, NULL, 6537, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395250355.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '390099d424cb4113b6b4c6765807771b', 1, '2024-07-31 11:07:30'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:31', NULL, NULL, 6538, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395250592.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab2edab58ddd4623b64c69c7c0dc256a', 1, '2024-07-31 11:07:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:31', NULL, NULL, 6539, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395250813.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '668b6ce9667d4d878dc0e56144639384', 1, '2024-07-31 11:07:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:31', NULL, NULL, 6540, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395251018.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '73f704fb00654e13bc5592f1ecc891c6', 1, '2024-07-31 11:07:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:31', NULL, NULL, 6541, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395251223.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '53423ccf2d3642ce84ebbdb8032d828d', 1, '2024-07-31 11:07:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:32', NULL, NULL, 6542, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395251414.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'dd1797539f684011b54f0d455e14f8e8', 1, '2024-07-31 11:07:31'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:32', NULL, NULL, 6543, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395251639.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1aee5379dc5b4eb2a03484391c11b90b', 1, '2024-07-31 11:07:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:32', NULL, NULL, 6544, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395251856.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7be7b9b3d1f04e8da13a084710dbac50', 1, '2024-07-31 11:07:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:32', NULL, NULL, 6545, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395252061.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '77c83d57fe8e43108e479f107c27105a', 1, '2024-07-31 11:07:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:32', NULL, NULL, 6546, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395252250.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '011bb3c928004f23a3d2d6047af0aa89', 1, '2024-07-31 11:07:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:33', NULL, NULL, 6547, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395252455.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c75446a3f6c64ba98c81611dafd5c8ce', 1, '2024-07-31 11:07:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:33', NULL, NULL, 6548, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395252645.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36d26e2268484c39902b957126db8957', 1, '2024-07-31 11:07:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:33', NULL, NULL, 6549, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395252850.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f1d62705dfd40729d711f12f2a0319e', 1, '2024-07-31 11:07:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:33', NULL, NULL, 6550, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395253071.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '040596f224624ca2bfae97dcac9581a7', 1, '2024-07-31 11:07:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:33', NULL, NULL, 6551, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395253261.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '52aefb9655c24888a46923d385ee6f5a', 1, '2024-07-31 11:07:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:34', NULL, NULL, 6552, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395253466.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e00071c6d4f54c58b3af812ddf5c64e1', 1, '2024-07-31 11:07:33'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:34', NULL, NULL, 6553, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395253691.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ebe24f5a9c44b74b9e5a826fea19374', 1, '2024-07-31 11:07:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:34', NULL, NULL, 6554, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395253892.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a445a1b49fc248ee80fdd143df1e882a', 1, '2024-07-31 11:07:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:34', NULL, NULL, 6555, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395254113.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f689e44ada548a98a55677765aa420d', 1, '2024-07-31 11:07:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:34', NULL, NULL, 6556, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395254350.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7e4d75044d8f44d1aa35b971abb80c5e', 1, '2024-07-31 11:07:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:35', NULL, NULL, 6557, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395254571.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '213052c031f74d9384914d1bdb6b4dbf', 1, '2024-07-31 11:07:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:35', NULL, NULL, 6558, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395254776.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ba0227d3f3924d068b259919f7caf51a', 1, '2024-07-31 11:07:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:35', NULL, NULL, 6559, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395254950.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3308372c0db54da9b392b958fecdb2cd', 1, '2024-07-31 11:07:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:35', NULL, NULL, 6560, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395255155.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4583b5285386480da1714b6dd7cc26f5', 1, '2024-07-31 11:07:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:35', NULL, NULL, 6561, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395255360.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2024dc29fef04823b68c249eb36771c0', 1, '2024-07-31 11:07:35'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:36', NULL, NULL, 6562, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395255586.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34c2300652c749cc89874ea6f50efa2a', 1, '2024-07-31 11:07:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:36', NULL, NULL, 6563, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395255827.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '808e44e0cce049d0a30d87645cff6258', 1, '2024-07-31 11:07:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:36', NULL, NULL, 6564, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395256067.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad746de65d134f80910058be96a570bf', 1, '2024-07-31 11:07:36'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:37', NULL, NULL, 6565, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395256577.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c6b7f477378a4a9993f3d004c7514a54', 1, '2024-07-31 11:07:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:37', NULL, NULL, 6566, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395256862.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '36c6d45c1710404dba83db1e417f7d58', 1, '2024-07-31 11:07:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:37', NULL, NULL, 6567, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395257066.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7b723079ff9141c4b9d7d8d1442a3672', 1, '2024-07-31 11:07:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:37', NULL, NULL, 6568, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395257285.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '586dfece7bf94e6f8a18e4cd02713a9c', 1, '2024-07-31 11:07:37'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:38', NULL, NULL, 6569, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395257521.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '01bd65ac81c4422a8e51a133bad772cf', 1, '2024-07-31 11:07:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:38', NULL, NULL, 6570, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395257740.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '948ee550e9d1402dac762660e045ad67', 1, '2024-07-31 11:07:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:38', NULL, NULL, 6571, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395257992.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ddb6e5d00336400b878abc9956104e91', 1, '2024-07-31 11:07:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:38', NULL, NULL, 6572, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395258212.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7a2eec8b2c0646f4af0737b962a60722', 1, '2024-07-31 11:07:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:39', NULL, NULL, 6573, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395258446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88163078aa8a4ce6b268af0e3c83fd73', 1, '2024-07-31 11:07:38'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:39', NULL, NULL, 6574, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395258665.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e94397adb8ca408f96e216daea5454ec', 1, '2024-07-31 11:07:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:39', NULL, NULL, 6575, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395258886.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e9088c5e34b842168d43c8a16bd43132', 1, '2024-07-31 11:07:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:39', NULL, NULL, 6576, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395259126.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3b0a275325514793882284e90713a105', 1, '2024-07-31 11:07:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:39', NULL, NULL, 6577, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395259361.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6cdbbb5205c437a8ae417d6bcff015f', 1, '2024-07-31 11:07:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:40', NULL, NULL, 6578, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395259566.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6070bc64984a4fefb8d53abd7af4620d', 1, '2024-07-31 11:07:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:40', NULL, NULL, 6579, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395259786.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '341676c28c2b46a4a98ec51ebebd4111', 1, '2024-07-31 11:07:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:40', NULL, NULL, 6580, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395259959.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3a8fe0c5a9ff4a58acba810b2b71d447', 1, '2024-07-31 11:07:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:40', NULL, NULL, 6581, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395260133.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '76aeb62362d942ed84003a094e67d377', 1, '2024-07-31 11:07:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:40', NULL, NULL, 6582, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395260337.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db65f70c33904904bd9c35789a28b0f6', 1, '2024-07-31 11:07:40'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:41', NULL, NULL, 6583, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395260513.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '77321321c6e842179ceb1e94a75f1af3', 1, '2024-07-31 11:07:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:41', NULL, NULL, 6584, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395260742.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c92b638fe61a40b49d5ddb72aeb57b44', 1, '2024-07-31 11:07:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:41', NULL, NULL, 6585, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395260896.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4abf5300a1b14be296d76b6e5cee2efb', 1, '2024-07-31 11:07:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:41', NULL, NULL, 6586, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395261084.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a61fcad5d439444e9315248027b11b18', 1, '2024-07-31 11:07:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:41', NULL, NULL, 6587, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395261287.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '88a5b9fa62244cf1b36410cdf29ea218', 1, '2024-07-31 11:07:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:42', NULL, NULL, 6588, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395261460.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8335d30e38b749e79fe8b26ca2268155', 1, '2024-07-31 11:07:41'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:42', NULL, NULL, 6589, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395261632.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6ca6af0c98af4407addebd2f0eec2125', 1, '2024-07-31 11:07:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:42', NULL, NULL, 6590, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395261835.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '990f6b39e555418586ab1a70915be68d', 1, '2024-07-31 11:07:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:42', NULL, NULL, 6591, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395262087.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55eaa139772f4510a2b27a3a5af4031f', 1, '2024-07-31 11:07:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:42', NULL, NULL, 6592, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395262269.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3411f54856784a5eb6cbb6552d21b2ab', 1, '2024-07-31 11:07:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:43', NULL, NULL, 6593, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395262457.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e081069bf3a44489af66508d0d4ab5cf', 1, '2024-07-31 11:07:42'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:43', NULL, NULL, 6594, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395262664.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '47a245bf57d3433fa6621d1707a275ab', 1, '2024-07-31 11:07:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:43', NULL, NULL, 6595, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395262853.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4e8c9dff823642009155ccc02ef0741f', 1, '2024-07-31 11:07:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:43', NULL, NULL, 6596, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395263009.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cbd0fafdd08247b4a777047f05fc20a9', 1, '2024-07-31 11:07:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:43', NULL, NULL, 6597, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395263184.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '448dd4e059e346ca951fb53834cd25b8', 1, '2024-07-31 11:07:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:43', NULL, NULL, 6598, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395263371.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b8e0a754cd214ef4b67db0a38f81515c', 1, '2024-07-31 11:07:43'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:44', NULL, NULL, 6599, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395263557.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '262ce5265f6a446aa5a327e7da9d4c1d', 1, '2024-07-31 11:07:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:44', NULL, NULL, 6600, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395263734.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9d8d0e6d30504ed0964c2bf3583c2528', 1, '2024-07-31 11:07:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:44', NULL, NULL, 6601, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395263935.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '81be2a5dfce04ef3aea6eaab1d9699bd', 1, '2024-07-31 11:07:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:44', NULL, NULL, 6602, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395264171.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e94f19fd6887463ca562e1256a30f76f', 1, '2024-07-31 11:07:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:44', NULL, NULL, 6603, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395264377.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5094f743aff949f99f1f41d98d746ad4', 1, '2024-07-31 11:07:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:45', NULL, NULL, 6604, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395264581.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6a38adeaa71c43d19b8399cdea429999', 1, '2024-07-31 11:07:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:45', NULL, NULL, 6605, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395264802.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '63c5b339fc9c48b09ce2f2d634b54ea6', 1, '2024-07-31 11:07:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:45', NULL, NULL, 6606, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395265002.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '85d199f5825740a69073c65d968d03cd', 1, '2024-07-31 11:07:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:45', NULL, NULL, 6607, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395265209.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '55d6eacf029842f1a155b5070a584a58', 1, '2024-07-31 11:07:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:46', NULL, NULL, 6608, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395265447.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4009c0b2eb214c51a890003fbc6a3089', 1, '2024-07-31 11:07:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:46', NULL, NULL, 6609, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395265666.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '215d672599694140b20835f86f208a9a', 1, '2024-07-31 11:07:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:46', NULL, NULL, 6610, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395265886.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '527da75ca501475083d257f28aa51135', 1, '2024-07-31 11:07:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:46', NULL, NULL, 6611, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395266089.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ff6e2bd314c54ce98d711bb07474622d', 1, '2024-07-31 11:07:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:46', NULL, NULL, 6612, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395266277.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '86cd014562494fbb94530fb678f10253', 1, '2024-07-31 11:07:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:47', NULL, NULL, 6613, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395266467.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '273e6f56458b4240a70a1b16ddd62420', 1, '2024-07-31 11:07:46'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:47', NULL, NULL, 6614, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395266670.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1adefad23fc04ee1b06cc935b72c0a9b', 1, '2024-07-31 11:07:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:47', NULL, NULL, 6615, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395266888.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c701dee66e2d435e8f85927ed9bde850', 1, '2024-07-31 11:07:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:47', NULL, NULL, 6616, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395267092.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1915d0a7a8914c799c467bd1680e2089', 1, '2024-07-31 11:07:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:47', NULL, NULL, 6617, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395267295.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9380dfc0d45e495e9bb84dca78161440', 1, '2024-07-31 11:07:47'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:48', NULL, NULL, 6618, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395267532.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a3faa3188e24a6989021f1f4e53873b', 1, '2024-07-31 11:07:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:48', NULL, NULL, 6619, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395267722.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0bf52db19f1e4d02808c6e0c4a347544', 1, '2024-07-31 11:07:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:48', NULL, NULL, 6620, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395267924.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9efbfee133714d3980d12f23e5414d49', 1, '2024-07-31 11:07:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:48', NULL, NULL, 6621, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395268192.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4fb22ab85c244c1a963412c91848e26c', 1, '2024-07-31 11:07:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:48', NULL, NULL, 6622, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395268397.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '54f495bb0ae7465b9bb3a20c67516ce1', 1, '2024-07-31 11:07:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:49', NULL, NULL, 6623, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395268584.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b443106948d7450c81ef8324f1cf77a3', 1, '2024-07-31 11:07:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:49', NULL, NULL, 6624, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395268757.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '29f2358ad79f4cbaa7f8f6aca425a953', 1, '2024-07-31 11:07:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:49', NULL, NULL, 6625, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395268946.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '0259fbea2bdf45ca9f18bdc6e67d0349', 1, '2024-07-31 11:07:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:49', NULL, NULL, 6626, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395269103.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c2167c699704ab480e50b2777a66d43', 1, '2024-07-31 11:07:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:49', NULL, NULL, 6627, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395269306.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '51f3474fa1254591982dd4c6384a840a', 1, '2024-07-31 11:07:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:50', NULL, NULL, 6628, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395269492.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f8c50b2cfe640ea903237b39070b798', 1, '2024-07-31 11:07:49'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:50', NULL, NULL, 6629, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395269710.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '64f247a02b7540069dce5a9a63926255', 1, '2024-07-31 11:07:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:50', NULL, NULL, 6630, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395269949.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7bdce07ed0f044248325c6422b7d7959', 1, '2024-07-31 11:07:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:50', NULL, NULL, 6631, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395270153.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '04dff7908e4f4d169e3cb55f4eb105c9', 1, '2024-07-31 11:07:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:50', NULL, NULL, 6632, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395270355.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a9fd72530604a5c950db446336f418a', 1, '2024-07-31 11:07:50'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:51', NULL, NULL, 6633, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395270575.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8a5259e9de35417990fc2e81fab7fd90', 1, '2024-07-31 11:07:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:51', NULL, NULL, 6634, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395270743.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '49b6350503ea48e98d200c077a5b14a2', 1, '2024-07-31 11:07:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:51', NULL, NULL, 6635, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395270916.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a0822c8e557f4c0b9e3abc38120565a7', 1, '2024-07-31 11:07:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:51', NULL, NULL, 6636, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395271088.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '87d5c280f26b473c8308cba13446b308', 1, '2024-07-31 11:07:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:51', NULL, NULL, 6637, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395271273.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd7c29e54b2ce4fd7856733612f31ef76', 1, '2024-07-31 11:07:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:52', NULL, NULL, 6638, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395271462.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b2a277c2bf3c4d4bbeb3772379ed3163', 1, '2024-07-31 11:07:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:52', NULL, NULL, 6639, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395271634.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '33a00590db934c4f80fb7f9308948969', 1, '2024-07-31 11:07:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:52', NULL, NULL, 6640, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395271823.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c736386dd3ec439f9fa34e7dbd1f2062', 1, '2024-07-31 11:07:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:52', NULL, NULL, 6641, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395272010.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '612d27a4e7a94a1db4b161ac7e1040b5', 1, '2024-07-31 11:07:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:52', NULL, NULL, 6642, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395272216.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '46f9aa781cd3439390ef7c4d459a6ee7', 1, '2024-07-31 11:07:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:53', NULL, NULL, 6643, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395272467.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7984ed09043e415cbc8304d26475f7f9', 1, '2024-07-31 11:07:52'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:53', NULL, NULL, 6644, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395272685.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8f4655b65b514eb1bb5bebf1dc908bf5', 1, '2024-07-31 11:07:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:53', NULL, NULL, 6645, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395272887.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97e8bc2fbfcb4a16aa2f7748b81f5167', 1, '2024-07-31 11:07:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:53', NULL, NULL, 6646, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395273092.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e9c8ff4fbdb94a7081826a6dbb08c378', 1, '2024-07-31 11:07:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:53', NULL, NULL, 6647, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395273298.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '41806b90b08a4b65b68d39cbde02a140', 1, '2024-07-31 11:07:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:54', NULL, NULL, 6648, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395273469.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '07764f56cf714ceca31680bae56be924', 1, '2024-07-31 11:07:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:54', NULL, NULL, 6649, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395273675.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'edb7738585cc47df998ab4d6a3f8fbc8', 1, '2024-07-31 11:07:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:54', NULL, NULL, 6650, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395273861.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f79fae1fea9b4bbda51d0619d941839e', 1, '2024-07-31 11:07:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:54', NULL, NULL, 6651, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395274142.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '40c75ef57d8d4eb1ab1c382f09720cf4', 1, '2024-07-31 11:07:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:54', NULL, NULL, 6652, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395274364.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '994899cabe984734937bca2a03bac8f7', 1, '2024-07-31 11:07:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:55', NULL, NULL, 6653, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395274583.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'df87550608b74d1fa5d1ae090db2f76a', 1, '2024-07-31 11:07:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:55', NULL, NULL, 6654, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395274803.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'af7f782dce054a8bae9de6e790e5322d', 1, '2024-07-31 11:07:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:55', NULL, NULL, 6655, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395275052.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e48c2e8b254d4996a3bb6e3781fe133e', 1, '2024-07-31 11:07:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:55', NULL, NULL, 6656, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395275226.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b281139e585e43c083f7119a5ddcb53a', 1, '2024-07-31 11:07:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:56', NULL, NULL, 6657, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395275429.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '70721be79ed94bf89d5e1c4d3a39dbf9', 1, '2024-07-31 11:07:55'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:56', NULL, NULL, 6658, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395275586.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fec5f475de8542e1bb471e5573c99e5c', 1, '2024-07-31 11:07:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:56', NULL, NULL, 6659, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395275820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a63d5b983e624b08969a6bd1a5e6a5e4', 1, '2024-07-31 11:07:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:56', NULL, NULL, 6660, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395276008.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7a996a9bc1af43cb8e964573ac887778', 1, '2024-07-31 11:07:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:56', NULL, NULL, 6661, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395276260.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9582b3396d864206ac333de43ab3035e', 1, '2024-07-31 11:07:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:57', NULL, NULL, 6662, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395276465.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1be678347cbd42069fe1f7fe62bd54ea', 1, '2024-07-31 11:07:56'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:57', NULL, NULL, 6663, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395276701.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad232db3b3994d0da931402866b1bc87', 1, '2024-07-31 11:07:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:57', NULL, NULL, 6664, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395276903.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d08418e8d84467495867aeae1761d98', 1, '2024-07-31 11:07:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:57', NULL, NULL, 6665, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395277156.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2019d4424493464884a6a622795d8ee8', 1, '2024-07-31 11:07:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:57', NULL, NULL, 6666, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395277332.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '907c7ea2d9dd48dcb5b1fb42ae387b0d', 1, '2024-07-31 11:07:57'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:58', NULL, NULL, 6667, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395277533.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c712fc88fe2840b9a1bd97d24a017da4', 1, '2024-07-31 11:07:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:58', NULL, NULL, 6668, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395277784.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '98ffa1089a7b41b892d94d27c3ec5cf2', 1, '2024-07-31 11:07:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:58', NULL, NULL, 6669, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395278020.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '75a03ba10a8645589d3d18f408cc8076', 1, '2024-07-31 11:07:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:58', NULL, NULL, 6670, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395278335.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7a8002bd0e6542a180ee54882f333604', 1, '2024-07-31 11:07:58'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:59', NULL, NULL, 6671, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395278526.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '39fba5e9a3364c70b9772ecfca1e4c11', 1, '2024-07-31 11:07:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:59', NULL, NULL, 6672, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395278714.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'eaedc264c26f4f42bab87df5257b6e56', 1, '2024-07-31 11:07:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:59', NULL, NULL, 6673, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395278918.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7d91b114945d4c2ebeab944bea17bbfe', 1, '2024-07-31 11:07:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:07:59', NULL, NULL, 6674, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395279138.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '443b12c2225243598f33bd1de7968c31', 1, '2024-07-31 11:07:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:00', NULL, NULL, 6675, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395279423.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e4339d89066a49c1b1b4f2626a32b0b8', 1, '2024-07-31 11:07:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:00', NULL, NULL, 6676, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395279659.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '95c03abcf00d425a87723fe7d588e51e', 1, '2024-07-31 11:08:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:00', NULL, NULL, 6677, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395279895.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6856578bf2c84c328c810af60bb9e55a', 1, '2024-07-31 11:08:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:00', NULL, NULL, 6678, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395280116.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '54ca5ea8e76340bb9ec49ab8c089ae3d', 1, '2024-07-31 11:08:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:00', NULL, NULL, 6679, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395280318.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd563c47604a24173baf7c28344310269', 1, '2024-07-31 11:08:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:01', NULL, NULL, 6680, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395280601.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ed500ffbe76b49cba4c0456982e13bdc', 1, '2024-07-31 11:08:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:01', NULL, NULL, 6681, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395280805.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e9eab0abe57941bcaff6502f84321344', 1, '2024-07-31 11:08:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:01', NULL, NULL, 6682, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395281043.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8289cd2263d0489baf335ab843a0cc1b', 1, '2024-07-31 11:08:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:01', NULL, NULL, 6683, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395281265.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b25f6a4dd61342e3a6146df41c94bbd6', 1, '2024-07-31 11:08:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:02', NULL, NULL, 6684, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395281452.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c5e836239f014d4f932c18132d1c51e4', 1, '2024-07-31 11:08:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:02', NULL, NULL, 6685, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395281732.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a3ef1986412648d994fec5eab0ef7439', 1, '2024-07-31 11:08:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:02', NULL, NULL, 6686, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395281936.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '35e330e76886412d8049f82ecc8a53bc', 1, '2024-07-31 11:08:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:02', NULL, NULL, 6687, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395282125.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b668c9c328dd4127ad25e75fa1713341', 1, '2024-07-31 11:08:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:02', NULL, NULL, 6688, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395282330.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf43d212d96b4733a2d19abe9db5c3cd', 1, '2024-07-31 11:08:02'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:03', NULL, NULL, 6689, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395282536.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ee7ac5c513274a5cae6d8430561420a9', 1, '2024-07-31 11:08:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:03', NULL, NULL, 6690, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395282820.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b325d7044c034a6d9768d19ee31bcde7', 1, '2024-07-31 11:08:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:03', NULL, NULL, 6691, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395283021.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a503d3c19fd0448a88b0e966817db4ff', 1, '2024-07-31 11:08:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:03', NULL, NULL, 6692, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395283273.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b04e41e355a247779ed6707014e98685', 1, '2024-07-31 11:08:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:04', NULL, NULL, 6693, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395283477.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7c7fb645fefb44c98a3c61659d47c2ca', 1, '2024-07-31 11:08:03'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:04', NULL, NULL, 6694, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395283713.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d2ae0bc6e454ec2a67dce9e3686d1bf', 1, '2024-07-31 11:08:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:04', NULL, NULL, 6695, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395283982.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4ea7f4d11fe24c08b91e8b87ab1c5926', 1, '2024-07-31 11:08:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:04', NULL, NULL, 6696, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395284184.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '24700d13efdc4e6692ec095dd952d10d', 1, '2024-07-31 11:08:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:04', NULL, NULL, 6697, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395284356.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7c4fc79bfc374ed9afadc36f4e89ee5e', 1, '2024-07-31 11:08:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:05', NULL, NULL, 6698, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395284560.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c94f52c96ee4896af06b1a2af7255a3', 1, '2024-07-31 11:08:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:05', NULL, NULL, 6699, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395284797.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c7a07af00f494009b8568d09eda60f04', 1, '2024-07-31 11:08:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:05', NULL, NULL, 6700, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395285033.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0601b17f02742d8ad14d393ea89dbf3', 1, '2024-07-31 11:08:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:05', NULL, NULL, 6701, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395285284.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '50c8baa9d7504f5a982d2de254b46aad', 1, '2024-07-31 11:08:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:06', NULL, NULL, 6702, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395285472.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5f40f7d8e5e4429790364b5f3fb51d6b', 1, '2024-07-31 11:08:05'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:06', NULL, NULL, 6703, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395285662.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '827e4a3157094404b36992f7943b5228', 1, '2024-07-31 11:08:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:06', NULL, NULL, 6704, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395285864.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1ccab5772d2c4c6cbc3202959c6c59f7', 1, '2024-07-31 11:08:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:06', NULL, NULL, 6705, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395286193.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'db6ca3795274424f8eca7d04b87c627a', 1, '2024-07-31 11:08:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:07', NULL, NULL, 6706, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395286413.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a4199b6a47f14e6494e9f23a39e48bbe', 1, '2024-07-31 11:08:06'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:07', NULL, NULL, 6707, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395286744.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '38041a2197434131a27b9fddbb882d04', 1, '2024-07-31 11:08:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:07', NULL, NULL, 6708, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395286914.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '427c87a24e66439ea14a49350748a60b', 1, '2024-07-31 11:08:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:07', NULL, NULL, 6709, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395287122.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '34f0e5fdea574db48e83755a6342282c', 1, '2024-07-31 11:08:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:07', NULL, NULL, 6710, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395287357.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1479493e00d441da89074253429f8d17', 1, '2024-07-31 11:08:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:08', NULL, NULL, 6711, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395287563.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '68fc9fa6edb148db988b82742d8c2b55', 1, '2024-07-31 11:08:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:08', NULL, NULL, 6712, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395287808.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '59dd355dbd2a419aa16dab8325871a8c', 1, '2024-07-31 11:08:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:08', NULL, NULL, 6713, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395287995.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '56f2763a0d6f46f08bf5488c450f7b2c', 1, '2024-07-31 11:08:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:08', NULL, NULL, 6714, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395288184.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2084480990a64338a5caa1f0c6a08241', 1, '2024-07-31 11:08:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:08', NULL, NULL, 6715, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395288355.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'faac97854ba54091b11eacd619467f20', 1, '2024-07-31 11:08:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:09', NULL, NULL, 6716, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395288556.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7cbd54869d1e4b9ea8bb72fcd48ef9c2', 1, '2024-07-31 11:08:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:09', NULL, NULL, 6717, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395288794.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e1a6771ffaf64939bb2b6d8aaa3b7916', 1, '2024-07-31 11:08:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:09', NULL, NULL, 6718, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395289011.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e3f557c3c0c2482cbc01ea8607347002', 1, '2024-07-31 11:08:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:09', NULL, NULL, 6719, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395289232.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f3e97bf98adf46fb931314c641eedb96', 1, '2024-07-31 11:08:09'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:10', NULL, NULL, 6720, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395289512.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '05fd6b85201147a1a060f906152a2bd6', 1, '2024-07-31 11:08:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:10', NULL, NULL, 6721, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395289748.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c9bf3f37fa6141dcb61d75a00ef4e6b4', 1, '2024-07-31 11:08:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:10', NULL, NULL, 6722, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395289967.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd1a470296e0c4f7dbbc65be2ec391bb2', 1, '2024-07-31 11:08:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:10', NULL, NULL, 6723, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395290139.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '70035fc0726f4771ae20fb81f476fd59', 1, '2024-07-31 11:08:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:10', NULL, NULL, 6724, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395290328.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6d54a60c5b6243a7996f124d23548a6a', 1, '2024-07-31 11:08:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:11', NULL, NULL, 6725, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395290578.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8207fa1a0e714c98841a782cb89e85e0', 1, '2024-07-31 11:08:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:11', NULL, NULL, 6726, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395290781.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1558ec51c80a48c5a64fc3e99aeca1cc', 1, '2024-07-31 11:08:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:11', NULL, NULL, 6727, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395290984.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c6a38481099149c3bd183aeb69bd96c6', 1, '2024-07-31 11:08:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:11', NULL, NULL, 6728, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395291220.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '09ec45a3d6dc41d18b396cdf1e818c77', 1, '2024-07-31 11:08:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:11', NULL, NULL, 6729, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395291408.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9edb0b03833243879b0f494e12174af8', 1, '2024-07-31 11:08:11'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:12', NULL, NULL, 6730, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395291660.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5215075849d143a388bde4839d767b58', 1, '2024-07-31 11:08:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:12', NULL, NULL, 6731, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395291864.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2bdcb15463f34d409522bfd5a93eee78', 1, '2024-07-31 11:08:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:12', NULL, NULL, 6732, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395292101.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '8137dafd084d48a9a678ebc8b885cfdc', 1, '2024-07-31 11:08:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:12', NULL, NULL, 6733, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395292319.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3452a9ad9c52404f83874ee3f499b277', 1, '2024-07-31 11:08:12'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:13', NULL, NULL, 6734, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395292558.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c0ecd261c8db40feae8d64acb089946d', 1, '2024-07-31 11:08:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:13', NULL, NULL, 6735, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395292921.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '37c54d37500c41aea376ac68c9f25adc', 1, '2024-07-31 11:08:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:14', NULL, NULL, 6736, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395293470.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '032c9a6e0e1e4b809bace3af0b1501cb', 1, '2024-07-31 11:08:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:14', NULL, NULL, 6737, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395294150.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'fca2465b1c7241c1bf0be4d6c88b6f57', 1, '2024-07-31 11:08:14'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:15', NULL, NULL, 6738, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395294506.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '95b4a00aee31417a8b11507016d2f954', 1, '2024-07-31 11:08:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:15', NULL, NULL, 6739, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395294833.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '61b67d3d2a1b4a86b4fa87c3ee529bc9', 1, '2024-07-31 11:08:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:15', NULL, NULL, 6740, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395295163.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '50b2782b85894fd7b0a9538a95233714', 1, '2024-07-31 11:08:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:16', NULL, NULL, 6741, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395295480.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e6bdb1da96b64fe7a69e2db710800e14', 1, '2024-07-31 11:08:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:16', NULL, NULL, 6742, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395295739.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '205dfc63783c48f5b075950687f0db00', 1, '2024-07-31 11:08:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:16', NULL, NULL, 6743, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395296002.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '841774b0c1ca4ad7a3d8ec5c392417ae', 1, '2024-07-31 11:08:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:17', NULL, NULL, 6744, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395296413.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '99b36a4edcb648bc9f984bfbbfc2167b', 1, '2024-07-31 11:08:16'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:17', NULL, NULL, 6745, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395296760.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ee13dea82c2d44d29aa5aa45442b7ac4', 1, '2024-07-31 11:08:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:17', NULL, NULL, 6746, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395297202.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'a1e2d7b89795443ea062312a49689d88', 1, '2024-07-31 11:08:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:18', NULL, NULL, 6747, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395297446.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7949c0692bab411ea1aa5946b53a9d2d', 1, '2024-07-31 11:08:17'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:18', NULL, NULL, 6748, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395297644.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2429696d0aed4de28d10a91514ee051d', 1, '2024-07-31 11:08:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:18', NULL, NULL, 6749, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395297882.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ab74fb7ce944c229079b3b4f3fb96d0', 1, '2024-07-31 11:08:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:18', NULL, NULL, 6750, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395298160.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '14e4f752a4ef4b7599f3acd0f09a8d5f', 1, '2024-07-31 11:08:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:18', NULL, NULL, 6751, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395298371.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ec635b63b95741f08a3cdf2f01a80a93', 1, '2024-07-31 11:08:18'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:19', NULL, NULL, 6752, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395298632.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd000d8881ce14430952c89dd2759aea3', 1, '2024-07-31 11:08:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:19', NULL, NULL, 6753, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395299005.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '14ad1aeed9b3436e8ad499fd13114de7', 1, '2024-07-31 11:08:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:19', NULL, NULL, 6754, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395299341.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b74c9c5c69ae439683958a2c8d30891b', 1, '2024-07-31 11:08:19'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:20', NULL, NULL, 6755, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395299543.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5d6b3fa5015d416a8a19c27ec43572b3', 1, '2024-07-31 11:08:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:20', NULL, NULL, 6756, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395299757.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4c43a028651a4929bc0a31c0b2ee3141', 1, '2024-07-31 11:08:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:20', NULL, NULL, 6757, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395299979.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4ea7692fd5fa45a19b5865a19d73b9f7', 1, '2024-07-31 11:08:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:20', NULL, NULL, 6758, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395300192.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '2d45140dedb44cda949182836cd41029', 1, '2024-07-31 11:08:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:21', NULL, NULL, 6759, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395300442.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '291af9c665794853a2b0771912c833f5', 1, '2024-07-31 11:08:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:21', NULL, NULL, 6760, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395300657.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b0a20b90df57456bbad479bf86a1ab73', 1, '2024-07-31 11:08:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:21', NULL, NULL, 6761, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395300879.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd26505b9450d47dcb4db04c7369c1f48', 1, '2024-07-31 11:08:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:21', NULL, NULL, 6762, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395301099.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f8ce17b262bb459cb6df41454153001e', 1, '2024-07-31 11:08:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:21', NULL, NULL, 6763, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395301320.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '6f1213f6505848098cfa4563b95a4ba0', 1, '2024-07-31 11:08:21'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:22', NULL, NULL, 6764, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395301624.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '18e830bca73644eabee3e4e6ce789856', 1, '2024-07-31 11:08:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:22', NULL, NULL, 6765, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395301795.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4a5915ccbf394cb78dc1749fb707f7cb', 1, '2024-07-31 11:08:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:22', NULL, NULL, 6766, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395301987.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1517fbfa7d234edca656b27744afc64b', 1, '2024-07-31 11:08:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:22', NULL, NULL, 6767, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395302192.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '845ae04f62634a059ffdd4580e5adf0a', 1, '2024-07-31 11:08:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:22', NULL, NULL, 6768, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395302394.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'de5f5f51fb894b089a372893f33084f7', 1, '2024-07-31 11:08:22'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:23', NULL, NULL, 6769, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395302541.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ab1ca78de1cd498eab40355531441767', 1, '2024-07-31 11:08:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:23', NULL, NULL, 6770, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395302833.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3895cd19262f494a8bf39cbbc682f8ee', 1, '2024-07-31 11:08:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:23', NULL, NULL, 6771, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395303073.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ce51c19ba7ea46d18d5700ace25e0bec', 1, '2024-07-31 11:08:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:23', NULL, NULL, 6772, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395303311.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'e75cfdbc3db2454aacceea686a64feca', 1, '2024-07-31 11:08:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:24', NULL, NULL, 6773, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395303548.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '9775bb72bfe04d4ba309a2a5119e22f2', 1, '2024-07-31 11:08:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:24', NULL, NULL, 6774, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395303753.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '4505c370a896462b8c7717f8cea65fd0', 1, '2024-07-31 11:08:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:24', NULL, NULL, 6775, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395304043.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd35aaf1d26804d73bec4000045123a93', 1, '2024-07-31 11:08:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:24', NULL, NULL, 6776, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395304273.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '130167ea6c4045a6983ac735fd8e55a5', 1, '2024-07-31 11:08:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:08:25', NULL, NULL, 6777, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1_1722395304481.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'f80fe243fdfd443bb9d8b68d18d4d982', 1, '2024-07-31 11:08:24'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 11:11:02', NULL, NULL, 6778, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1722395343795.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'd6df4cadfc97467e9c0419af8b8e0c4a', 1, '2024-07-31 11:09:04'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 12:51:27', NULL, NULL, 6779, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722401480098.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e73f70be00345dab1a22b47714b8f07', 1, '2024-07-31 12:51:20'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 12:55:14', NULL, NULL, 6780, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722401712556.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ddfbbc8f2f7d42138e376a6232dda3ae', 1, '2024-07-31 12:55:13'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 12:59:51', NULL, NULL, 6781, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722401991131.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '31f9405e13c84de48f855181526b1d02', 1, '2024-07-31 12:59:51'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 13:17:02', NULL, NULL, 6782, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722403020387.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ad74fcf0ce684d5d8f16af2c1f89c938', 1, '2024-07-31 13:17:00'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 13:17:54', NULL, NULL, 6783, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722403073325.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '98925744405e415994f00ac5754b3c6f', 1, '2024-07-31 13:17:53'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 13:19:07', NULL, NULL, 6784, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722403146572.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'af7bd91fb4504682bdbf7c1acb996858', 1, '2024-07-31 13:19:07'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 13:37:36', NULL, NULL, 6785, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722404253592.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '41c73be8b039450fbefa0b6331bc9fd2', 1, '2024-07-31 13:37:34'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 13:42:46', NULL, NULL, 6786, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722404564581.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'b64231f37b5641659a2f70c4d6cd782b', 1, '2024-07-31 13:42:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 13:47:33', NULL, NULL, 6787, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722404851870.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'ece35007306247b4921a47f635d5aa02', 1, '2024-07-31 13:47:32'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:00:12', NULL, NULL, 6788, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722405609676.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'c127071f26d7436581f1cbd876309f92', 1, '2024-07-31 14:00:10'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:01:00', NULL, NULL, 6789, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722405659355.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '875620fba73d47238e2c28c469f987ef', 1, '2024-07-31 14:00:59'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:03:47', NULL, NULL, 6790, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722405825417.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'aadc1a9feee44445a853391c1967d0ed', 1, '2024-07-31 14:03:45'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:04:29', NULL, NULL, 6791, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722405867665.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3659a93e97c74a67b0ebdbe39a8563be', 1, '2024-07-31 14:04:28'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:05:25', NULL, NULL, 6792, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722405923210.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '7bcc5d39dc3c49b282bbe590e4ddd461', 1, '2024-07-31 14:05:23'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:05:39', NULL, NULL, 6793, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722405938892.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '25902eb70c524d7792efc0997ba586f2', 1, '2024-07-31 14:05:39'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:11:01', NULL, NULL, 6794, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'dfdfsd', '2node_001_dfdfsd_1722406260538.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '94e96420b65f4249bcf3a279b0f0d340', 1, '2024-07-31 14:11:01'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:11:54', NULL, NULL, 6795, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1722406314152.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '3ac68d654a3d4492a365ddef83089828', 1, '2024-07-31 14:11:54'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:13:45', NULL, NULL, 6796, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1722406423606.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '97aeaef048934d2c877261da913d3705', 1, '2024-07-31 14:13:44'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:14:15', NULL, NULL, 6797, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_string_0001', '2node_001_test_string_0001_1722406455060.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cccc5950e9f243c7bbc77876fc63aa14', 1, '2024-07-31 14:14:15'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:14:48', NULL, NULL, 6798, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722406487992.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', 'cf57aab61ad5466d9932bb08efc5b8c7', 1, '2024-07-31 14:14:48'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:16:10', NULL, NULL, 6799, '2node_001', '0', 'http://localhost:8002/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722406567803.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '5e377d5f205b4e6993f710e3ca776b4b', 1, '2024-07-31 14:16:08'); +INSERT INTO `win_print_tasks_logs` VALUES (NULL, NULL, NULL, '2024-07-31 14:33:41', NULL, NULL, 6800, '2node_001', '0', 'http://localhost:8001/service/print/file', 'model', 'test_file_model001', '2node_001_test_file_model001_1722407619079.pdf', 'normal', '', 'Microsoft Print to PDF', 'A5', 'Y', '1b651b5d7d064b94b2659142d9d3af28', 1, '2024-07-31 14:33:39'); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/win-admin/pom.xml b/win-admin/pom.xml index 4b7c546..5e66fda 100644 --- a/win-admin/pom.xml +++ b/win-admin/pom.xml @@ -83,16 +83,16 @@ - - org.apache.maven.plugins - maven-war-plugin - 3.1.0 + + org.apache.maven.plugins + maven-war-plugin + 3.1.0 false ${project.artifactId} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/win-admin/src/main/java/com/win/web/controller/print/WinPrintServerControler.java b/win-admin/src/main/java/com/win/web/controller/print/WinPrintServerControler.java index 4df14e3..ccf6029 100644 --- a/win-admin/src/main/java/com/win/web/controller/print/WinPrintServerControler.java +++ b/win-admin/src/main/java/com/win/web/controller/print/WinPrintServerControler.java @@ -252,11 +252,15 @@ public class WinPrintServerControler extends BaseController { log.info("thymeleaf"); Map modelData = new HashMap<>(); paramList.forEach(item -> { + String value = Optional.ofNullable(data.getString(item.getParamCode())).orElse(""); if ("QRIMG".equalsIgnoreCase(item.getParamType())) { - String mg = qrCodeService.getBase64QRCodeSrc(data.getString(item.getParamCode()), 172, 172, "png"); + if(!value.isEmpty() && !value.isBlank()){ + Map imageDesc = getImageDesc(item.getParamDesc()); + String mg = qrCodeService.getBase64QRCodeSrc(value, Integer.valueOf(imageDesc.get("width")), Integer.valueOf(imageDesc.get("height")), imageDesc.get("type")); modelData.put(item.getParamCode(), Optional.ofNullable(mg).orElse("")); + } } else { - modelData.put(item.getParamCode(), Optional.ofNullable(data.getString(item.getParamCode())).orElse("")); + modelData.put(item.getParamCode(), value); } }); @@ -270,6 +274,27 @@ public class WinPrintServerControler extends BaseController { } } + private Map getImageDesc(String desc){ + JSONObject jsonObject=JSONObject.parseObject(Optional.ofNullable(desc).orElse("{\"width\":\"172\",\"height\":\"172\",\"type\":\"png\"}")) ; + Map map=new HashMap<>(); + String width="172"; + String height = "172"; + String type = "png"; + try{ + if(null!=jsonObject){ + width=Optional.ofNullable(jsonObject.getString("width")).orElse("172"); + height=Optional.ofNullable(jsonObject.getString("height")).orElse("172"); + type=Optional.ofNullable(jsonObject.getString("type")).orElse("png"); + } + }catch (NumberFormatException ne){ + width="172"; + height = "172"; + } + map.put("width",width); + map.put("height",height); + map.put("type",type); + return map; + } /** * 多以合并 */ @@ -286,11 +311,14 @@ public class WinPrintServerControler extends BaseController { }else{ Map modelData = new HashMap<>(); paramList.forEach(item -> { + String value = Optional.ofNullable(pdata.getString(item.getParamCode())).orElse(""); if ("QRIMG".equalsIgnoreCase(item.getParamType())) { - String mg = qrCodeService.getBase64QRCodeSrc(pdata.getString(item.getParamCode()), 172, 172, "png"); - modelData.put(item.getParamCode(), Optional.ofNullable(mg).orElse("")); + if(!value.isEmpty() && !value.isBlank()){ + Map imageDesc = getImageDesc(item.getParamDesc()); + String mg = qrCodeService.getBase64QRCodeSrc(value, Integer.valueOf(imageDesc.get("width")), Integer.valueOf(imageDesc.get("height")), imageDesc.get("type")); + modelData.put(item.getParamCode(), Optional.ofNullable(mg).orElse(""));} } else { - modelData.put(item.getParamCode(), Optional.ofNullable(pdata.getString(item.getParamCode())).orElse("")); + modelData.put(item.getParamCode(), value); } }); HTMLConvertUitl.html2Pdf_thymeleaf(tempFile, modelData, pageSize, modelName, modeTypeSrc, templatePath); diff --git a/win-print/pom.xml b/win-print/pom.xml index de1a3bd..f743abe 100644 --- a/win-print/pom.xml +++ b/win-print/pom.xml @@ -77,6 +77,16 @@ 2.2.21 compile + + + + + + + + + + diff --git a/win-print/src/main/java/com/win/print/domain/WinPrintModelParams.java b/win-print/src/main/java/com/win/print/domain/WinPrintModelParams.java index b7c73c8..c86acc3 100644 --- a/win-print/src/main/java/com/win/print/domain/WinPrintModelParams.java +++ b/win-print/src/main/java/com/win/print/domain/WinPrintModelParams.java @@ -44,7 +44,7 @@ public class WinPrintModelParams extends BaseEntity private String modelCode; /** 参数名 */ - @Excel(name = "参数名") + @Excel(name = "参数编码") private String paramCode; /** 参数描述 */ @@ -54,8 +54,18 @@ public class WinPrintModelParams extends BaseEntity /** 参数类型 */ @Excel(name = "参数类型") private String paramType; + @Excel(name = "参数名称") + private String paramName; - public void setTenantId(String tenantId) + public String getParamName() { + return paramName; + } + + public void setParamName(String paramName) { + this.paramName = paramName; + } + + public void setTenantId(String tenantId) { this.tenantId = tenantId; } diff --git a/win-print/src/main/java/com/win/print/util/HTMLConvertUitl.java b/win-print/src/main/java/com/win/print/util/HTMLConvertUitl.java index 4b307ab..9f2c6c6 100644 --- a/win-print/src/main/java/com/win/print/util/HTMLConvertUitl.java +++ b/win-print/src/main/java/com/win/print/util/HTMLConvertUitl.java @@ -5,6 +5,7 @@ import cn.hutool.extra.template.Template; import cn.hutool.extra.template.TemplateConfig; import cn.hutool.extra.template.TemplateEngine; import cn.hutool.extra.template.TemplateUtil; +import cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine; import com.itextpdf.html2pdf.ConverterProperties; import com.itextpdf.html2pdf.HtmlConverter; import com.itextpdf.html2pdf.css.apply.ICssApplierFactory; @@ -92,13 +93,14 @@ public class HTMLConvertUitl { TemplateEngine engine=null; String templateName=modelName; if("STRING".equalsIgnoreCase(modelTypeSrc)){ - //templateName=modelName; + //templateName="temlateString"; engine = TemplateUtil.createEngine(new TemplateConfig(templateName, TemplateConfig.ResourceMode.STRING)); }else if("CLASS".equalsIgnoreCase(modelTypeSrc)){ engine = TemplateUtil.createEngine(new TemplateConfig("templates/models", TemplateConfig.ResourceMode.CLASSPATH)); }else{ engine = TemplateUtil.createEngine(new TemplateConfig(path, TemplateConfig.ResourceMode.FILE)); } + Template template = engine.getTemplate(templateName); return template.render(data); } diff --git a/win-print/src/main/java/com/win/print/util/PdfModelUitl.java b/win-print/src/main/java/com/win/print/util/PdfModelUitl.java index c486902..a714425 100644 --- a/win-print/src/main/java/com/win/print/util/PdfModelUitl.java +++ b/win-print/src/main/java/com/win/print/util/PdfModelUitl.java @@ -72,16 +72,26 @@ public class PdfModelUitl { if (ObjectUtil.isNotEmpty(data)) { paramsList.forEach(item -> { PdfFormField field = form.getField(item.getParamCode()); - field.setFont(defaultFont()); - field.setFontSize(12); - if(ObjectUtil.isNotEmpty(field)) { + if(null!=field) { + field.setFont(defaultFont()); + field.setFontSize(12); if ("QRIMG".equals(item.getParamType())) { //渲染Qr图片 try { - BufferedImage bufferedImage = qrCodeService.generateQRCode(Optional.ofNullable(data.getString(item.getParamCode())).orElse(""), 172, 172); - byte[] pngs = qrCodeService.getImgBuffer("jpeg", bufferedImage); - com.itextpdf.layout.element.Image image=new com.itextpdf.layout.element.Image(ImageDataFactory.create(pngs)); + JSONObject jsonObject=JSONObject.parseObject(Optional.ofNullable(item.getParamDesc()).orElse("{\"width\":\"172\",\"height\":\"172\",\"type\":\"png\"}")) ; + int width=172; + int height = 172; + String type = "png"; + if(null!=jsonObject){ + width=Integer.valueOf(Optional.ofNullable(jsonObject.getString("width")).orElse("172")); + height=Integer.valueOf(Optional.ofNullable(jsonObject.getString("height")).orElse("172")); + type=Optional.ofNullable(jsonObject.getString("type")).orElse("png"); + } + BufferedImage bufferedImage = qrCodeService.generateQRCode(Optional.ofNullable(data.getString(item.getParamCode())).orElse(""), width, height); + //byte[] pngs = qrCodeService.getImgBuffer("jpeg", bufferedImage); + //com.itextpdf.layout.element.Image image=new com.itextpdf.layout.element.Image(ImageDataFactory.create(pngs)); Rectangle rtl = field.getWidgets().get(0).getRectangle().toRectangle(); // 获取表单域的xy坐标 + com.itextpdf.layout.element.Image image=getImage(field,bufferedImage,rtl); image.setFixedPosition(rtl.getX(), rtl.getY(),rtl.getWidth()); // 设置图片固定位置 //image.setRelativePosition(rtl.getLeft(),rtl.getTop(), rtl.getRight(),rtl.getBottom()); document.add(image); @@ -182,7 +192,20 @@ public class PdfModelUitl { canvas.addImage(img, rtl.getX(), rtl.getY(), true); } } + ///*pdf 模版图片压缩处理*/ + private com.itextpdf.layout.element.Image getImage(PdfFormField formField, BufferedImage bufferedImage,Rectangle rtl) throws IOException { + byte[] imgBytes = qrCodeService.getImgBuffer("jpeg", bufferedImage); + if (Float.compare(bufferedImage.getWidth(), rtl.getWidth()) <= 0 && Float.compare(bufferedImage.getHeight(), rtl.getHeight()) <= 0) {// 不处理 + return new com.itextpdf.layout.element.Image(ImageDataFactory.create(imgBytes)); + } else { + // 压缩图片。计算得到图片放缩的最大比例 + float scale = Math.max(bufferedImage.getWidth() / rtl.getWidth(), bufferedImage.getHeight() / rtl.getHeight()); + // 压缩图片 + Image scale1 = ImgUtil.scale(ImgUtil.toImage(imgBytes), scale); + return new com.itextpdf.layout.element.Image(ImageDataFactory.create(ImgUtil.toBytes(scale1, ImgUtil.IMAGE_TYPE_PNG))); + } + } /** * 根据表单域关键字查找当前关键字所在页对象(PdfPage) * diff --git a/win-print/src/main/resources/mapper/print/WinPrintModelMapper.xml b/win-print/src/main/resources/mapper/print/WinPrintModelMapper.xml index 5927acf..e5baa09 100644 --- a/win-print/src/main/resources/mapper/print/WinPrintModelMapper.xml +++ b/win-print/src/main/resources/mapper/print/WinPrintModelMapper.xml @@ -44,6 +44,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + + @@ -58,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and m_type = #{mType} and is_dyparam = #{isDyparam} and m_type_src = #{mTypeSrc} + order by created_time desc @@ -75,7 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where m_code = #{code} @@ -167,9 +170,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type) values + insert into win_print_model_params( tenant_id, revision, created_by, created_time, updated_by, updated_time, id, model_code, param_code, param_desc, param_type,param_name) values - ( #{item.tenantId}, #{item.revision}, #{item.createdBy}, #{item.createdTime}, #{item.updatedBy}, #{item.updatedTime}, #{item.id}, #{item.modelCode}, #{item.paramCode}, #{item.paramDesc}, #{item.paramType}) + ( #{item.tenantId}, #{item.revision}, #{item.createdBy}, #{item.createdTime}, #{item.updatedBy}, #{item.updatedTime}, #{item.id}, #{item.modelCode}, #{item.paramCode}, #{item.paramDesc}, #{item.paramType}, #{item.paramName}) diff --git a/win-print/src/main/resources/templates/print/modelmanager/add.html b/win-print/src/main/resources/templates/print/modelmanager/add.html index 79bcd9d..165da30 100644 --- a/win-print/src/main/resources/templates/print/modelmanager/add.html +++ b/win-print/src/main/resources/templates/print/modelmanager/add.html @@ -46,7 +46,7 @@
- +
@@ -64,8 +64,8 @@
@@ -121,7 +121,7 @@
- +