From 2c7c2132f64891d65b6a06cb57ffaffa851e88da Mon Sep 17 00:00:00 2001
From: gongzuming <gongzuming>
Date: 星期五, 30 八月 2024 10:39:28 +0800
Subject: [PATCH] 积分兑换券兑换
---
src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java b/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
index 964e122..3fdb745 100644
--- a/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
+++ b/src/main/java/com/mzl/flower/entity/coupon/CouponRecordDO.java
@@ -33,7 +33,7 @@
/**
* 商户ID
*/
- private String customerId;
+ private Long customerId;
/**
* 状态(coupon_record_status)未使用、已使用、已过期
--
Gitblit v1.9.3