From 207ac3ced0bf07d5cbe7e378743155742e524da9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GG6FIN9\\Administrator" <15040771@qq.com> Date: Tue, 11 Aug 2020 20:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/CouponRebateService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Service/CouponRebateService.php b/app/Service/CouponRebateService.php index f139207..d5b12f2 100644 --- a/app/Service/CouponRebateService.php +++ b/app/Service/CouponRebateService.php @@ -199,7 +199,6 @@ class CouponRebateService implements CouponRebateServiceInterface //获取SSDB上的活动信息 $ssdb = ApplicationContext::getContainer()->get(SSDBTask::class); $active = $ssdb->exec('hgetall',SsdbKeysPrefix::COUPON_REBATE_ACTIVITY); - return $active; $coupon_ids = explode(',',$active['forward']); $time = time(); $res = Db::table('ims_system_coupon_user')