This commit is contained in:
2023-03-15 14:17:12 +08:00
parent 5667dfa1c5
commit 43c567f7f0
2 changed files with 130 additions and 1 deletions

View File

@@ -539,7 +539,7 @@
peak_price, peak_used_electricity, peak_electricity_price, peak_service_price, peak_amount,
flat_price, flat_used_electricity, flat_electricity_price, flat_service_price, flat_amount,
valley_price, valley_used_electricity, valley_electricity_price, valley_service_price, valley_amount,
create_by,update_by, createTime)
create_by,update_by, create_time)
values
<foreach item="item" index="index" collection="list" separator=",">
(#{item.id}, #{item.orderCode}, #{item.totalUsedElectricity}, #{item.totalOrderAmount}, #{item.totalElectricityAmount}, #{item.totalServiceAmount},