Commit 7fc1d494 by 冷斌

update

parent b9da6389
......@@ -290,6 +290,8 @@ class CoinrecordController extends AdminbaseController {
'5'=>'二八贝',
);
$count=$coin->where($map)->count();
var_dump($count);
die;
$lists = $coin
// ->where($map)
->order("addtime DESC")
......
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