Commit 7bd8aca3 by 杨树贤

修复

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