fastjson版本调整
This commit is contained in:
parent
50aeb20502
commit
2fae4ce8a6
|
|
@ -30,7 +30,7 @@
|
|||
<mybatis-plus-join.version>1.2.2</mybatis-plus-join.version>
|
||||
<pagehelper.version>1.4.0</pagehelper.version>
|
||||
<lombok.version>1.18.22</lombok.version>
|
||||
<fastJson.version>1.2.78</fastJson.version>
|
||||
<fastJson.version>2.0.12</fastJson.version>
|
||||
<apache-commons.version>2.10.0</apache-commons.version>
|
||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
||||
<gson.version>2.9.0</gson.version>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue