Commit e553cb92 authored by shajiaiming's avatar shajiaiming

批量查找

parent 3e2ed9bc
......@@ -61,7 +61,7 @@ class GameController extends BaseController {
}
//todo 获取地址
$address = GameUser::find()
->select(['nickname'])
->select(['nickname', 'address'])
->where(['in','address',$address])
->asArray()->all();
if (!empty($address)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment