合并分支 'akun' 到 'master'
update 查看合并请求 !1309
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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']); |
-
请 注册 或 登录 后发表评论