fix: 修复tco分类同步bug

This commit is contained in:
2025-04-11 11:36:34 +08:00
parent 1a221945a3
commit 92fc444cd8

View File

@@ -54,7 +54,7 @@ class ReceiveSync extends Base
}
$mp = $query->name('product_tco_category')
->field(['id', 'category_id', 'sync_time'])
->field(['id', 'tco_id', 'category_id', 'sync_time'])
->where('erp_code', '=', $record['erp_code'])
->where('country_code', '=', $record['country_code'])
->find();