From 2fae4ce8a62726bcd160d21a8882c35cf2579b8b Mon Sep 17 00:00:00 2001 From: TinyAnts Date: Fri, 16 Sep 2022 17:38:20 +0800 Subject: [PATCH] =?UTF-8?q?fastjson=E7=89=88=E6=9C=AC=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/pom.xml | 2 +- sql/install.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 41a30e5d..6554275f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -30,7 +30,7 @@ 1.2.2 1.4.0 1.18.22 - 1.2.78 + 2.0.12 2.10.0 3.12.0 2.9.0 diff --git a/sql/install.sql b/sql/install.sql index ef21acde..b6dbed8b 100644 --- a/sql/install.sql +++ b/sql/install.sql @@ -545,7 +545,7 @@ INSERT INTO `la_system_config` VALUES (17, 'protocol', 'service', '{\"name\":\" INSERT INTO `la_system_config` VALUES (18, 'protocol', 'privacy', '{\"name\":\"隐私协议\",\"content\":\"\"}', 1660620367, 1660620367); INSERT INTO `la_system_config` VALUES (19, 'tabbar', 'style', '{\"defaultColor\":\"#481F1F\",\"selectedColor\":\"#961D1D\"}', 1660620367, 1662544900); INSERT INTO `la_system_config` VALUES (20, 'search', 'isHotSearch', '0', 1660620367, 1662546997); -INSERT INTO `la_system_config` VALUES (30, 'h5_channel', 'status', '0', 1660620367, 1660620367); +INSERT INTO `la_system_config` VALUES (30, 'h5_channel', 'status', '1', 1660620367, 1660620367); INSERT INTO `la_system_config` VALUES (31, 'h5_channel', 'close', '0', 1660620367, 1660620367); INSERT INTO `la_system_config` VALUES (32, 'h5_channel', 'url', '', 1660620367, 1660620367); INSERT INTO `la_system_config` VALUES (40, 'mp_channel', 'name', '', 1660620367, 1662551403);