fix: 修复tco分类同步bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user