引入:
use think\Collection;
输出:
$batch = input('batch'); $object = $this->model->where('batch',$batch)->select(); $res = Collection::make($object)->toArray(); //重点