正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -88,9 +88,9 @@ class SyncProject extends Command | @@ -88,9 +88,9 @@ class SyncProject extends Command | ||
| 88 | if($data['data']['order_type'] == '首次'){ | 88 | if($data['data']['order_type'] == '首次'){ |
| 89 | $this->sync($data['data'],$is_update); | 89 | $this->sync($data['data'],$is_update); |
| 90 | //同步aicc | 90 | //同步aicc |
| 91 | - if($data['data']['exclusive_aicc']){ | ||
| 92 | - $this->toAicc($data['data']); | ||
| 93 | - } | 91 | +// if($data['data']['exclusive_aicc']){ |
| 92 | +// $this->toAicc($data['data']); | ||
| 93 | +// } | ||
| 94 | //同步hagro | 94 | //同步hagro |
| 95 | if($data['data']['exclusive_hagro']){ | 95 | if($data['data']['exclusive_hagro']){ |
| 96 | $this->toHagro($data['data']); | 96 | $this->toHagro($data['data']); |
-
请 注册 或 登录 后发表评论