Explorar o código

哈巴定制表,9001-9999均属于900章

MaiXinRong %!s(int64=9) %!d(string=hai) anos
pai
achega
00a3ce0615
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

+ 2 - 0
DataModules/ReportMemoryDm/rmHaBaiCustomizedDm.pas

@@ -897,6 +897,8 @@ begin
     sgs.DelimitedText := AB_Code;
     iFirst := StrToIntDef(sgs.Strings[0], 0);
     Result := Trunc(iFirst/100);
+    if (Result >= 90) and (Result < 100) then
+      Result := 9;
   finally
     sgs.Free;
   end;