fix: 修复tco分类同步bug
This commit is contained in:
@@ -54,7 +54,7 @@ class ReceiveSync extends Base
|
|||||||
}
|
}
|
||||||
|
|
||||||
$mp = $query->name('product_tco_category')
|
$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('erp_code', '=', $record['erp_code'])
|
||||||
->where('country_code', '=', $record['country_code'])
|
->where('country_code', '=', $record['country_code'])
|
||||||
->find();
|
->find();
|
||||||
|
|||||||
Reference in New Issue
Block a user