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')