Ver código fonte

关注人打不开审核不通过打回的项目,提示审核人不一致。

Chenshilong 8 anos atrás
pai
commit
61b788163d
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      Frames/ProjectFme.pas

+ 2 - 1
Frames/ProjectFme.pas

@@ -1277,7 +1277,8 @@ begin
     begin
       if ProjectData.CurUserIsAuthor then
         Result := ((iC = 1) or (iC = iNo + 1))
-      else if FCheckerFrame.InCheckerList(PHPWeb.UserID) then
+//      else if FCheckerFrame.InCheckerList(PHPWeb.UserID) then      // Õâ¸öÌõ¼þ»á©µô¹Ø×¢ÈË
+      else
         Result := (iC = iNo + 1);
     end
     else