From ab65ca4bd4b2fbc489ddb64657d672349ced2fba Mon Sep 17 00:00:00 2001 From: tq <1916474859@qq,com> Date: Tue, 24 Sep 2024 15:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AEsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebStarter/db/换电订单新增计费字段.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WebStarter/db/换电订单新增计费字段.sql b/WebStarter/db/换电订单新增计费字段.sql index 62a7f68..10030e2 100644 --- a/WebStarter/db/换电订单新增计费字段.sql +++ b/WebStarter/db/换电订单新增计费字段.sql @@ -13,3 +13,8 @@ ADD COLUMN param text COMMENT '参数'; ALTER TABLE swap_order_battery ADD COLUMN nominal_energy DECIMAL(24, 2) COMMENT '电池标称能量'; + + +INSERT INTO `sys_config` VALUES (1300000000180, 'Station.ServiceTotalFee', 'ServiceTotalFee', '10000', 2, 'Station', 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, b'0'); +INSERT INTO `sys_config` VALUES (1300000000181, 'Station.ElectricityTotalFee', 'ElectricityTotalFee', '100000', 2, 'Station', 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, b'0'); +INSERT INTO `sys_config` VALUES (1300000000182, 'Station.AppendTotalFee', 'AppendTotalFee', '10000', 2, 'Station', 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, b'0'); \ No newline at end of file