Browse Source

返券

master
parent
commit
207ac3ced0
  1. 1
      app/Service/CouponRebateService.php

1
app/Service/CouponRebateService.php

@ -199,7 +199,6 @@ class CouponRebateService implements CouponRebateServiceInterface
//获取SSDB上的活动信息 //获取SSDB上的活动信息
$ssdb = ApplicationContext::getContainer()->get(SSDBTask::class); $ssdb = ApplicationContext::getContainer()->get(SSDBTask::class);
$active = $ssdb->exec('hgetall',SsdbKeysPrefix::COUPON_REBATE_ACTIVITY); $active = $ssdb->exec('hgetall',SsdbKeysPrefix::COUPON_REBATE_ACTIVITY);
return $active;
$coupon_ids = explode(',',$active['forward']); $coupon_ids = explode(',',$active['forward']);
$time = time(); $time = time();
$res = Db::table('ims_system_coupon_user') $res = Db::table('ims_system_coupon_user')

Loading…
Cancel
Save