记得上下班打卡 | git大法好,push需谨慎

Commit 216ccd5b authored by jiangxiulong's avatar jiangxiulong

msg

parent a00068ff
...@@ -724,7 +724,7 @@ public class DataUtils { ...@@ -724,7 +724,7 @@ public class DataUtils {
} }
} }
// 获取订单券的用情况 // 获取订单券的使用情况
public ArrayList<KylinOrderCoupons> getOrderCoupon(String orderId){ public ArrayList<KylinOrderCoupons> getOrderCoupon(String orderId){
String redisKey = KylinRedisConst.ORDER_COUPON.concat(orderId); String redisKey = KylinRedisConst.ORDER_COUPON.concat(orderId);
Object obj = redisUtil.get(redisKey); Object obj = redisUtil.get(redisKey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment