这句话本地可以,线上不行是怎么回事?(本地mac,线上CentOS,同样是xampp)
$query = $model
->find()
->select($select)
->where($cond)
->with('relate.tag','extend') //这句话本地可以,线上不行是怎么回事?(本地mac,线上CentOS,同样是xampp)
->orderBy($orderBy);这句话本地可以,线上不行是怎么回事?(本地mac,线上CentOS,同样是xampp)
去掉 《 ->with('relate.tag','extend') 》 又能运行,求帮助!!