update 查询订单列表

This commit is contained in:
2023-06-05 15:07:38 +08:00
parent f520642fba
commit bfdc6b930e
3 changed files with 21 additions and 0 deletions

View File

@@ -178,6 +178,8 @@
t1.charge_start_time as chargeStartTime,
t1.charge_end_time as chargeEndTime,
t1.create_time as createTime,
t1.virtual_amount as virtualAmount,
t1.settle_amount as settleAmount,
t4.total_used_electricity as chargingDegree,
t5.payment_institutions as paymentInstitutions
from order_basic_info t1