Nhiệm vụ của bạn trông khá đơn giản
thay vì
->where_in('App.id',$subquery) //<-- Here is the problem
bạn có thể thử cách sau
->where("App.id IN (".$subquery.")",NULL, false)
Nhiệm vụ của bạn trông khá đơn giản
thay vì
->where_in('App.id',$subquery) //<-- Here is the problem
bạn có thể thử cách sau
->where("App.id IN (".$subquery.")",NULL, false)