From 752ca540f960e699a819163e39c2a3f1a2e5ad10 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 22 Nov 2022 15:43:26 +0800 Subject: [PATCH] //coupon brand --- .../com/iformall/service/impl/WxCouponChannelServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java index 5447e0a3d..8ae1a002b 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java @@ -203,7 +203,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { } //清除缓存 clearCache(record); - return new ResultData(); + return new ResultData(record); } /**