新版流量池提交
This commit is contained in:
@@ -177,7 +177,7 @@ class WorkbenchGroupCreateJob
|
||||
|
||||
// 处理普通流量池
|
||||
if (!empty($normalPools)) {
|
||||
$normalIdentifiers = Db::name('traffic_source_package_item')
|
||||
$normalIdentifiers = Db::name('traffic_source_package_item_v1')
|
||||
->whereIn('packageId', $normalPools)
|
||||
->where('isDel', 0)
|
||||
->group('identifier')
|
||||
|
||||
Reference in New Issue
Block a user