SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for biz_notice
-- ----------------------------
DROP TABLE IF EXISTS `biz_notice`;
CREATE TABLE `biz_notice` (
`id` bigint NOT NULL COMMENT 'id',
`title` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '标题',
`content` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '推送内容',
`notice_type` tinyint DEFAULT NULL COMMENT '通知方式:1-消息列表 2-弹框提醒',
`status` tinyint DEFAULT NULL COMMENT '状态:0-未发布 1-已发布',
`user_type` tinyint DEFAULT NULL COMMENT '通知对象:1-所有用户 2-指定用户',
`user_json` text CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '通知对象',
`delete_flag` tinyint(1) DEFAULT NULL COMMENT '是否删除: 0-未删除 1-已删除',
`create_by` bigint DEFAULT NULL COMMENT '创建人',
`create_date` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` bigint DEFAULT NULL COMMENT '更新人',
`update_date` datetime DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
-- ----------------------------
-- Records of biz_notice
-- ----------------------------
BEGIN;
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1907258902501306369, '111', '111', 1, 1, 1, NULL, 1, 1, '2025-04-02 10:28:52', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1907264118760116226, '11111', '111111', 1, 1, 1, NULL, 0, 1, '2025-04-02 10:49:36', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1907731744170958849, '222222222222222222222222222222', '<p>123</p>', 2, 1, 1, NULL, 1, 1, '2025-04-03 17:47:46', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909052100966068225, '123', '<p>123</p>', 1, 1, 1, NULL, 0, 1, '2025-04-07 09:14:24', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909052414150553602, '账号管理', '<p>d</p>', 1, 1, 1, NULL, 1, 1, '2025-04-07 09:15:39', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909054687446544386, 'vvvv', '<h3>sdaasd<strong>asdasdasdsadsad</strong></h3>', 2, 1, 1, NULL, 0, 1, '2025-04-07 09:24:41', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909067212691013633, '123', '<p>213</p>', 1, 1, 2, NULL, 0, 1, '2025-04-07 10:14:27', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909068515026599938, '123', '<p>213</p>', 1, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 0, 1, '2025-04-07 10:19:37', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909086798111023105, '11', '<p>111</p>', 1, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 0, 1, '2025-04-07 11:32:16', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909086915975159810, '111', '<p>111</p>', 1, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 0, 1, '2025-04-07 11:32:45', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909087570206892034, '11', '<p>11</p>', 1, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 1, 1, '2025-04-07 11:35:21', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909125598598111234, '123', '<p>123</p>', 2, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 0, 1, '2025-04-07 14:06:27', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909127175069212674, 'vvvv', '<p>vvvvv</p>', 3, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 0, 1, '2025-04-07 14:12:43', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909141346812895234, '11', '<p>111</p>', 3, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 1, 1, '2025-04-07 15:09:02', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1909145757152931842, '111', '<p>111</p>', 3, 1, 2, '[{\"name\":\"江苏省\",\"id\":\"320000000000\"}]', 0, 1, '2025-04-07 15:26:33', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910152875333709825, '6666', '<p>666666666666666</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"bJOOtjDDfMYE2aT6O4kjKQ\"}]', 0, 1, '2025-04-10 10:08:29', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910153154816962561, '6666', '<p>666666666666666</p>', 2, 1, 2, '[{\"name\":\"admin\",\"idEncrypt\":\"bJOOtjDDfMYE2aT6O4kjKQ\"}]', 0, 1, '2025-04-10 10:09:36', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910156996020760578, '666', '<p>666</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"lTNMUcSx5synT_KyXgkmFg\"}]', 0, 1, '2025-04-10 10:24:52', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910157061565149186, '111', '<p>11</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"eWHEaGOelEauY2cT2ChtvA\"},{\"name\":\"cuitao\",\"id\":\"BsgUYjSEIE3aeo0l5r_VMQ\"},{\"name\":\"ceshi\",\"id\":\"vxwdNCFGQD6-XHompLXp1XxB1JSbDlbj8W262G20Eqc\"}]', 0, 1, '2025-04-10 10:25:07', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910164690328809474, '111', '<p>11</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"ghkubOzs9pxhZ26v7c7HLw\"},{\"name\":\"cuitao\",\"id\":\"O9PsulK0zAcUuQ_BDdRdcA\"},{\"name\":\"ceshi\",\"id\":\"TPRu4sz39VgMCtj7akJ70YiD0hanPLAPEnyHsklBDww\"}]', 1, 1, '2025-04-10 10:55:26', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910164948765044738, '111', '<p>11</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"ghkubOzs9pxhZ26v7c7HLw\"},{\"name\":\"cuitao\",\"id\":\"O9PsulK0zAcUuQ_BDdRdcA\"},{\"name\":\"ceshi\",\"id\":\"TPRu4sz39VgMCtj7akJ70YiD0hanPLAPEnyHsklBDww\"}]', 1, 1, '2025-04-10 10:56:28', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910164993832841217, '111', '<p>11</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"ghkubOzs9pxhZ26v7c7HLw\"},{\"name\":\"cuitao\",\"id\":\"O9PsulK0zAcUuQ_BDdRdcA\"},{\"name\":\"ceshi\",\"id\":\"TPRu4sz39VgMCtj7akJ70YiD0hanPLAPEnyHsklBDww\"}]', 1, 1, '2025-04-10 10:56:38', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910170064716967938, '111', '<p>111</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"q5WNlo7Bo6u2JNGfX4iGYg\"},{\"name\":\"cuitao\",\"id\":\"Zr2T9NXxtVHmjbOMZjJp7A\"},{\"name\":\"ceshi\",\"id\":\"jG_5ky9ShdA1kMdk5eONZVsgu6BZuK2UgL_bBr189lw\"}]', 1, 1, '2025-04-10 11:16:47', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910170306233380866, '111', '<p>111</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"q5WNlo7Bo6u2JNGfX4iGYg\"},{\"name\":\"cuitao\",\"id\":\"Zr2T9NXxtVHmjbOMZjJp7A\"},{\"name\":\"ceshi\",\"id\":\"jG_5ky9ShdA1kMdk5eONZVsgu6BZuK2UgL_bBr189lw\"}]', 1, 1, '2025-04-10 11:17:45', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910170924876443649, '111', '<p>111</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"q5WNlo7Bo6u2JNGfX4iGYg\"},{\"name\":\"cuitao\",\"id\":\"Zr2T9NXxtVHmjbOMZjJp7A\"},{\"name\":\"ceshi\",\"id\":\"jG_5ky9ShdA1kMdk5eONZVsgu6BZuK2UgL_bBr189lw\"}]', 1, 1, '2025-04-10 11:20:12', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910171326518800385, '111', '<p>111</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"q5WNlo7Bo6u2JNGfX4iGYg\"},{\"name\":\"cuitao\",\"id\":\"Zr2T9NXxtVHmjbOMZjJp7A\"},{\"name\":\"ceshi\",\"id\":\"jG_5ky9ShdA1kMdk5eONZVsgu6BZuK2UgL_bBr189lw\"}]', 1, 1, '2025-04-10 11:21:48', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910172215484846081, '11', '<p>11</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"TS1Td8GHCkk4ZnSAtBQloA\"},{\"name\":\"cuitao\",\"id\":\"jR9LPyV0oajy2gBO0DrQPA\"},{\"name\":\"ceshi\",\"id\":\"6dUVrJLPXOSxOJn4Hd7xLAdfCWDs0GkScOqbnMT7Rq4\"}]', 1, 1, '2025-04-10 11:25:20', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910173040705785857, '111', '<p>111</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"Idj3N1HI1VKc6_gn0btcWA\"},{\"name\":\"cuitao\",\"id\":\"oGcgQRzn70MmmMOoZKxvCA\"},{\"name\":\"ceshi\",\"id\":\"O_zlyH8lY23u_TrDcn4I5DbEustA4gY9zMiek2iSdIw\"}]', 1, 1, '2025-04-10 11:28:37', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910173570433777666, '111', '<p>11</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"},{\"name\":\"cuitao\",\"id\":\"2\"},{\"name\":\"ceshi\",\"id\":\"901357442854227969\"}]', 0, 1, '2025-04-10 11:30:43', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910214488641732610, '12', '<p>3123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:13:19', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910214525014736897, '3423', '<p>42424234</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:13:27', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910214557520592898, '2342', '<p>3423424</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:13:35', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910214590378770434, '23424', '<p>2423423</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:13:43', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910215461523136514, '11', '<p>11</p>', 1, 1, 1, NULL, 0, 1, '2025-04-10 14:17:11', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218073949577217, '1231', '<ul><li>1231313312</li></ul>', 2, 1, 1, NULL, 0, 1, '2025-04-10 14:27:34', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218124532883458, '3213', '<ol><li>1231231231234131</li><li>313131313</li></ol>', 2, 1, 1, NULL, 0, 1, '2025-04-10 14:27:46', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218230426476545, '12312', '<p>312312312321</p>', 2, 1, 1, NULL, 0, 1, '2025-04-10 14:28:11', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218465995366402, '123123213', '<p>213</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:29:07', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218530537316353, '1231231', '<p>3123123</p>', 1, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:29:22', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218742664241153, '1231231', '<p>3123123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:30:13', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218793268518914, '1231231', '<p>3123123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:30:25', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910218793398542337, '1231231', '<p>3123123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:30:25', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910220171273560065, '1221', '<p>1212</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 1, 1, '2025-04-10 14:35:54', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910220207826919426, '123213', '<p>1312321</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:36:02', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910220240492158978, '321312', '<p>312312</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 1, 1, '2025-04-10 14:36:10', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910220318527184897, '13123', '<p>123123123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:36:29', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910220353503485954, '1231', '<p>23123123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:36:37', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910220717376135169, '111', '<p>111</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 1, 1, '2025-04-10 14:38:04', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910221687388626946, '131', '<p>3123123</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 0, 1, '2025-04-10 14:41:55', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910221805982572545, '绕弯儿', '<p>热污染玩儿</p>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 1, 1, '2025-04-10 14:42:23', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910225248528834561, '1231', '<ul><li>防守打法萨芬</li><li>防守打法萨芬防守打法萨芬防守打法萨芬</li><li></li><li>防守打法萨芬</li><li>防守打法萨芬防守打法萨芬</li><li>v防守打法萨芬</li><li>防守打法萨芬</li><li>防守打法萨芬</li><li>防守打法萨芬</li><li>防守打法萨芬</li><li></li><li>防守打法萨芬</li><li>防守打法萨芬</li><li>防守打法萨芬</li><li>防守打法萨芬</li></ul>', 2, 1, 2, '[{\"name\":\"admin\",\"id\":\"1\"}]', 1, 1, '2025-04-10 14:56:04', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1910226460217122817, '66', '<p>666</p>', 1, 1, 1, NULL, 1, 1, '2025-04-10 15:00:53', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1920025175952531457, '平台升级公告', '<p>尊敬的用户,您好:</p><p>为提供更优质的服务,我们计划在2025年3月26日22:30后进行平台升级,预计在2025年3月27日6:00前恢复服务。如对您造成不便,敬请谅解!</p>', 2, 1, 1, NULL, 0, 1, '2025-05-07 15:57:29', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1922565118742548482, '理想之家', '<p>理想之家和希望之光</p>', 1, 1, 2, '[{\"name\":\"syj测试001\",\"id\":\"901369472502116370\"}]', 0, 1, '2025-05-14 16:10:18', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1922566438799069186, '永葆青春', '<p>青春盒子</p>', 2, 1, 1, NULL, 0, 1, '2025-05-14 16:15:33', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1922900784781258753, '<script>alert(`1`)</script>', '<p><script>alert(`1`)</script></p>', 1, 1, 1, NULL, 1, 1, '2025-05-15 14:24:08', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1922900814955081729, '<script>alert(`1`)</script>', '<p><script>alert(`1`)</script></p>', 1, 1, 1, NULL, 1, 1, '2025-05-15 14:24:15', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1972553526434930690, '升级版本', '<p>升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,升级版本版本升级,</p>', 1, 1, 1, NULL, 0, 1, '2025-09-29 14:46:24', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1983736325732904962, '升级版本', '<p><span style=\"color: rgba(0, 0, 0, 0.88); background-color: rgb(250, 250, 250); font-size: 14px;\">升级版本</span></p>', 2, 1, 1, NULL, 0, 1, '2025-10-30 11:22:51', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1990319395143475201, '222挖到222挖到222挖到222挖到222挖到222挖到', '<p>222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到222挖到</p>', 1, 1, 2, '[{\"name\":\"ceshi\",\"id\":\"901407430759718913\"}]', 1, 1, '2025-11-17 15:21:37', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1990323067801853954, '测试消息', '<p>测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息测试消息</p>', 1, 1, 2, '[{\"name\":\"2223\",\"id\":\"901435287762473008\"}]', 0, 1, '2025-11-17 15:36:12', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1990323150400282626, '测试消息111111111', '<p>121</p>', 2, 1, 2, '[{\"name\":\"2223\",\"id\":\"901435287762473008\"}]', 0, 1, '2025-11-17 15:36:32', NULL, NULL);
INSERT INTO `biz_notice` (`id`, `title`, `content`, `notice_type`, `status`, `user_type`, `user_json`, `delete_flag`, `create_by`, `create_date`, `update_by`, `update_date`) VALUES (1990330703892996097, '消息测试', '<p>11111</p>', 1, 1, 1, NULL, 0, 1, '2025-11-17 16:06:33', NULL, NULL);
COMMIT; 这些语句支持国产瀚高运行吗