|
|
|
@@ -37,6 +37,7 @@ import java.util.stream.Collectors; |
|
|
|
|
|
|
|
@Service |
|
|
|
public class WxCouponChannelServiceImpl implements WxCouponChannelService { |
|
|
|
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|
|
|
|
@Autowired |
|
|
|
@@ -931,6 +932,11 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { |
|
|
|
return pageInfo; |
|
|
|
} |
|
|
|
|
|
|
|
// @Override |
|
|
|
// public ResultData updateOnline(WxCouponChannel wxCouponChannel) { |
|
|
|
// return null; |
|
|
|
// } |
|
|
|
|
|
|
|
// @Override |
|
|
|
// public ResultData updateOnline(WxCouponChannel wxCouponChannel) { |
|
|
|
// WxCouponChannel couponChannel = this.getById(wxCouponChannel.getId(), wxCouponChannel.getTenantId()); |
|
|
|
|