update 下发停车优惠券时,记录到数据库表中

This commit is contained in:
Lemon
2024-10-15 16:02:43 +08:00
parent 1776075ac2
commit 2196fbf8d8
4 changed files with 42 additions and 2 deletions

View File

@@ -651,6 +651,7 @@ public class CommonService {
.secretKey(parkingInfo.getSecretKey())
.plateNumber(orderBasicInfo.getPlateNumber())
.plateColor(5) // 5-绿牌车
.orderBasicInfo(orderBasicInfo)
.build();
// 绑定优惠券
return ltytService.bindCoupon(dto);