Commit 99086e91 by 杨树贤

加上部门

parent 58cac23b
Showing with 2 additions and 2 deletions
......@@ -230,7 +230,7 @@ class SupplierContactService
if (!$departmentId) {
return false;
}
// 校验部门ID是否为113
return in_array($departmentId, [151, 150]);
// 校验部门ID
return in_array($departmentId, [151, 150, 113, 137]);
}
}
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