优化数据归属问题
This commit is contained in:
@@ -58,6 +58,12 @@ return [
|
||||
'count' => 1,
|
||||
'reloadable' => false,
|
||||
],
|
||||
// 渠道结算:按渠道周期自动结算(超管逻辑)
|
||||
'channelAutoSettleTicker' => [
|
||||
'handler' => app\process\ChannelAutoSettleTicker::class,
|
||||
'count' => 1,
|
||||
'reloadable' => false,
|
||||
],
|
||||
|
||||
// File update detection and automatic reload
|
||||
'monitor' => [
|
||||
|
||||
Reference in New Issue
Block a user