Commit 4d9ba117 authored by zhuwei's avatar zhuwei

1

parent e01db768
...@@ -323,9 +323,8 @@ class Member extends Basic{ ...@@ -323,9 +323,8 @@ class Member extends Basic{
} }
} }
if (isset($params['entrust_type']) && is_numeric($params['entrust_type'])) { //委托类型
$where['a.entrust_type'] = $params['entrust_type']; $where['a.entrust_type'] = isset($params['entrust_type']) && $params['entrust_type'] == 1 ? 1 : 0 ;
}
//客户编号 //客户编号
......
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