Commit c8189098 authored by zhuwei's avatar zhuwei

1

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