Commit 7499cb66 authored by hujun's avatar hujun

pay_log_id

parent cedb6218
......@@ -813,6 +813,10 @@ class Finance extends Basic
$where['a.agent_id'] = $this->params['agent_id'];
}
if (!empty($this->params['pay_log_id'])) {
$where['a.pay_log_id'] = $this->params['pay_log_id'];
}
if (isset($this->params['is_self']) && $this->params['is_self'] != -1) {
if ($this->params['is_self']) {
$where['e.operation_id'] = $this->userId;
......
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