摘要: 查询列表 return User::query() ->where("app_id = {$app_id}") ->execute()->toArray(); 查询单条 return User::findFirst([ "app_id = {$app_id}", ])->toArray(); ord 阅读全文
posted @ 2020-09-08 10:28 程序生(Codey) 阅读(318) 评论(0) 推荐(0) 编辑