Commit 49458b78 authored by 734642908@qq.com's avatar 734642908@qq.com

修改游戏列表字段

parent 465e028f
......@@ -110,7 +110,7 @@ class GameController extends BaseController
$where['sysid'] = array('not in',$gameId);
}
$gameList = M("yl_game","",C("LEWAN_HEZI"))->where($where)->field('sysid,name,gamer,ad,appid,gourl')->select();
$gameList = M("yl_game","",C("LEWAN_HEZI"))->where($where)->field('sysid,name,gamer,icon,appid,gourl')->select();
if(!empty($gameList)) {
$result = array(
......
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