소스 검색

Over Range

MaiXinRong 8 년 전
부모
커밋
533f19822d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Frames/BillsGatherFme.pas

+ 1 - 1
Frames/BillsGatherFme.pas

@@ -168,7 +168,7 @@ procedure TBillsGatherFrame.zgGclBillsCellGetColor(Sender: TObject;
       0: Result := QuantityRoundTo(fEndDealQuantity - fQuantity) > fCompare;
       1: Result := QuantityRoundTo(fEndDealQuantity - fDealQuantity) > fCompare;
       2: Result := (QuantityRoundTo(fEndDealQuantity - fQuantity) > fCompare)
-                or (QuantityRoundTo(fEndDealQuantity - fQuantity) > fCompare);
+                or (QuantityRoundTo(fEndDealQuantity - fDealQuantity) > fCompare);
     end;
   end;