Commit d55756a7 by 冷斌

fix bug

parent 71ad4168
......@@ -305,7 +305,7 @@ class ChargeController extends AdminbaseController {
$_GET['keyword']=$_REQUEST['keyword'];
}
$map['is_sure'] = 1;
// $map['is_sure'] = 1;
$charge=M("users_charge2");
$count=$charge->where($map)->count();
......
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