新增 交易记录报文中添加 绑定优惠券逻辑

This commit is contained in:
Lemon
2023-08-25 17:11:25 +08:00
parent 18548fb83d
commit 8fcffc1aa4
4 changed files with 68 additions and 2 deletions

View File

@@ -302,6 +302,7 @@
SELECT
t1.id as id,
t1.dept_id as deptId,
t1.parking_id as parkingId,
t1.station_name as stationName,
count(t2.id) as pileNum,
t1.area_code as areaCode,