云快充1.5.0 金额单位修正

This commit is contained in:
三丙
2024-10-08 16:56:29 +08:00
parent b5370cee6c
commit ecda209644
12 changed files with 74 additions and 74 deletions

View File

@@ -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