Commit e01b8b94 authored by hujun's avatar hujun

5

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