瀏覽代碼

Report, Final 02, add Gather Data

MaiXinRong 7 年之前
父節點
當前提交
6a98d4c0aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DataModules/ReportMemoryDm/rmBillsGatherDm.pas

+ 1 - 1
DataModules/ReportMemoryDm/rmBillsGatherDm.pas

@@ -1200,7 +1200,7 @@ begin
   WriteEstimateNode(TReportCacheNode(FCacheTree.FirstNode));
   if GatherType = bgtG_Final06_1 then
     ReWriteENodeDataAsGather(TReportCacheNode(FCacheTree.FirstNode), '土地征用及拆迁补偿费用合计');
-  if GatherType = bgtEstimate1 then
+  if GatherType in [bgtEstimate, bgtEstimate1] then
     WriteEstimateGatherNode;
 end;