Commit db453417 by 冷斌

update

parent bd41cd60
......@@ -292,7 +292,7 @@ class CoinrecordController extends AdminbaseController {
$lists = $coin
->where($map)
->order("addtime DESC")
->limit(0, 50000)
->limit(0, 30000)
->select();
$type=array("income"=>"收入","expend"=>"支出");
$actions=array("sendgift"=>"赠送礼物","sendbarrage"=>"弹幕","loginbonus"=>"登录奖励","buyvip"=>"购买VIP","buycar"=>"购买坐骑","buyliang"=>"购买靓号",'game_bet'=>'游戏下注','game_return'=>'游戏退还','game_win'=>'游戏获胜','game_banker'=>'庄家收益','set_deposit'=>'上庄扣除','deposit_return'=>'下庄退还','roomcharge'=>'房间扣费','timecharge'=>'计时扣费','sendred'=>'发送红包','robred'=>'抢红包','buyguard'=>'开通守护','reg_reward'=>'注册奖励');
......
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