Commit e50335df authored by hujun's avatar hujun

0,1

parent 5a4f9b6a
......@@ -191,7 +191,7 @@ class PayLog extends Basic
$where['agent_id'] = $this->params['agent_id'];
switch ($this->params['type']) {
case 1 :
$where['status'] = 1;
$where['status'] = ['in', '0,1'];
break;
case 2 :
$where['status'] = 4;
......
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