fushe
Results
1
comments of
fushe
转换一下类型就行了 ``` FormBuilder::select( 'cid' , '类别' , (string) $model->cid )->options( function () use ( $vote_id ) { $res = ActivityVoteOptionCateModel::find() ->where( [ 'vote_id' => $vote_id ] ) ->andWhereStatusEnable() ->select( [...