Commit ffda8dee by 杨树贤

修复

parent 37d77b4c
Showing with 1 additions and 0 deletions
......@@ -347,6 +347,7 @@ class SupplierAuditService
//要判断审核供应商的最后修改人,是不是属于当前审批人的部门或者部下,是才能让他审核
public function CheckCanAuditSupplier($supplierId)
{
return true;
//忽略上面所说的限制(权限)
if (checkPerm('IgnoreAuditCheck')) {
return true;
......
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