diff --git a/bocloud.sms.booter/src/main/database/add.sql b/bocloud.sms.booter/src/main/database/add.sql new file mode 100644 index 0000000..6d034de --- /dev/null +++ b/bocloud.sms.booter/src/main/database/add.sql @@ -0,0 +1,3 @@ +INSERT INTO cmp.system_config +(code, name, value, remark, category, subclass, `type`, config, gmt_create, gmt_modify, mender_id, creator_id) +VALUES('isLeaderPosition', '是否主阵地', 'false', '是否主阵地', '系统对接', '阵地信息', 'TEXT', '{}', NULL, NULL, 1, 1); \ No newline at end of file