왜 laravel 쿼리 생성기를 사용해서 이 업데이트를 실행할 수 없습니까?

1515 단어


11월 26일 20일
평론
정답: 1
0

다음 코드를 실행합니다.
$crm_code = "Omaewamoshindeiru"
DB::update("UPDATE death_invitation set active = false where crm_code = '?' and active = true and contract_type_id IN (13, 14, 20, 21)",[[$code]]);
다음 오류가 발생했습니다.
Illuminate/Database/QueryException with message 'PHP Notice:  Array to string conversion in /var/www/html/api/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 575 (SQL:

Open Full Question

좋은 웹페이지 즐겨찾기