Commit 7b14a64a by 冷斌

update

parent dbde2f95
......@@ -289,9 +289,6 @@ class CoinrecordController extends AdminbaseController {
'4'=>'开心牛仔',
'5'=>'二八贝',
);
$count=$coin->where($map)->count();
var_dump($map, $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