Skip to content

Commit 52fcdc7

Browse files
authored
fix(bus): 修复bus初始化数据字段和结构不一致引起的中断 (#38)
* feat(maintain数据库): 统一字符集 * feat(同步表接口): 新增user_topic_config, 车辆表增加车辆状态, 续期表增加支付时间 * fix(视图): 修复视图结束符丢失的BUG * perf(jtt808_cmd): 同步字段描述 * feat(bus): 新增5个三检,投诉, 文件管理表 * feat(bus): 修复bus库初始化字段和结构对不上的BUG
1 parent 3c550b6 commit 52fcdc7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

mysql8/initdb/04-cbus-init-data.sql

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ USE cbus;
2121
SET NAMES utf8mb4;
2222
SET FOREIGN_KEY_CHECKS = 0;
2323

24-
-- ----------------------------
25-
-- Records of basic_car
26-
-- ----------------------------
27-
INSERT INTO `basic_car` VALUES (1, '10001', 'CAR000001', '18270240064', 0, '', '18270240064', 5, 'GRP000001', 'ROU000001', '', 'car', '2025-05-13 08:54:21', '2026-05-13 08:54:21', '0sz5OkypkZl50iIUiTJyNA==', 0, 0.000, 0.000, 60.000, '', 0, 0.000, '', 0, NULL, NULL, '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '{}', '', 0, 'UID010001', '2025-05-13 08:54:43', '2025-05-13 08:54:43');
28-
29-
-- ----------------------------
30-
-- Records of basic_device
31-
-- ----------------------------
32-
INSERT INTO `basic_device` VALUES (1, '10001', '18270240064', 'GRP000001', 'DTY000124', 'CAR000001', NULL, NULL, '+08:00', 'GBK', 'CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8', 0, NULL, '2.3.21 r1 K3|2025-04-11_13-42-51', 0, NULL, 1, '2025-05-13 09:11:23', '2025-05-13 10:52:36', NULL, NULL, 0, '2025-05-13 08:54:43', '2025-05-13 10:52:36');
33-
3424
-- ----------------------------
3525
-- Records of basic_device_type
3626
-- ----------------------------

0 commit comments

Comments
 (0)