mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update RebateCurrentService.php
This commit is contained in:
parent
0dc4ba58cf
commit
a4c30bf581
@ -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']}();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user