Commit 268bb3cc by 杨树贤

fix

parent 49c5a7fa
......@@ -200,7 +200,6 @@ class SupplierFilter
$departmentIds = array_merge($parentDepartmentIds, $map['create_user_department']);
//先去找出所有的创建人uid
$userIds = UserInfoModel::whereIn('department_id',$departmentIds)->pluck('userId')->toArray();
dd($userIds);
$query->whereIn('create_uid',$userIds);
}
......
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 sign in to comment