Commit dbde2f95 by 冷斌

update

parent f9a3c501
...@@ -289,10 +289,11 @@ class CoinrecordController extends AdminbaseController { ...@@ -289,10 +289,11 @@ class CoinrecordController extends AdminbaseController {
'4'=>'开心牛仔', '4'=>'开心牛仔',
'5'=>'二八贝', '5'=>'二八贝',
); );
var_dump($map); $count=$coin->where($map)->count();
var_dump($map, $count);
die; die;
$lists = $coin $lists = $coin
->where($map) // ->where($map)
->order("addtime DESC") ->order("addtime DESC")
->select(); ->select();
$type=array("income"=>"收入","expend"=>"支出"); $type=array("income"=>"收入","expend"=>"支出");
......
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