Commit 7fc1d494 by 冷斌

update

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