效果:
$arr=Db::name('product')
->where('deleted',0)
->column('id,type,type_mold,controller,live_created_method,add_type','id');
微信扫一扫
效果:
$arr=Db::name('product')
->where('deleted',0)
->column('id,type,type_mold,controller,live_created_method,add_type','id');
相关推荐