Commit b89f6e9c by mushishixian

fix

parent 7049e848
...@@ -44,7 +44,7 @@ class SupplierFilter ...@@ -44,7 +44,7 @@ class SupplierFilter
//因为传过来的是内部编码,所以要转成admin_id //因为传过来的是内部编码,所以要转成admin_id
$adminService = new AdminUserService(); $adminService = new AdminUserService();
$user = $adminService->getAdminUserInfoByCodeId($map['create_uid']); $user = $adminService->getAdminUserInfoByCodeId($map['create_uid']);
$adminId = $user['admin_id']; $adminId = $user['userId'];
$query->where('create_uid', $adminId); $query->where('create_uid', $adminId);
} }
if (!empty($map['status'])) { if (!empty($map['status'])) {
......
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