Commit 4218c10e by 冷斌

fix bug

parent a93a2bbf
......@@ -282,8 +282,6 @@ class ChargeController extends AdminbaseController {
}
$map['uid'] = array('in',$uids);
}
var_dump($map['uid']);
die;
if($_REQUEST['status']!=''){
$map['status']=$_REQUEST['status'];
......
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