|
...
|
...
|
@@ -65,7 +65,7 @@ class SyncInquiryRelay extends Command |
|
|
|
//+86区号过滤
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (strpos($data['refer'], 'findsupply.com') !== false) {
|
|
|
|
if (strpos($item['refer'], 'findsupply.com') !== false) {
|
|
|
|
$item['source_type'] = InquiryInfo::TYPE_FIND_SUPPLY;
|
|
|
|
}
|
|
|
|
$this->saveDate($item, $item['source_type']);
|
...
|
...
|
|