Browse Source

完善线上审批起止人算法。

Chenshilong 9 years ago
parent
commit
96746913fc
3 changed files with 4 additions and 4 deletions
  1. 2 2
      Dprs/CSL/Measure_Cloud.dof
  2. BIN
      Dprs/CSL/Measure_Cloud.res
  3. 2 2
      Frames/ProjectManagerFme.pas

+ 2 - 2
Dprs/CSL/Measure_Cloud.dof

@@ -115,7 +115,7 @@ AutoIncBuild=1
 MajorVer=3
 MajorVer=3
 MinorVer=1
 MinorVer=1
 Release=3
 Release=3
-Build=1086
+Build=1087
 Debug=0
 Debug=0
 PreRelease=0
 PreRelease=0
 Special=0
 Special=0
@@ -126,7 +126,7 @@ CodePage=936
 [Version Info Keys]
 [Version Info Keys]
 CompanyName=珠海纵横创新软件有限公司
 CompanyName=珠海纵横创新软件有限公司
 FileDescription=纵横结算决算计量一体化云版
 FileDescription=纵横结算决算计量一体化云版
-FileVersion=3.1.3.1086
+FileVersion=3.1.3.1087
 InternalName=
 InternalName=
 LegalCopyright=
 LegalCopyright=
 LegalTrademarks=
 LegalTrademarks=

BIN
Dprs/CSL/Measure_Cloud.res


+ 2 - 2
Frames/ProjectManagerFme.pas

@@ -1797,8 +1797,8 @@ begin
     Exit;
     Exit;
   end;
   end;
 
 
-  i := i - 1;
-  for j := i downto 0 do
+
+  for j := AEnd -2 downto 0 do
   begin
   begin
     if AAr[j, 7] = '0' then
     if AAr[j, 7] = '0' then
     begin
     begin