Commit e01db768 authored by zhuwei's avatar zhuwei

1

parent 61aa391e
......@@ -323,7 +323,7 @@ class Member extends Basic{
}
}
if (!empty($params['entrust_type'])) {
if (isset($params['entrust_type']) && is_numeric($params['entrust_type'])) {
$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