Код не получает результат - PullRequest
0 голосов
/ 29 мая 2018
            $td_br_resumo = [  
                'setor' => Request('setor'),
                'material' => Request('material'),
                'qtd_sol' => Request('qtd_sol'),
            ];                

            TD_BR_RESUMO::create($td_br_resumo);

вывод такой:

exception:
"Illuminate\Database\QueryException"
file:
"/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
line:
664
message:
"Array to string conversion (SQL: insert into [td_br_resumo] ([setor], [material], [qtd_sol], [updated_at], [created_at]) values (DA, Garrafas, 4, 2018-05-28 17:56:36.000, 2018-05-28 17:56:36.000))"
trace:
[,…]

Я уже пытался во многих отношениях, но я не получил результат

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...