mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
云快充1.5.0 金额单位修正为元
This commit is contained in:
@@ -108,9 +108,9 @@ CREATE TABLE IF NOT EXISTS jcpp_order
|
||||
pile_id uuid not null,
|
||||
gun_id uuid not null,
|
||||
plate_no varchar(64),
|
||||
settlement_amount bigint default 0 not null,
|
||||
settlement_amount numeric(16, 8) default 0 not null,
|
||||
settlement_details jsonb,
|
||||
electricity_quantity numeric(16, 9) default 0 not null
|
||||
electricity_quantity numeric(16, 8) default 0 not null
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS uni_internal_order_no
|
||||
|
||||
Reference in New Issue
Block a user