|
@@ -288,12 +288,13 @@ procedure TPhaseData.CheckAuditCount;
|
|
|
var
|
|
|
iAuditCount: Integer;
|
|
|
begin
|
|
|
- if FPhaseProperty.AuditCount = 0 then
|
|
|
- begin
|
|
|
+ // ¸ÄÎªÇ¿ÖÆ¼ìÑé
|
|
|
+ //if FPhaseProperty.AuditCount = 0 then
|
|
|
+ //begin
|
|
|
iAuditCount := GetRealAuditCount;
|
|
|
if iAuditCount <> FPhaseProperty.AuditCount then
|
|
|
FPhaseProperty.AuditCount := iAuditCount;
|
|
|
- end;
|
|
|
+ //end;
|
|
|
end;
|
|
|
|
|
|
function TPhaseData.GetIsLastStage: Boolean;
|