あなたの仕事はとてもシンプルに見えます
の代わりに
->where_in('App.id',$subquery) //<-- Here is the problem
次のことを試すことができます
->where("App.id IN (".$subquery.")",NULL, false)
あなたの仕事はとてもシンプルに見えます
の代わりに
->where_in('App.id',$subquery) //<-- Here is the problem
次のことを試すことができます
->where("App.id IN (".$subquery.")",NULL, false)