代码兼容性提交

This commit is contained in:
wong
2026-01-31 15:19:11 +08:00
parent 9bc1d7d7bf
commit ab5885f2a0
27 changed files with 185 additions and 224 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')