新版流量池提交

This commit is contained in:
wong
2026-02-04 11:02:33 +08:00
parent a20794366a
commit 2855ab80fb
68 changed files with 8957 additions and 714 deletions

View File

@@ -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')