新增 运营端小程序通过订单编号查询订单详情接口

This commit is contained in:
Lemon
2024-09-06 10:38:00 +08:00
parent 7e194ec430
commit b573bfb015
11 changed files with 228 additions and 13 deletions

View File

@@ -2854,6 +2854,7 @@
t1.plate_number AS plateNumber,
t1.discount_amount AS discountAmount,
t1.settle_amount AS settleAmount,
t1.create_time as createTime,
t1.charge_start_time AS startTime,
t1.charge_end_time AS endTime,
t1.start_soc AS startSoc,