Call to undefined method CodeIgniter\\Database\\MySQLi\\Builder::where_in()<br>/home/wwwroot/xunrui.rdcms.com/dayrui/App/Gongshi/Controllers/Home.php(62)
小孟学编程#4 · 2022-04-15 09:19:08
满意答案
$childids = '1,390,392,394,395,396,397,398,399,400,401,402,403,404,405,406,407';
$data->where('xmwz in ('.$childids.')');
$childids = '1,390,392,394,395,396,397,398,399,400,401,402,403,404,405,406,407'; $data->where_in('xmwz',$childids);但是看着没效果的$childids = '1,390,392,394,395,396,397,398,399,400,401,402,403,404,405,406,407'; $data->where('xmwz in ('.$childids.')');