Update RebateCurrentService.php

This commit is contained in:
邹景立 2021-03-16 17:10:36 +08:00
parent 0dc4ba58cf
commit a4c30bf581

View File

@ -144,6 +144,7 @@ class RebateCurrentService extends Service
// 批量发放配置奖励
foreach (self::PRIZES as $vo) {
if (method_exists($this, $vo['func'])) {
$this->app->log->notice("订单{$orderNo}发放{$vo['func']}奖励");
$this->{$vo['func']}();
}
}