作者 刘锟

合并分支 'akun' 到 'master'

update



查看合并请求 !1309
@@ -65,7 +65,7 @@ class SyncInquiryRelay extends Command @@ -65,7 +65,7 @@ class SyncInquiryRelay extends Command
65 //+86区号过滤 65 //+86区号过滤
66 continue; 66 continue;
67 } 67 }
68 - if (strpos($data['refer'], 'findsupply.com') !== false) { 68 + if (strpos($item['refer'], 'findsupply.com') !== false) {
69 $item['source_type'] = InquiryInfo::TYPE_FIND_SUPPLY; 69 $item['source_type'] = InquiryInfo::TYPE_FIND_SUPPLY;
70 } 70 }
71 $this->saveDate($item, $item['source_type']); 71 $this->saveDate($item, $item['source_type']);