thinkphp3.2 输出字段取别名 方法
$tuan = M()->table('oscshop_lionfish_community_head')
->field(array('id'=>'tuan_id'))
->where(array('enable' => 1))
->select();
$tuan = M()->table('oscshop_lionfish_community_head')
->field(array('id'=>'tuan_id'))
->where(array('enable' => 1))
->select();