Commit 8f9581ef authored by jianghaiming's avatar jianghaiming

update:set

parent 4bc152d8
...@@ -324,9 +324,9 @@ class DistributorService ...@@ -324,9 +324,9 @@ class DistributorService
$param = [ $param = [
'user_id' => !empty($where['user_id']) ? $where['user_id'] : '', 'user_id' => !empty($where['user_id']) ? $where['user_id'] : '',
]; ];
$jwUser = new JwUser();
$userInfo = $jwUser->getUserByUserId($params);
$jwUser = new JwUser();
$userInfo = $jwUser->getUserByUserId($param);
if (!empty($userInfo) && $userInfo['result'] ==0) { if (!empty($userInfo) && $userInfo['result'] ==0) {
$user = $userInfo['data']; $user = $userInfo['data'];
} }
......
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