yuhongqi 3 тижнів тому
батько
коміт
58c61027ab

+ 7 - 0
fs-service/src/main/resources/liquibase/changelog/sql/001-create-sys-menu-table.sql

@@ -38,3 +38,10 @@ VALUES  ( 329, 9769, NULL, '测试新增直播间', '<p>123</p>', 1, 3, '2025-11
 INSERT INTO `live` ( `company_id`, `company_user_id`, `talent_id`, `live_name`, `live_desc`, `show_type`, `status`, `create_time`, `create_by`, `update_by`, `update_time`, `remark`, `anchor_id`, `live_type`,
                      `start_time`, `finish_time`, `live_img_url`, `live_config`, `is_show`, `is_del`, `qw_qr_code`, `rtmp_url`, `config_json`, `is_audit`, `flv_hls_url`, `id_card_url`, `global_visible`)
 VALUES  ( 329, 9769, NULL, '测试新增直播间', '<p>123</p>', 1, 3, '2025-11-03 17:16:19', NULL, NULL, '2025-12-16 16:29:35', NULL, NULL, 2, '2025-11-07 09:21:01', '2025-12-16 16:29:34', 'https://bjyjb-1362704775.cos.ap-chongqing.myqcloud.com/fs/20251024/a2a9b292ae204321aef7833e6c01bb39.png', NULL, 1, 0, NULL, NULL, '{\"scoreAmount\":\"1\",\"showGuide\":\"1\",\"scoreGuideText\":\"1\",\"watchDuration\":\"1\",\"redPacketAmount\":\"\",\"redPacketType\":\"1\",\"scoreGuideLink\":\"1\",\"liveId\":128,\"enabled\":true,\"receivePrompt\":\"\",\"redPacketCount\":\"\",\"receiveMethod\":\"1\",\"guideText\":\"\",\"participateCondition\":\"1\",\"action\":\"2\",\"id\":127}', 1, NULL, '1', 1);
+
+--changeset yuhongqi:4
+--comment: create table aa
+--preconditions-sql-check expectedResult:0 select * from live where live_id = 1
+INSERT INTO `live` ( `company_id`, `company_user_id`, `talent_id`, `live_name`, `live_desc`, `show_type`, `status`, `create_time`, `create_by`, `update_by`, `update_time`, `remark`, `anchor_id`, `live_type`,
+                     `start_time`, `finish_time`, `live_img_url`, `live_config`, `is_show`, `is_del`, `qw_qr_code`, `rtmp_url`, `config_json`, `is_audit`, `flv_hls_url`, `id_card_url`, `global_visible`)
+VALUES  ( 329, 9769, NULL, '测试新增直播间', '<p>123</p>', 1, 3, '2025-11-03 17:16:19', NULL, NULL, '2025-12-16 16:29:35', NULL, NULL, 2, '2025-11-07 09:21:01', '2025-12-16 16:29:34', 'https://bjyjb-1362704775.cos.ap-chongqing.myqcloud.com/fs/20251024/a2a9b292ae204321aef7833e6c01bb39.png', NULL, 1, 0, NULL, NULL, '{\"scoreAmount\":\"1\",\"showGuide\":\"1\",\"scoreGuideText\":\"1\",\"watchDuration\":\"1\",\"redPacketAmount\":\"\",\"redPacketType\":\"1\",\"scoreGuideLink\":\"1\",\"liveId\":128,\"enabled\":true,\"receivePrompt\":\"\",\"redPacketCount\":\"\",\"receiveMethod\":\"1\",\"guideText\":\"\",\"participateCondition\":\"1\",\"action\":\"2\",\"id\":127}', 1, NULL, '1', 1);