正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -40,7 +40,6 @@ class SuppliersController extends BaseController | @@ -40,7 +40,6 @@ class SuppliersController extends BaseController | ||
| 40 | foreach ($lists as $v){ | 40 | foreach ($lists as $v){ |
| 41 | if(!empty($v['data'])){ | 41 | if(!empty($v['data'])){ |
| 42 | $resultData = json_decode($v['data'],true); | 42 | $resultData = json_decode($v['data'],true); |
| 43 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($resultData, true) . PHP_EOL, FILE_APPEND); | ||
| 44 | foreach ($resultData as $value){ | 43 | foreach ($resultData as $value){ |
| 45 | $value = (array)$value; | 44 | $value = (array)$value; |
| 46 | $value['keyword'] = $v['keyword']; | 45 | $value['keyword'] = $v['keyword']; |
-
请 注册 或 登录 后发表评论