-- MySQL dump 10.13 Distrib 8.0.19, for Win64 (x86_64) -- -- Host: 192.168.123.242 Database: data_easy -- ------------------------------------------------------ -- Server version 8.0.36 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `data_da_le_tou` -- DROP TABLE IF EXISTS `data_da_le_tou`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `data_da_le_tou` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `number` varchar(30) NOT NULL COMMENT '开奖号码,以竖杠隔开', `number1` varchar(2) DEFAULT NULL COMMENT '特别号码1,第一个尾号', `number2` varchar(2) DEFAULT NULL COMMENT '特别号码2,第二个尾号', `qihao` char(5) NOT NULL COMMENT '期号', `time` date DEFAULT NULL COMMENT '开奖日期', `no1num` int NOT NULL DEFAULT '0' COMMENT '一等奖注数', `no2num` int NOT NULL DEFAULT '0' COMMENT '二等奖注数', `no3num` int NOT NULL DEFAULT '0' COMMENT '三等奖注数', `no4num` int NOT NULL DEFAULT '0' COMMENT '四等奖注数', `no5num` int NOT NULL DEFAULT '0' COMMENT '五等奖注数', `no6num` int NOT NULL DEFAULT '0' COMMENT '六等奖注数', `no7num` int NOT NULL DEFAULT '0' COMMENT '七等奖注数', `no8num` int NOT NULL DEFAULT '0' COMMENT '八等奖注数', `no9num` int NOT NULL DEFAULT '0' COMMENT '九等奖注数', `no1money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '一等奖金额', `no2money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '二等奖金额', `no3money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '三等奖金额', `no4money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '四等奖金额', `no5money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '五等奖金额', `no6money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '六等奖金额', `no7money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '七等奖金额', `no8money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '八等奖金额', `no9money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '九等奖金额', `name` varchar(30) DEFAULT NULL COMMENT '彩票名称', `xiaoshou` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '销售额', `jiangchi` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '奖池金额', `endtime` timestamp NULL DEFAULT NULL COMMENT '截止兑奖时间', `no1numjia` int NOT NULL DEFAULT '0' COMMENT '一等奖追加注数', `no1moneyjia` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '一等奖追加奖金', `no2numjia` int NOT NULL DEFAULT '0' COMMENT '二等奖追加注数', `no2moneyjia` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '二等奖追加奖金', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='大乐透数据表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_da_le_tou` -- LOCK TABLES `data_da_le_tou` WRITE; /*!40000 ALTER TABLE `data_da_le_tou` DISABLE KEYS */; INSERT INTO `data_da_le_tou` VALUES (21,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,2,'2025-03-13 02:22:57',2,'2025-03-13 02:22:57',1,0),(22,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-13 10:40:51',4,'2025-03-13 10:40:51',1,0),(23,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-13 10:41:45',4,'2025-03-13 10:41:45',1,0),(24,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-13 10:45:48',4,'2025-03-13 10:45:48',1,0),(25,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-14 06:37:05',4,'2025-03-14 06:37:05',1,0),(26,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-14 06:38:53',4,'2025-03-14 06:38:53',1,0),(27,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-14 06:44:21',4,'2025-03-14 06:44:21',1,0),(28,'02|03|07|17|30|01|09','1','9','25026',NULL,1,80,194,922,20755,33244,43895,923286,9364895,10000000.00,161515.00,10000.00,3000.00,300.00,200.00,100.00,15.00,5.00,'超级大乐透',313696373.00,1039296516.67,NULL,0,-1.00,21,129212.00,4,'2025-03-14 06:48:05',4,'2025-03-14 06:48:05',1,0); /*!40000 ALTER TABLE `data_da_le_tou` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_ipo_bond` -- DROP TABLE IF EXISTS `data_ipo_bond`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `data_ipo_bond` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `bond_code` varchar(10) NOT NULL COMMENT '债券代码', `bond_short_name` varchar(30) NOT NULL COMMENT '债券简称', `announcement_date` date DEFAULT NULL COMMENT '公告日期', `issue_start_date` date DEFAULT NULL COMMENT '发行起始日', `issue_end_date` date DEFAULT NULL COMMENT '发行终止日', `planned_issue_amount` decimal(22,4) DEFAULT '0.0000' COMMENT '计划发行总量', `actual_issue_amount` decimal(22,4) DEFAULT '0.0000' COMMENT '实际发行总量', `issue_par_value` decimal(20,2) DEFAULT '0.00' COMMENT '发行面值', `issue_price` decimal(20,2) DEFAULT '0.00' COMMENT '发行价格', `issue_method` varchar(200) DEFAULT NULL COMMENT '发行方式', `issue_target` varchar(2000) DEFAULT NULL COMMENT '发行对象', `issue_scope` varchar(200) DEFAULT NULL COMMENT '发行范围', `underwriting_method` varchar(30) DEFAULT NULL COMMENT '承销方式', `fundraising_purpose` varchar(200) DEFAULT NULL COMMENT '募资用途说明', `initial_conversion_price` decimal(20,2) DEFAULT '0.00' COMMENT '初始转股价格', `conversion_start_date` date DEFAULT NULL COMMENT '转股开始日期', `conversion_end_date` date DEFAULT NULL COMMENT '转股终止日期', `online_subscription_date` date DEFAULT NULL COMMENT '网上申购日期', `online_subscription_code` varchar(10) DEFAULT NULL COMMENT '网上申购代码', `online_subscription_short_name` varchar(30) DEFAULT NULL COMMENT '网上申购简称', `online_subscription_max` decimal(20,2) DEFAULT '0.00' COMMENT '网上申购数量上限', `online_subscription_min` decimal(20,2) DEFAULT '0.00' COMMENT '网上申购数量下限', `online_subscription_unit` decimal(20,2) DEFAULT '0.00' COMMENT '网上申购单位', `online_subscription_result_date` date DEFAULT NULL COMMENT '网上申购中签结果公告日及退款日', `priority_subscription_date` date DEFAULT NULL COMMENT '优先申购日', `allotment_price` decimal(20,2) DEFAULT '0.00' COMMENT '配售价格', `creditor_registration_date` date DEFAULT NULL COMMENT '债权登记日', `priority_subscription_payment_date` date DEFAULT NULL COMMENT '优先申购缴款日', `conversion_code` varchar(10) DEFAULT NULL COMMENT '转股代码', `trading_market` varchar(30) DEFAULT NULL COMMENT '交易市场', `bond_name` varchar(100) DEFAULT NULL COMMENT '债券名称', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='新债数据表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_ipo_bond` -- LOCK TABLES `data_ipo_bond` WRITE; /*!40000 ALTER TABLE `data_ipo_bond` DISABLE KEYS */; INSERT INTO `data_ipo_bond` VALUES (1,'118052','浩瀚转债',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'网上优先配售,交易所系统网上向社会公众投资者发行','(1)向发行人的原股东优先配售:发行公告公布的股权登记日(即2025年3月12日,T-1日)收市后中国结算上海分公司登记在册的发行人所有A股股东。(2)网上发行:持有中国结算上海分公司证券账户的自然人、法人、证券投资基金、符合法律规定的其他投资者等(国家法律、法规禁止者除外)。参与可转债申购的投资者应当符合《关于可转换公司债券适当性管理相关事项的通知》(上证发〔2022〕91号)的相关要求。(3)本次发行的保荐人(主承销商)的自营账户不得参与网上申购。','上交所固定收益平台','余额包销','补充资金,项目建设',24.38,NULL,NULL,NULL,'718292','浩瀚发债',NULL,0.10,0.10,NULL,NULL,NULL,NULL,NULL,'688292','上交所','2025年北京浩瀚深度信息技术股份有限公司向不特定对象发行可转换公司债券',2,'2025-03-13 02:47:26',2,'2025-03-13 02:47:26',1,0),(2,'123253','永贵转债',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'网上优先配售,交易所系统网上向社会公众投资者发行','(1)向发行人原股东优先配售发行人在股权登记日(2025年3月12日,T-1日)收市后中国证券登记结算有限责任公司深圳分公司(以下简称“中国结算深圳分公司”或“登记公司”)登记在册的发行人所有股东。(2)网上发行持有深交所证券账户的自然人、法人、证券投资基金、符合法律规定的其他投资者等(国家法律、法规禁止者除外)。其中自然人需根据《关于完善可转换公司债券投资者适当性管理相关事项的通知》(深证上〔2023〕511号)等规定已开通向不特定对象发行的可转债交易权限。(3)本次发行的保荐人(主承销商)的自营账户不得参与网上申购。','深交所综合协议交易平台','余额包销','连接器智能化及超充产业升级项目、华东基地产业建设项目、研发中心升级项目,补充流动资金',18.29,NULL,NULL,NULL,'370351','永贵发债',NULL,0.10,0.10,NULL,NULL,NULL,NULL,NULL,'300351','深交所','2025年浙江永贵电器股份有限公司向不特定对象发行可转换公司债券',2,'2025-03-13 02:47:26',2,'2025-03-13 02:47:26',1,0); /*!40000 ALTER TABLE `data_ipo_bond` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_ipo_stock` -- DROP TABLE IF EXISTS `data_ipo_stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `data_ipo_stock` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `stock_code` varchar(10) NOT NULL COMMENT '股票代码', `stock_short_name` varchar(30) NOT NULL COMMENT '股票简称', `subscription_code` varchar(10) NOT NULL COMMENT '申购代码', `total_issued` decimal(22,4) DEFAULT '0.0000' COMMENT '发行总数', `online_issued` decimal(22,4) DEFAULT '0.0000' COMMENT '网上发行', `max_market_value_for_subscription` decimal(22,4) DEFAULT '0.0000' COMMENT '顶格申购需配市值', `subscription_limit` int DEFAULT '0' COMMENT '申购上限', `issue_price` decimal(20,2) DEFAULT '0.00' COMMENT '发行价格', `latest_price` decimal(20,2) DEFAULT '0.00' COMMENT '最新价', `first_day_closing_price` decimal(20,2) DEFAULT '0.00' COMMENT '首日收盘价', `subscription_date` date DEFAULT NULL COMMENT '申购日期', `winning_number_announcement_date` date DEFAULT NULL COMMENT '中签号公布日', `payment_date_for_winning` date DEFAULT NULL COMMENT '中签缴款日期', `listing_date` date DEFAULT NULL COMMENT '上市日期', `issue_p_e_ratio` decimal(5,2) DEFAULT '0.00' COMMENT '发行市盈率', `industry_p_e_ratio` decimal(5,2) DEFAULT '0.00' COMMENT '行业市盈率', `winning_rate` decimal(11,10) DEFAULT '0.0000000000' COMMENT '中签率', `cumulative_bid_multiple` decimal(20,2) DEFAULT '0.00' COMMENT '询价累计报价倍数', `bidding_firms_count` int DEFAULT '0' COMMENT '配售对象报价家数', `consecutive_limit_up_days` varchar(10) DEFAULT NULL COMMENT '连续一字板数量', `increase_rate` decimal(20,2) DEFAULT '0.00' COMMENT '涨幅', `profit_rer_winning_lot` decimal(20,2) DEFAULT '0.00' COMMENT '每中一签获利', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='新股数据表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_ipo_stock` -- LOCK TABLES `data_ipo_stock` WRITE; /*!40000 ALTER TABLE `data_ipo_stock` DISABLE KEYS */; INSERT INTO `data_ipo_stock` VALUES (1,'603257','中国瑞林','732257',NULL,NULL,NULL,9500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(2,'301616','浙江华业','301616',NULL,NULL,NULL,20000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(3,'688757','胜科纳米','787757',NULL,NULL,NULL,6500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5767,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(4,'301535','浙江华远','301535',NULL,NULL,NULL,12000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5903,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(5,'301629','矽电股份','301629',NULL,NULL,NULL,10000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(6,'001382','新亚电缆','001382',NULL,NULL,NULL,18500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6111,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(7,'603124','江南新材','732124',NULL,NULL,NULL,11500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7468,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(8,'301501','恒鑫生活','301501',NULL,NULL,NULL,7000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6712,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(9,'301479','弘景光电','301479',NULL,NULL,NULL,4000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6915,'待上市',NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(10,'603271','永杰新材','732271',NULL,NULL,NULL,15500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7536,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(11,'301275','汉朔科技','301275',NULL,NULL,NULL,6500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6605,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(12,'603409','汇通控股','732409',NULL,NULL,NULL,12500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7349,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(13,'301173','毓恬冠佳','301173',NULL,NULL,NULL,5000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6154,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(14,'301557','常友科技','301557',NULL,NULL,NULL,11000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(15,'920108','宏海科技','920108',NULL,NULL,NULL,950000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(16,'688411','海博思创','787411',NULL,NULL,NULL,11000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5218,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(17,'001395','亚联机械','001395',NULL,NULL,NULL,7500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6025,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(18,'001356','富岭股份','001356',NULL,NULL,NULL,37500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6379,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(19,'688545','兴福电子','787545',NULL,NULL,NULL,21000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5235,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(20,'301602','超研股份','301602',NULL,NULL,NULL,10500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6117,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(21,'688583','思看科技','787583',NULL,NULL,NULL,4000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5312,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(22,'301601','惠通科技','301601',NULL,NULL,NULL,8500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5751,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(23,'688758','赛分科技','787758',NULL,NULL,NULL,8000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5107,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(24,'301458','钧崴电子','301458',NULL,NULL,NULL,17000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5886,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(25,'920116','星图测控','920116',NULL,NULL,NULL,1306200,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(26,'301581','黄山谷捷','301581',NULL,NULL,NULL,20000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(27,'603072','天和磁材','732072',NULL,NULL,NULL,26000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7395,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(28,'001391','国货航','001391',NULL,NULL,NULL,396000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6465,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(29,'920082','方正阀门','920082',NULL,NULL,NULL,1581700,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(30,'603194','中力股份','732194',NULL,NULL,NULL,14500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7218,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(31,'920106','林泰新材','920106',NULL,NULL,NULL,277800,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(32,'301598','博科测试','301598',NULL,NULL,NULL,14500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(33,'301585','蓝宇股份','301585',NULL,NULL,NULL,5500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5966,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(34,'688605','先锋精科','787605',NULL,NULL,NULL,12000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4671,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(35,'301617','博苑股份','301617',NULL,NULL,NULL,7000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6297,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(36,'920098','科隆新材','920098',NULL,NULL,NULL,712500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(37,'688708','佳驰科技','787708',NULL,NULL,NULL,7500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4754,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(38,'301622','英思特','301622',NULL,NULL,NULL,8000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5815,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(39,'920128','胜业电气','920128',NULL,NULL,NULL,855000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(40,'688449','联芸科技','787449',NULL,NULL,NULL,14000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4536,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(41,'603395','红四方','732395',NULL,NULL,NULL,16000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7143,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(42,'920060','万源通','920060',NULL,NULL,NULL,1472500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(43,'688750','金天钛业','787750',NULL,NULL,NULL,16500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4440,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(44,'301631','壹连科技','301631',NULL,NULL,NULL,3500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6189,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(45,'920111','聚星科技','920111',NULL,NULL,NULL,1844400,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(46,'603205','健尔康','732205',NULL,NULL,NULL,12000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6753,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(47,'301633','港迪技术','301633',NULL,NULL,NULL,13500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(48,'920066','科拜尔','920066',NULL,NULL,NULL,513800,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(49,'301628','强达电路','301628',NULL,NULL,NULL,18500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0),(50,'920088','科力股份','920088',NULL,NULL,NULL,997500,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2025-03-13 02:55:02',2,'2025-03-13 02:55:02',1,0); /*!40000 ALTER TABLE `data_ipo_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_product_hunt_post` -- DROP TABLE IF EXISTS `data_product_hunt_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `data_product_hunt_post` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `rank_date` date NOT NULL COMMENT '榜单日期', `rank_num` int NOT NULL COMMENT '排名位置', `post_id` bigint NOT NULL COMMENT '帖子ID', `name` varchar(200) NOT NULL COMMENT '帖子名称', `tagline` varchar(300) DEFAULT NULL COMMENT '帖子的标语', `description` varchar(1000) DEFAULT NULL COMMENT '帖子信息', `votes_count` int DEFAULT '0' COMMENT '投票数', `created_at` timestamp NULL DEFAULT NULL COMMENT '帖子的创建日期和时间', `featured_at` timestamp NULL DEFAULT NULL COMMENT '帖子被特色展示的日期和时间', `website` varchar(500) DEFAULT NULL COMMENT '指向该帖子网站的重定向 URL', `url` varchar(500) DEFAULT NULL COMMENT '帖子URL', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Product Hunt榜单的帖子数据'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_product_hunt_post` -- LOCK TABLES `data_product_hunt_post` WRITE; /*!40000 ALTER TABLE `data_product_hunt_post` DISABLE KEYS */; INSERT INTO `data_product_hunt_post` VALUES (151,'2025-03-14',1,935408,'Wispr Flow for Windows','Stop typing, start speaking: 3x faster dictation on PC & Mac','厌倦了打字吗?Wispr Flow for Windows 让你自然说话,看到你的文字完美格式化——无需额外编辑,没有错别字。这是在所有应用中书写速度提高三倍的最简单方法。',621,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/VEQJCWAHVPXBLC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/wispr-flow-for-windows?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(152,'2025-03-14',2,931928,'No Cap','World\'s first AI angel investor','是时候坦白了:我刚刚投资了10万美元给一家初创公司——而我是一个AI。完整公告和视频如下👇',458,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/RX3O54ISJJ42UG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/no-cap?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(153,'2025-03-14',3,941045,'Cuckoo','Real-time AI translator for global teams','Cuckoo 是一个面向全球销售、营销和支持的实时AI翻译工具。Cuckoo 帮助像 Snowflake 和 PagerDuty 这样的公司在 Zoom 面对面会议中与全球客户交谈,即使是最技术性的讨论也能应对自如。',384,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/BSLO27YPI7UOLG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/cuckoo-6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(154,'2025-03-14',4,938270,'Sherloq','Create one place for all your SQL, directly on your editor','Sherloq 是一个协作式SQL仓库。使用这个AI驱动的插件,SQL用户可以自动保存、组织、分享和即时记录查询,无需离开编辑器。公司使用 Sherloq 作为所有查询的唯一真相来源。',358,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/M7N4WQZQIP4IOJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/sherloq-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(155,'2025-03-14',5,939950,'Numeral','Spend less than 5 minutes per month on sales tax compliance','Numeral 为领先的电子商务和SaaS企业提供自动化的销售税服务,提供注册、申报和汇款的智能工作流程,以及白手套客户支持。',339,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/EQNJ7UZ55RUAHG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/numeral?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(156,'2025-03-14',6,929040,'OG PM Agent: Beta Release','Your AI Product Manager','PM Agent 是你的AI产品经理,它参加你所有的会议,创建详细的摘要,并将业务讨论实时转化为产品需求文档,包括每个冲刺的验收标准,保持所有利益相关者一致。',247,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/HYURCPOABM6B7B?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/og-pm-agent-beta-release?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(157,'2025-03-14',7,940539,'Superwall','Build & test mobile app paywalls without shipping updates','Superwall 是移动应用的终极付费墙解决方案。构建和测试无限的付费墙设计、定价和A/B实验——所有这些都无需发布应用更新。内置分析功能,将你的实验时间减少90%,收入增长20-30%。',227,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/JEBXUG7IVV3WMG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/superwall?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(158,'2025-03-14',8,940968,'OpenAI Responses API and Agents SDK','New tools for building agents and tools','一套专门设计用于简化代理应用开发的新API和工具。',174,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/7ZEJQUN3IQPUZA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/openai-responses-api-and-agents-sdk?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(159,'2025-03-14',9,940914,'AI Renamer','Rename your files with AI','使用AI根据内容自动重命名你的文件。非常适合为图像和文档赋予有意义的名字进行组织。',167,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/DND2CRR6HKS53X?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/ai-renamer-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(160,'2025-03-14',10,940701,'Omlet for VS Code','Get React component usage insights in VS Code','Omlet 是一个React组件分析工具。你现在可以直接在VS Code中使用Omlet,并在编码时分析你的React组件(及其属性)的使用方式和位置——帮助你自信地更新、清理和维护你的组件库。',163,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/DOVGY6PD4WK77S?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/omlet-for-vs-code?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(161,'2025-03-14',11,940824,'FirstSeed Tasks','Task manager focused on task execution & completion','介绍 FirstSeed Tasks 4 —— 一个专注于任务执行和完成的任务管理器。内置计时器和番茄工作法功能,让你保持专注,提高效率,最大化生产力。适用于iPhone、iPad和Mac。',153,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/A6Q5G6U66ELHPP?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/firstseed-tasks?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(162,'2025-03-14',12,939735,'Sahha Archetypes','Segment users based on their health, lifestyle, & behavior!','根据长期健康、生活方式和行为趋势对用户进行分类,实现超个性化的参与和保留策略。原型是直观、易用的标签,捕捉一个人的形象、健康和生活方',153,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/KFNWL2Q64CTORR?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/sahha-archetypes?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(163,'2025-03-14',13,939053,'Search Copilot','Work AI across platforms','Search Copilot is the AI-powered search engine for your work. Instantly find insights from meetings, emails, chats, docs, and CRMs—all in one place. No setup hassle, privacy-first, and free. Stop searching, start finding. 🚀',141,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/7PCPCKCIRCKM3Z?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/search-copilot?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(164,'2025-03-14',14,940919,'PlanetScale Metal','The fastest way to run databases in AWS or GCP','PlanetScale Metal is the fastest way to run databases in AWS or GCP. With blazing fast NVMe drives, you can unlock unlimited IOPS, ultra low latencies, and the highest throughput for your workloads.',130,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/A3UUCYI5Q7MH76?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/planetscale-metal?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(165,'2025-03-14',15,940792,'DJI Dock 3','Rise to Any Challenge','Introducing the DJI Dock 3, DJI\'s First Dock Adaptable for Vehicle Mounting. The DJI Dock 3 empowers 24/7 remote operations and effortlessly adapts to various environments.',125,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/GHI7E7TT5CCHW5?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/dji-dock-3?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(166,'2025-03-14',16,940946,'Supadex for iOS & Android','Supabase data in your pocket','The ultimate mobile dashboard for Supabase. Manage databases, track metrics, and monitor projects seamlessly, anytime, anywhere.',118,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/SUQDWEYZSJKTZF?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/supadex-for-ios-android?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(167,'2025-03-14',17,940774,'Pod','A desktop iPod that plays local music and radio','Pod is a desktop music player which feels and looks like an iPod. Enjoy seamless navigation, haptic feedback, and stylish design, all without extra hardware. Listen to local music files, radio and soon Spotify.',115,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/EYQMXQVYVKJ7YJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/pod-6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(168,'2025-03-14',18,940617,'W3ARE v1 beta','Accept payments in any currency or crypto','Simplify international transactions with w3are. Create payment links that support multiple payment methods, currencies, and cryptocurrencies. Secure, compliant, and easy to use. Start accepting payments worldwide today!',108,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/OGNMM5QABG7HLJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/w3are-v1-beta?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(169,'2025-03-14',19,940536,'FocusNudge','Status bar app to nudge you back into focus!','Stay on track in a distraction-filled world! FocusNudge gently reminds you of your main focus whenever you switch to distracting apps. This tiny menu bar app delivers perfectly timed nudges that keep you aligned with what matters. Customizable, unobtrusive.',108,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/HW627AGBESAL3V?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/focusnudge?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(170,'2025-03-14',20,940392,'Pocket Casts','No Paywalls. No Walled Gardens. Just Podcasts.','Pocket Casts is a powerful, beautifully designed podcast player that lets you stream your podcasts from any device. With intuitive playback controls and a clean interface, it’s the best way to enjoy podcasts—now free for all.',106,'2025-03-11 23:01:00',NULL,'https://www.producthunt.com/r/IIDXSG7EVDDS64?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/pocket-casts-8?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(171,'2025-03-14',21,935408,'Wispr Flow for Windows','Stop typing, start speaking: 3x faster dictation on PC & Mac','Tired of typing? Wispr Flow for Windows lets you speak naturally and see your words perfectly formatted—no extra edits, no typos. It’s the easiest way to write 3x faster across all your apps.',621,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/VEQJCWAHVPXBLC?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/wispr-flow-for-windows?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(172,'2025-03-14',22,931928,'No Cap','World\'s first AI angel investor','Time to come clean: I just invested $100k in a startup — and I\'m an AI. Full announcement and video below 👇',458,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/RX3O54ISJJ42UG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/no-cap?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(173,'2025-03-14',23,941045,'Cuckoo','Real-time AI translator for global teams','Cuckoo is a real-time AI translator for global sales, marketing, and support. Cuckoo helps companies like Snowflake and PagerDuty talk to their global customers in Zoom in-person meetings, even in the most technical discussions.',384,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/BSLO27YPI7UOLG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/cuckoo-6?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(174,'2025-03-14',24,938270,'Sherloq','Create one place for all your SQL, directly on your editor','Sherloq is a Collaborative SQL Repository. Using the AI-powered plugin, SQL users automatically save, organize, share, and document queries on-the-fly, without leaving the editor. Companies use Sherloq as the single source of truth for all their queries.',358,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/M7N4WQZQIP4IOJ?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/sherloq-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(175,'2025-03-14',25,939950,'Numeral','Spend less than 5 minutes per month on sales tax compliance','Numeral puts sales tax on autopilot for leading e-commerce and SaaS businesses, offering intelligent workflows for registration, filing, and remittance alongside white-glove customer support.',339,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/EQNJ7UZ55RUAHG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/numeral?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(176,'2025-03-14',26,929040,'OG PM Agent: Beta Release','Your AI Product Manager','PM Agent is your AI Product Manager that attends all your meetings, creates detailed summaries, and converts business discussions into Product Requirement Document including acceptance criteria for every sprint in real time keeping all stakeholders aligned.',247,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/HYURCPOABM6B7B?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/og-pm-agent-beta-release?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(177,'2025-03-14',27,940539,'Superwall','Build & test mobile app paywalls without shipping updates','Superwall is the ultimate paywall solution for mobile apps. Build and test unlimited paywall designs, pricing, and A/B experiments— all without shipping app updates. With built in analytics, reduce your time to experiment by 90% and grow revenue by 20-30%.',227,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/JEBXUG7IVV3WMG?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/superwall?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(178,'2025-03-14',28,940968,'OpenAI Responses API and Agents SDK','New tools for building agents and tools','A new set of APIs and tools specifically designed to simplify the development of agentic applications.',174,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/7ZEJQUN3IQPUZA?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/openai-responses-api-and-agents-sdk?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(179,'2025-03-14',29,940914,'AI Renamer','Rename your files with AI','Automatically rename your files based on their content using AI. Perfect for organizing images and documents with meaningful names.',167,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/DND2CRR6HKS53X?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/ai-renamer-2?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0),(180,'2025-03-14',30,940701,'Omlet for VS Code','Get React component usage insights in VS Code','Omlet is a component analytics tool for React. You can now use Omlet directly in VS Code and analyze how and where your React components (and their props) are used as you\'re coding — helping you confidently update, clean up and maintain your component library.',163,'2025-03-11 23:01:00','2025-03-11 23:01:00','https://www.producthunt.com/r/DOVGY6PD4WK77S?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29','https://www.producthunt.com/posts/omlet-for-vs-code?utm_campaign=producthunt-api&utm_medium=api-v2&utm_source=Application%3A+dataeasy+%28ID%3A+170125%29',4,'2025-03-14 09:29:18',4,'2025-03-14 09:29:18',1,0); /*!40000 ALTER TABLE `data_product_hunt_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `data_shuang_se_qiu` -- DROP TABLE IF EXISTS `data_shuang_se_qiu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `data_shuang_se_qiu` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `number` varchar(30) NOT NULL COMMENT '开奖号码,以竖杠隔开', `number1` varchar(2) DEFAULT NULL COMMENT '特别号码,尾号', `qihao` char(8) NOT NULL COMMENT '期号', `time` varchar(15) DEFAULT NULL COMMENT '开奖日期', `no1num` int NOT NULL DEFAULT '0' COMMENT '一等奖注数', `no2num` int NOT NULL DEFAULT '0' COMMENT '二等奖注数', `no3num` int NOT NULL DEFAULT '0' COMMENT '三等奖注数', `no4num` int NOT NULL DEFAULT '0' COMMENT '四等奖注数', `no5num` int NOT NULL DEFAULT '0' COMMENT '五等奖注数', `no6num` int NOT NULL DEFAULT '0' COMMENT '六等奖注数', `no1money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '一等奖金额', `no2money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '二等奖金额', `no3money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '三等奖金额', `no4money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '四等奖金额', `no5money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '五等奖金额', `no6money` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '六等奖金额', `name` varchar(30) DEFAULT NULL COMMENT '彩票名称', `xiaoshou` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '销售额', `jiangchi` decimal(18,2) NOT NULL DEFAULT '0.00' COMMENT '奖池金额', `no1msg` varchar(1000) DEFAULT NULL COMMENT '一等奖中奖地域', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='双色球数据表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `data_shuang_se_qiu` -- LOCK TABLES `data_shuang_se_qiu` WRITE; /*!40000 ALTER TABLE `data_shuang_se_qiu` DISABLE KEYS */; INSERT INTO `data_shuang_se_qiu` VALUES (1,'09|10|12|14|19|32|07','7','2025026','2025-03-11(二)',7,66,1482,75787,1480233,12846139,7683139.00,355719.00,3000.00,200.00,10.00,5.00,'双色球',392951650.00,1952743893.00,'辽宁1注,江苏1注,浙江1注,河南1注,广东2注,甘肃1注,共7注。',2,'2025-03-13 02:25:05',2,'2025-03-13 02:25:05',1,0),(2,'09|10|12|14|19|32|07','7','2025026','2025-03-11(二)',7,66,1482,75787,1480233,12846139,7683139.00,355719.00,3000.00,200.00,10.00,5.00,'双色球',392951650.00,1952743893.00,'辽宁1注,江苏1注,浙江1注,河南1注,广东2注,甘肃1注,共7注。',2,'2025-03-13 02:27:23',2,'2025-03-13 02:27:23',1,0),(3,'09|10|12|14|19|32|07','7','2025026','2025-03-11(二)',7,66,1482,75787,1480233,12846139,7683139.00,355719.00,3000.00,200.00,10.00,5.00,'双色球',392951650.00,1952743893.00,'辽宁1注,江苏1注,浙江1注,河南1注,广东2注,甘肃1注,共7注。',2,'2025-03-13 02:31:27',2,'2025-03-13 02:31:27',1,0),(4,'05|07|08|15|16|23|06','6','2025027','2025-03-13(四)',13,211,2394,103200,1749804,11162473,6419699.00,109337.00,3000.00,200.00,10.00,5.00,'双色球',394720204.00,1938498165.00,'河北1注,辽宁3注,江苏1注,福建2注,江西1注,山东1注,河南1注,广东1注,广西1注,云南1注,共13注。',4,'2025-03-14 06:53:06',4,'2025-03-14 06:53:06',1,0),(5,'05|07|08|15|16|23|06','6','2025027','2025-03-13(四)',13,211,2394,103200,1749804,11162473,6419699.00,109337.00,3000.00,200.00,10.00,5.00,'双色球',394720204.00,1938498165.00,'河北1注,辽宁3注,江苏1注,福建2注,江西1注,山东1注,河南1注,广东1注,广西1注,云南1注,共13注。',4,'2025-03-14 06:54:41',4,'2025-03-14 06:54:41',1,0),(6,'05|07|08|15|16|23|06','6','2025027','2025-03-13(四)',13,211,2394,103200,1749804,11162473,6419699.00,109337.00,3000.00,200.00,10.00,5.00,'双色球',394720204.00,1938498165.00,'河北1注,辽宁3注,江苏1注,福建2注,江西1注,山东1注,河南1注,广东1注,广西1注,云南1注,共13注。',4,'2025-03-14 07:32:02',4,'2025-03-14 07:32:02',1,0),(7,'05|07|08|15|16|23|06','6','2025027','2025-03-13(四)',13,211,2394,103200,1749804,11162473,6419699.00,109337.00,3000.00,200.00,10.00,5.00,'双色球',394720204.00,1938498165.00,'河北1注,辽宁3注,江苏1注,福建2注,江西1注,山东1注,河南1注,广东1注,广西1注,云南1注,共13注。',4,'2025-03-14 07:34:29',4,'2025-03-14 07:34:29',1,0); /*!40000 ALTER TABLE `data_shuang_se_qiu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription_order` -- DROP TABLE IF EXISTS `subscription_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `subscription_order` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `user_id` bigint NOT NULL COMMENT '用户ID', `subscription_source_id` bigint NOT NULL COMMENT '订阅源ID', `subscription_plan_id` bigint NOT NULL COMMENT '订阅价格计划ID', `order_no` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '订单号(格式:3位业务编码 + YYYYMMDD + 3位序列号)', `subscription_price` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT '订阅价格(单位:元)', `subscription_duration` int NOT NULL COMMENT '订阅时长(单位:天)', `close_time` timestamp NOT NULL COMMENT '订单关闭时间', `payment_status` varchar(10) NOT NULL COMMENT '支付状态(NOTPAY-未支付,SUCCESS-支付成功、REFUND-转入退款、CLOSED-已关闭、REVOKED-已撤销)', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='订单表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subscription_order` -- LOCK TABLES `subscription_order` WRITE; /*!40000 ALTER TABLE `subscription_order` DISABLE KEYS */; INSERT INTO `subscription_order` VALUES (1,2,1,1,'SOO250311163508001',0.99,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 08:35:08',4,'2025-03-14 08:10:25',1,0),(2,2,1,1,'SOO250311164156001',0.99,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 08:41:57',4,'2025-03-14 08:10:25',1,0),(3,2,1,1,'SOO250311164608001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 08:46:09',4,'2025-03-14 08:10:25',1,0),(4,2,1,1,'SOO250311171250001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 09:12:51',4,'2025-03-14 08:10:25',1,0),(5,2,1,1,'SOO250311181705001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 10:17:06',4,'2025-03-14 08:10:25',1,0),(6,2,1,1,'SOO250311181919001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 10:19:19',4,'2025-03-14 08:10:25',1,0),(7,2,1,1,'SOO250311182127001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 10:21:28',4,'2025-03-14 08:10:25',1,0),(10,2,1,1,'SOO250311190139001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 11:01:39',4,'2025-03-14 08:10:25',1,0),(11,2,1,1,'SOO250311190434001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 11:04:35',4,'2025-03-14 08:10:25',1,0),(17,2,1,1,'SOO250311195823001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-11 11:58:24',4,'2025-03-14 08:10:25',1,0),(18,2,1,1,'SOO250312200203001',0.01,7,'2025-03-14 04:09:18','CLOSED',2,'2025-03-12 12:02:04',4,'2025-03-14 08:10:25',1,0),(19,2,1,1,'SOO250312200349001',0.01,7,'2025-03-14 04:09:18','SUCCESS',2,'2025-03-12 12:03:50',1,'2025-03-14 04:09:40',1,0),(20,2,1,1,'SOO250312201054001',0.01,7,'2025-03-14 04:09:18','SUCCESS',2,'2025-03-12 12:10:54',1,'2025-03-14 04:09:40',1,0); /*!40000 ALTER TABLE `subscription_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription_plan` -- DROP TABLE IF EXISTS `subscription_plan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `subscription_plan` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `subscription_source_id` bigint NOT NULL COMMENT '订阅源ID', `subscription_price` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT '订阅价格(单位:元)', `subscription_duration` int NOT NULL COMMENT '订阅时长(单位:天)', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='订阅价格计划表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subscription_plan` -- LOCK TABLES `subscription_plan` WRITE; /*!40000 ALTER TABLE `subscription_plan` DISABLE KEYS */; INSERT INTO `subscription_plan` VALUES (1,1,0.01,7,1,'2025-03-10 08:09:58',1,'2025-03-11 08:45:03',1,0),(2,1,2.99,30,1,'2025-03-10 08:09:58',1,'2025-03-10 08:09:58',1,0),(3,2,0.00,0,1,'2025-03-10 08:09:58',1,'2025-03-10 08:09:58',1,0); /*!40000 ALTER TABLE `subscription_plan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription_source` -- DROP TABLE IF EXISTS `subscription_source`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `subscription_source` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `title` varchar(100) NOT NULL COMMENT '主标题', `sub_title` varchar(300) DEFAULT NULL COMMENT '副标题', `paid_option` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT 'PAID' COMMENT '付费选项(FREE-免费、PAID-付费)', `push_channel` varchar(10) NOT NULL COMMENT '推送渠道(WXMP-微信服务号)', `push_frequency` varchar(100) NOT NULL COMMENT '推送频率', `description` varchar(1000) DEFAULT NULL COMMENT '详情描述', `pics` varchar(2000) DEFAULT NULL COMMENT '详情图片', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='订阅源表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subscription_source` -- LOCK TABLES `subscription_source` WRITE; /*!40000 ALTER TABLE `subscription_source` DISABLE KEYS */; INSERT INTO `subscription_source` VALUES (1,'Product Hunt每日榜单','通过微信渠道快速推送 Product Hunt 前一天的 Top30 产品的中文信息摘要','PAID','微信服务号','北京时间每天下午4点','Product Hunt 是全球最大的软件产品打榜平台,每天都有开发者发布新品并为loved产品投票。作为聚焦创新产品的热门网站,Product Hunt吸引了大量开发者和产品爱好者查看全球最新创意。然而,由于其为英文网站且访问需借助网络工具,许多用户在移动设备上快速获取信息并不方便,为此,我们推出了一款消息服务,每天在榜单更新结束后,精选当日排名靠前的产品','http://gips0.baidu.com/it/u=3375143540,3287761352&fm=3028&app=3028&f=JPEG&fmt=auto?w=960&h=1280,http://gips3.baidu.com/it/u=3886271102,3123389489&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960',1,'2025-03-10 08:08:36',1,'2025-03-10 09:20:18',1,0),(2,'大乐透','测试子标题','FREE','微信服务号','每天21:30','测试描述','http://gips0.baidu.com/it/u=3375143540,3287761352&fm=3028&app=3028&f=JPEG&fmt=auto?w=960&h=1280,http://gips3.baidu.com/it/u=3886271102,3123389489&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960',1,'2025-03-10 08:08:36',1,'2025-03-10 09:20:18',1,0),(3,'新债','测试子标题','FREE','微信服务号','每天21:30','测试描述','http://gips0.baidu.com/it/u=3375143540,3287761352&fm=3028&app=3028&f=JPEG&fmt=auto?w=960&h=1280,http://gips3.baidu.com/it/u=3886271102,3123389489&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960',1,'2025-03-10 08:08:36',1,'2025-03-10 09:20:18',1,0),(4,'新股','测试子标题','FREE','微信服务号','每天21:30','测试描述','http://gips0.baidu.com/it/u=3375143540,3287761352&fm=3028&app=3028&f=JPEG&fmt=auto?w=960&h=1280,http://gips3.baidu.com/it/u=3886271102,3123389489&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960',1,'2025-03-10 08:08:36',1,'2025-03-10 09:20:18',1,0),(5,'双色球','测试子标题','FREE','微信服务号','每天21:30','测试描述','http://gips0.baidu.com/it/u=3375143540,3287761352&fm=3028&app=3028&f=JPEG&fmt=auto?w=960&h=1280,http://gips3.baidu.com/it/u=3886271102,3123389489&fm=3028&app=3028&f=JPEG&fmt=auto?w=1280&h=960',1,'2025-03-10 08:08:36',1,'2025-03-10 09:20:18',1,0); /*!40000 ALTER TABLE `subscription_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription_task_config` -- DROP TABLE IF EXISTS `subscription_task_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `subscription_task_config` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `task_code` varchar(30) NOT NULL COMMENT '定时任务编码', `task_name` varchar(100) NOT NULL COMMENT '定时任务名称', `subscription_source_id` bigint NOT NULL COMMENT '订阅源ID', `execute_option` varchar(10) NOT NULL COMMENT '执行选项(ENABLE-开启、DISABLE-关闭)', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='订阅源与定时任务配置表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subscription_task_config` -- LOCK TABLES `subscription_task_config` WRITE; /*!40000 ALTER TABLE `subscription_task_config` DISABLE KEYS */; INSERT INTO `subscription_task_config` VALUES (1,'DA_LE_TOU','大乐透定时任务',1,'ENABLE',1,'2025-03-06 14:00:30',1,'2025-03-06 14:00:30',1,0),(2,'SHUANG_SE_QIU','双色球定时任务',1,'ENABLE',1,'2025-03-06 14:00:30',1,'2025-03-06 14:00:30',1,0),(3,'IPO_BOND','新债定时任务',1,'ENABLE',1,'2025-03-06 14:00:30',1,'2025-03-06 14:00:30',1,0),(4,'IPO_STOCK','新股定时任务',1,'ENABLE',1,'2025-03-06 14:00:30',1,'2025-03-06 14:00:30',1,0),(5,'PRODUCT_HUNT','ProductHunt热榜定时任务',1,'ENABLE',1,'2025-03-06 14:00:30',1,'2025-03-06 14:00:30',1,0),(6,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务',1,'ENABLE',1,'2025-03-06 14:00:30',1,'2025-03-06 14:00:30',1,0); /*!40000 ALTER TABLE `subscription_task_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription_user_config` -- DROP TABLE IF EXISTS `subscription_user_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `subscription_user_config` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `user_id` bigint NOT NULL COMMENT '用户ID', `subscription_source_id` bigint NOT NULL COMMENT '订阅源ID', `start_time` timestamp NOT NULL COMMENT '订阅开始时间', `end_time` timestamp NOT NULL COMMENT '订阅结束时间', `push_option` varchar(10) NOT NULL COMMENT '消息推送选项(ENABLE-开启、DISABLE-关闭)', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户的订阅源配置表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subscription_user_config` -- LOCK TABLES `subscription_user_config` WRITE; /*!40000 ALTER TABLE `subscription_user_config` DISABLE KEYS */; INSERT INTO `subscription_user_config` VALUES (1,4,1,'2025-03-12 12:11:08','2025-03-19 16:00:00','ENABLED',1,'2025-03-12 12:11:08',2,'2025-03-13 10:41:37',1,0),(2,4,2,'2025-03-12 12:11:08','2025-03-19 16:00:00','ENABLED',1,'2025-03-12 12:11:08',2,'2025-03-13 10:41:37',1,0),(3,4,3,'2025-03-12 12:11:08','2025-03-19 16:00:00','ENABLED',1,'2025-03-12 12:11:08',2,'2025-03-13 10:41:37',1,0),(4,4,4,'2025-03-12 12:11:08','2025-03-19 16:00:00','ENABLED',1,'2025-03-12 12:11:08',2,'2025-03-13 10:41:37',1,0),(5,4,5,'2025-03-12 12:11:08','2025-03-19 16:00:00','ENABLED',1,'2025-03-12 12:11:08',2,'2025-03-13 10:41:37',1,0); /*!40000 ALTER TABLE `subscription_user_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subscription_user_log` -- DROP TABLE IF EXISTS `subscription_user_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `subscription_user_log` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `user_id` bigint NOT NULL COMMENT '用户ID', `subscription_source_id` bigint NOT NULL COMMENT '订阅源ID', `subscription_plan_id` bigint NOT NULL COMMENT '订阅价格计划ID', `subscription_order_id` bigint NOT NULL COMMENT '订单ID', `paid_option` varchar(10) NOT NULL COMMENT '付费选项(FREE-免费、PAID-付费)', `subscription_price` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT '订阅价格(单位:元)', `subscription_duration` int NOT NULL COMMENT '本次订阅时长(单位:天)', `start_time` timestamp NOT NULL COMMENT '订阅前开始时间', `before_end_time` timestamp NOT NULL COMMENT '订阅前结束时间', `after_end_time` timestamp NOT NULL COMMENT '订阅后结束时间', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户的订阅日志表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subscription_user_log` -- LOCK TABLES `subscription_user_log` WRITE; /*!40000 ALTER TABLE `subscription_user_log` DISABLE KEYS */; /*!40000 ALTER TABLE `subscription_user_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_dict` -- DROP TABLE IF EXISTS `sys_dict`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `sys_dict` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `dict_code` varchar(100) NOT NULL COMMENT '字典编码', `dict_name` varchar(100) NOT NULL COMMENT '字典名称', `description` varchar(200) DEFAULT NULL COMMENT '描述', `status` int NOT NULL DEFAULT '1' COMMENT '状态(1-启用,0-失效)', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统字典表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_dict` -- LOCK TABLES `sys_dict` WRITE; /*!40000 ALTER TABLE `sys_dict` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_dict` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_dict_item` -- DROP TABLE IF EXISTS `sys_dict_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `sys_dict_item` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `dict_id` bigint NOT NULL COMMENT '字典表主键', `data_type` int NOT NULL COMMENT '数据类型(0-String,1-Number)', `item_code` varchar(100) NOT NULL COMMENT '字典项编码', `item_name` varchar(100) NOT NULL COMMENT '字典项名称', `description` varchar(200) DEFAULT NULL COMMENT '描述', `status` int NOT NULL DEFAULT '1' COMMENT '状态(1-启用,0-失效)', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统字典项表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_dict_item` -- LOCK TABLES `sys_dict_item` WRITE; /*!40000 ALTER TABLE `sys_dict_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_dict_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_schedule_task_log` -- DROP TABLE IF EXISTS `sys_schedule_task_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `sys_schedule_task_log` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `task_code` varchar(100) NOT NULL COMMENT '定时任务编码', `task_name` varchar(100) NOT NULL COMMENT '定时任务名称', `launch_method` varchar(10) NOT NULL COMMENT '启动方式(AUTO-自动,MANUAL-手动)', `start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '任务开始时间', `end_time` timestamp NULL DEFAULT NULL COMMENT '任务结束时间', `process_status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '执行状态(RUNNING-执行中,SUCCESS-成功,FAIL-失败)', `error_message` varchar(5000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '错误信息', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='定时任务执行记录表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_schedule_task_log` -- LOCK TABLES `sys_schedule_task_log` WRITE; /*!40000 ALTER TABLE `sys_schedule_task_log` DISABLE KEYS */; INSERT INTO `sys_schedule_task_log` VALUES (77,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-13 02:22:56','2025-03-13 02:22:57','SUCCESS',NULL,2,'2025-03-13 02:22:56',2,'2025-03-13 02:22:57',1,0),(78,'DA_LE_TOU','双色球定时任务','AUTO','2025-03-13 02:25:05','2025-03-13 02:25:05','SUCCESS',NULL,2,'2025-03-13 02:25:05',2,'2025-03-13 02:25:05',1,0),(79,'DA_LE_TOU','双色球定时任务','AUTO','2025-03-13 02:27:09','2025-03-13 02:27:23','SUCCESS',NULL,2,'2025-03-13 02:27:23',2,'2025-03-13 02:27:23',1,0),(80,'SHUANG_SE_QIU','双色球定时任务','AUTO','2025-03-13 02:29:09','2025-03-13 02:29:26','SUCCESS',NULL,2,'2025-03-13 02:29:14',2,'2025-03-13 02:29:29',1,0),(81,'SHUANG_SE_QIU','双色球定时任务','AUTO','2025-03-13 02:31:23','2025-03-13 02:31:29','SUCCESS',NULL,2,'2025-03-13 02:31:26',2,'2025-03-13 02:31:30',1,0),(82,'IPO_BOND','新债定时任务','AUTO','2025-03-13 02:32:48','2025-03-13 02:32:48','FAIL','Cannot format given Object as a Date',2,'2025-03-13 02:32:48',2,'2025-03-13 02:32:48',1,0),(83,'IPO_BOND','新债定时任务','AUTO','2025-03-13 02:37:57','2025-03-13 02:38:13','FAIL','Connection refused: no further information executing GET http://127.0.0.1:8000/api/public/bond_cov_issue_cninfo?end_date=20250313&start_date=20250313',2,'2025-03-13 02:37:57',2,'2025-03-13 02:38:13',1,0),(85,'IPO_BOND','新债定时任务','AUTO','2025-03-13 02:45:33','2025-03-13 02:45:34','FAIL','\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'actual_issue_amount\' cannot be null\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataIpoBondMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataIpoBondMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_ipo_bond ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,actual_issue_amount,allotment_price,announcement_date,bond_code,bond_name,bond_short_name,conversion_code,conversion_end_date,conversion_start_date,creditor_registration_date,fundraising_purpose,initial_conversion_price,issue_end_date,issue_method,issue_par_value,issue_price,issue_scope,issue_start_date,issue_target,online_subscription_code,online_subscription_date,online_subscription_max,online_subscription_min,online_subscription_result_date,online_subscription_short_name,online_subscription_unit,planned_issue_amount,priority_subscription_date,priority_subscription_payment_date,trading_market,underwriting_method ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'actual_issue_amount\' cannot be null\n; Column \'actual_issue_amount\' cannot be null',2,'2025-03-13 02:45:33',2,'2025-03-13 02:45:34',1,0),(86,'IPO_BOND','新债定时任务','AUTO','2025-03-13 02:47:26','2025-03-13 02:47:26','SUCCESS',NULL,2,'2025-03-13 02:47:26',2,'2025-03-13 02:47:26',1,0),(87,'IPO_STOCK','新股定时任务','AUTO','2025-03-13 02:53:18','2025-03-13 02:53:19','FAIL','\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'bidding_firms_count\' cannot be null\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataIpoStockMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataIpoStockMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_ipo_stock ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,bidding_firms_count,consecutive_limit_up_days,cumulative_bid_multiple,first_day_closing_price,increase_rate,industry_p_e_ratio,issue_p_e_ratio,issue_price,latest_price,listing_date,max_market_value_for_subscription,online_issued,payment_date_for_winning,profit_rer_winning_lot,stock_code,stock_short_name,subscription_code,subscription_date,subscription_limit,total_issued,winning_number_announcement_date,winning_rate ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'bidding_firms_count\' cannot be null\n; Column \'bidding_firms_count\' cannot be null',2,'2025-03-13 02:53:18',2,'2025-03-13 02:53:19',1,0),(88,'IPO_STOCK','新股定时任务','AUTO','2025-03-13 02:55:01','2025-03-13 02:55:02','SUCCESS',NULL,2,'2025-03-13 02:55:01',2,'2025-03-13 02:55:02',1,0),(89,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 02:56:28','2025-03-13 02:56:28','FAIL','[401] during [GET] to [http://127.0.0.1:8080/getTop30Posts] [ProductHuntFeign#getTop30Posts()]: [{\"timestamp\":\"2025-03-13 10:56:28:324\",\"success\":false,\"code\":\"999\",\"msg\":\"登录校验异常,原因:没有token凭据\",\"data\":null}]',2,'2025-03-13 02:56:28',2,'2025-03-13 02:56:28',1,0),(90,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 02:59:27','2025-03-13 02:59:28','FAIL','[401] during [GET] to [http://127.0.0.1:8080/getTop30Posts] [ProductHuntFeign#getTop30Posts()]: [{\"timestamp\":\"2025-03-13 10:59:27:510\",\"success\":false,\"code\":\"999\",\"msg\":\"登录校验异常,原因:没有token凭据\",\"data\":null}]',2,'2025-03-13 02:59:27',2,'2025-03-13 02:59:28',1,0),(91,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:01:19','2025-03-13 03:01:20','FAIL','[401] during [GET] to [http://127.0.0.1:8081/getTop30Posts] [ProductHuntFeign#getTop30Posts()]: [{\"timestamp\":\"2025-03-13 11:01:19:714\",\"success\":false,\"code\":\"999\",\"msg\":\"登录校验异常,原因:没有token凭据\",\"data\":null}]',2,'2025-03-13 03:01:19',2,'2025-03-13 03:01:20',1,0),(92,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:04:33','2025-03-13 03:04:49','FAIL','[401] during [GET] to [http://127.0.0.1:8081/getTop30Posts] [ProductHuntFeign#getTop30Posts()]: [{\"timestamp\":\"2025-03-13 11:04:49:440\",\"success\":false,\"code\":\"999\",\"msg\":\"登录校验异常,原因:没有token凭据\",\"data\":null}]',2,'2025-03-13 03:04:33',2,'2025-03-13 03:04:49',1,0),(93,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:06:36','2025-03-13 03:06:37','FAIL','Type definition error: [simple type, class com.dataeasy.server.common.pojo.JsonResponse]',2,'2025-03-13 03:06:36',2,'2025-03-13 03:06:37',1,0),(94,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:09:19','2025-03-13 03:09:20','FAIL','Error while extracting response for type [java.util.List] and content type [application/json]',2,'2025-03-13 03:09:19',2,'2025-03-13 03:09:20',1,0),(95,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:21:50','2025-03-13 03:21:51','FAIL','Error while extracting response for type [java.util.List] and content type [application/json]',2,'2025-03-13 03:21:50',2,'2025-03-13 03:21:51',1,0),(96,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:24:02','2025-03-13 03:24:02','FAIL','Error while extracting response for type [java.util.List] and content type [application/json]',2,'2025-03-13 03:24:02',2,'2025-03-13 03:24:02',1,0),(97,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:25:42','2025-03-13 03:25:47','FAIL','Type definition error: [simple type, class com.dataeasy.server.common.pojo.JsonResponse]',2,'2025-03-13 03:25:42',2,'2025-03-13 03:25:47',1,0),(98,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:27:08','2025-03-13 03:27:09','FAIL','Type definition error: [simple type, class com.dataeasy.server.common.pojo.JsonResponse]',2,'2025-03-13 03:27:08',2,'2025-03-13 03:27:09',1,0),(99,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:29:20','2025-03-13 03:29:21','SUCCESS',NULL,2,'2025-03-13 03:29:20',2,'2025-03-13 03:29:21',1,0),(100,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 03:31:44','2025-03-13 03:31:53','FAIL','\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataProductHuntPostMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataProductHuntPostMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_product_hunt_post ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,created_at,description,featured_at,name,post_id,rank_date,rank_num,tagline,url,votes_count,website ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\n; bad SQL grammar []',2,'2025-03-13 03:31:44',2,'2025-03-13 03:31:53',1,0),(101,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:43:52','2025-03-13 04:43:55','FAIL','\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataProductHuntPostMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataProductHuntPostMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_product_hunt_post ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,created_at,description,featured_at,name,post_id,rank_date,rank_num,tagline,url,votes_count,website ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\n; bad SQL grammar []',2,'2025-03-13 04:43:52',2,'2025-03-13 04:43:55',1,0),(102,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:44:29','2025-03-13 04:45:04','FAIL','\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataProductHuntPostMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataProductHuntPostMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_product_hunt_post ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,created_at,description,featured_at,name,post_id,rank_date,rank_num,tagline,url,votes_count,website ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\n; bad SQL grammar []',2,'2025-03-13 04:44:29',2,'2025-03-13 04:45:04',1,0),(103,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:49:59','2025-03-13 04:50:10','FAIL','Cannot invoke \"java.time.LocalDateTime.atZone(java.time.ZoneId)\" because the return value of \"com.dataeasy.server.feign.dto.PostNode.getFeaturedAt()\" is null',2,'2025-03-13 04:50:00',2,'2025-03-13 04:50:10',1,0),(104,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:53:01','2025-03-13 04:53:08','FAIL','\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataProductHuntPostMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataProductHuntPostMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_product_hunt_post ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,created_at,description,featured_at,name,post_id,rank_date,rank_num,tagline,url,votes_count,website ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'created_at\' in \'field list\'\n; bad SQL grammar []',2,'2025-03-13 04:53:01',2,'2025-03-13 04:53:08',1,0),(105,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:54:38','2025-03-13 04:54:42','FAIL','\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'votes_count\' in \'field list\'\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataProductHuntPostMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataProductHuntPostMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_product_hunt_post ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,created_at,description,featured_at,name,post_id,rank_date,rank_num,tagline,url,votes_count,website ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'votes_count\' in \'field list\'\n; bad SQL grammar []',2,'2025-03-13 04:54:38',2,'2025-03-13 04:54:42',1,0),(106,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:55:18','2025-03-13 04:55:18','FAIL','\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'post_id\' cannot be null\r\n### The error may exist in com/dataeasy/server/atomic/mapper/DataProductHuntPostMapper.java (best guess)\r\n### The error may involve com.dataeasy.server.atomic.mapper.DataProductHuntPostMapper.insertList-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO data_product_hunt_post ( created_by,creation_time,delete_flag,last_update_time,last_updated_by,version,created_at,description,featured_at,name,post_id,rank_date,rank_num,tagline,url,votes_count,website ) VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Column \'post_id\' cannot be null\n; Column \'post_id\' cannot be null',2,'2025-03-13 04:55:18',2,'2025-03-13 04:55:18',1,0),(107,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-13 04:56:49','2025-03-13 04:56:50','SUCCESS',NULL,2,'2025-03-13 04:56:49',2,'2025-03-13 04:56:50',1,0),(108,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-13 10:40:43','2025-03-13 10:40:54','SUCCESS',NULL,4,'2025-03-13 10:40:43',4,'2025-03-13 10:40:54',1,0),(109,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-13 10:41:44','2025-03-13 10:41:58','SUCCESS',NULL,4,'2025-03-13 10:41:44',4,'2025-03-13 10:41:58',1,0),(110,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-13 10:45:47','2025-03-13 10:45:53','SUCCESS',NULL,4,'2025-03-13 10:45:47',4,'2025-03-13 10:45:53',1,0),(111,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 02:02:20','2025-03-14 02:02:34','FAIL','[401] during [GET] to [http://127.0.0.1:8081/producthunt/getTop30Posts] [ProductHuntFeign#getTop30Posts()]: [{\"timestamp\":\"2025-03-14 10:02:32:886\",\"success\":false,\"code\":\"999\",\"msg\":\"登录校验异常,原因:没有token凭据\",\"data\":null}]',4,'2025-03-14 02:02:20',4,'2025-03-14 02:02:34',1,0),(112,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 02:25:56','2025-03-14 02:26:08','SUCCESS',NULL,4,'2025-03-14 02:25:56',4,'2025-03-14 02:26:08',1,0),(113,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 02:36:50','2025-03-14 02:36:57','SUCCESS',NULL,4,'2025-03-14 02:36:50',4,'2025-03-14 02:36:57',1,0),(114,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 06:36:21','2025-03-14 06:36:37','SUCCESS',NULL,4,'2025-03-14 06:36:22',4,'2025-03-14 06:36:37',1,0),(115,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-14 06:37:04','2025-03-14 06:37:06','SUCCESS',NULL,4,'2025-03-14 06:37:04',4,'2025-03-14 06:37:06',1,0),(116,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-14 06:38:53','2025-03-14 06:38:53','SUCCESS',NULL,4,'2025-03-14 06:38:53',4,'2025-03-14 06:38:53',1,0),(117,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-14 06:44:19','2025-03-14 06:44:21','SUCCESS',NULL,4,'2025-03-14 06:44:19',4,'2025-03-14 06:44:21',1,0),(118,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-14 06:44:19','2025-03-14 06:44:21','SUCCESS',NULL,4,'2025-03-14 06:44:19',4,'2025-03-14 06:44:21',1,0),(119,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-14 06:48:03','2025-03-14 06:48:05','SUCCESS',NULL,4,'2025-03-14 06:48:03',4,'2025-03-14 06:48:05',1,0),(120,'DA_LE_TOU','大乐透定时任务','AUTO','2025-03-14 06:48:03','2025-03-14 06:48:05','SUCCESS',NULL,4,'2025-03-14 06:48:03',4,'2025-03-14 06:48:05',1,0),(121,'SHUANG_SE_QIU','双色球定时任务','AUTO','2025-03-14 06:53:04','2025-03-14 06:53:06','SUCCESS',NULL,4,'2025-03-14 06:53:04',4,'2025-03-14 06:53:06',1,0),(122,'SHUANG_SE_QIU','双色球定时任务','AUTO','2025-03-14 06:54:40','2025-03-14 06:54:42','SUCCESS',NULL,4,'2025-03-14 06:54:40',4,'2025-03-14 06:54:42',1,0),(123,'SHUANG_SE_QIU','双色球定时任务','AUTO','2025-03-14 07:32:01','2025-03-14 07:32:04','SUCCESS',NULL,4,'2025-03-14 07:32:01',4,'2025-03-14 07:32:04',1,0),(124,'SHUANG_SE_QIU','双色球定时任务','AUTO','2025-03-14 07:34:23','2025-03-14 07:34:30','SUCCESS',NULL,4,'2025-03-14 07:34:24',4,'2025-03-14 07:34:30',1,0),(125,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 07:49:08','2025-03-14 07:49:08','FAIL','测试事物',4,'2025-03-14 07:49:08',4,'2025-03-14 07:49:08',1,0),(126,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 07:54:01','2025-03-14 07:54:01','FAIL','测试事物',4,'2025-03-14 07:54:01',4,'2025-03-14 07:54:01',1,0),(127,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 08:00:00','2025-03-14 08:00:00','SUCCESS',NULL,1,'2025-03-14 08:00:00',1,'2025-03-14 08:00:00',1,0),(128,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:05:00','2025-03-14 08:05:00','FAIL','Connection refused: no further information executing GET http://127.0.0.1:8081/producthunt/getTop30Posts',1,'2025-03-14 08:05:00',1,'2025-03-14 08:05:00',1,0),(129,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 08:09:12','2025-03-14 08:09:12','FAIL','测试事物',4,'2025-03-14 08:09:12',4,'2025-03-14 08:09:12',1,0),(130,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 08:10:25','2025-03-14 08:10:25','SUCCESS',NULL,4,'2025-03-14 08:10:25',4,'2025-03-14 08:10:25',1,0),(131,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 08:15:02','2025-03-14 08:15:03','SUCCESS',NULL,1,'2025-03-14 08:15:02',1,'2025-03-14 08:15:03',1,0),(132,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:23:09','2025-03-14 08:23:15','SUCCESS',NULL,4,'2025-03-14 08:23:09',4,'2025-03-14 08:23:15',1,0),(133,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:27:42','2025-03-14 08:27:43','SUCCESS',NULL,4,'2025-03-14 08:27:42',4,'2025-03-14 08:27:43',1,0),(134,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 08:30:00','2025-03-14 08:30:00','SUCCESS',NULL,1,'2025-03-14 08:30:00',1,'2025-03-14 08:30:00',1,0),(135,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:32:35','2025-03-14 08:32:42','SUCCESS',NULL,4,'2025-03-14 08:32:35',4,'2025-03-14 08:32:42',1,0),(136,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:34:00','2025-03-14 08:34:04','SUCCESS',NULL,4,'2025-03-14 08:34:00',4,'2025-03-14 08:34:04',1,0),(137,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:40:07','2025-03-14 08:40:13','SUCCESS',NULL,4,'2025-03-14 08:40:07',4,'2025-03-14 08:40:13',1,0),(138,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:40:57','2025-03-14 08:40:57','SUCCESS',NULL,4,'2025-03-14 08:40:57',4,'2025-03-14 08:40:57',1,0),(139,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:42:18','2025-03-14 08:42:22','SUCCESS',NULL,4,'2025-03-14 08:42:18',4,'2025-03-14 08:42:22',1,0),(140,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:46:53',NULL,'RUNNING',NULL,4,'2025-03-14 08:46:53',4,'2025-03-14 08:46:53',1,0),(141,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:51:12','2025-03-14 08:51:40','SUCCESS',NULL,4,'2025-03-14 08:51:12',4,'2025-03-14 08:51:40',1,0),(142,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:56:44','2025-03-14 08:58:50','SUCCESS',NULL,4,'2025-03-14 08:56:44',4,'2025-03-14 08:58:50',1,0),(143,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 08:59:56','2025-03-14 09:01:55','SUCCESS',NULL,4,'2025-03-14 08:59:56',4,'2025-03-14 09:01:55',1,0),(144,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 09:00:00','2025-03-14 09:00:00','SUCCESS',NULL,1,'2025-03-14 09:00:00',1,'2025-03-14 09:00:00',1,0),(145,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 09:05:01','2025-03-14 09:06:34','SUCCESS',NULL,4,'2025-03-14 09:05:01',4,'2025-03-14 09:06:34',1,0),(146,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 09:09:20','2025-03-14 09:12:07','SUCCESS',NULL,4,'2025-03-14 09:09:20',4,'2025-03-14 09:12:07',1,0),(147,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 09:13:42','2025-03-14 09:15:08','SUCCESS',NULL,4,'2025-03-14 09:13:42',4,'2025-03-14 09:15:08',1,0),(148,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 09:15:00','2025-03-14 09:15:00','SUCCESS',NULL,1,'2025-03-14 09:15:00',1,'2025-03-14 09:15:00',1,0),(149,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 09:21:06','2025-03-14 09:21:34','SUCCESS',NULL,4,'2025-03-14 09:21:06',4,'2025-03-14 09:21:34',1,0),(150,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 09:24:17','2025-03-14 09:26:44','SUCCESS',NULL,4,'2025-03-14 09:24:17',4,'2025-03-14 09:26:44',1,0),(151,'PRODUCT_HUNT','ProductHunt热榜定时任务','AUTO','2025-03-14 09:27:29','2025-03-14 09:29:19','SUCCESS',NULL,4,'2025-03-14 09:27:29',4,'2025-03-14 09:29:19',1,0),(152,'AUTO_CLOSE_PAY_ORDER','支付订单自动关闭定时任务','AUTO','2025-03-14 09:30:00','2025-03-14 09:30:00','SUCCESS',NULL,1,'2025-03-14 09:30:00',1,'2025-03-14 09:30:00',1,0); /*!40000 ALTER TABLE `sys_schedule_task_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键', `union_id` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '微信唯一标识id', `ma_open_id` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '微信用户小程序标识id', `mp_open_id` varchar(128) DEFAULT NULL COMMENT '微信用户服务号标识id', `nickname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '用户昵称', `created_by` bigint NOT NULL COMMENT '创建人', `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `last_updated_by` bigint NOT NULL COMMENT '最后更新人', `last_update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间', `version` bigint NOT NULL DEFAULT '1' COMMENT '版本号', `delete_flag` tinyint NOT NULL DEFAULT '0' COMMENT '逻辑删除标志(0-未删除,1-已删除)', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户表'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES (4,'o1AzP67G1ppu_Ms27m26L8bXz0Do','oSoRX7Ll01EB7XfsYt5aVrF_KfLU','oaeVR7FhHMDu3iqUOhcTgJJVdOM0','测试',1,'2025-03-13 08:06:00',1,'2025-03-13 13:30:14',1,0); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'data_easy' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-03-14 17:33:17