修改列表时段费率显示
This commit is contained in:
parent
a30fb66069
commit
392a696319
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user