修改列表时段费率显示

This commit is contained in:
yuyang 2021-09-28 12:05:22 +08:00
parent a30fb66069
commit 392a696319
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@
ct.name as chargingStationName,
te.pile_serial_number as pileSerialNumber,
cp.power as power,
cp.serial_number as serialNumber,
te.serial_number as serialNumber,
cp.max_voltage as maxVoltage,
te.status as status,
te.work_status as workStatus

View File

@ -32,7 +32,7 @@
from xhpc_rate_time
where charging_station_id = #{datchargingStationId}
and start_time <= #{date}
and end_time >= #{date}
and replace(end_time, '00:00:00', '24:00:00') >= #{date}
and status = 0
and del_flag = 0
</select>