@@ -1877,7 +1877,7 @@ function excelRCData($summaryData,$aiAllList,$cglist,$year){
$col++;
foreach ($aiav as $k=>$v){//项目细则
$sumRowStart=$onRow-1;
- $obj->getactivesheet()->setCellValue( $col.$onRow, '='.$col.$sumRowStart.'/'.$col.'1' );
+ $obj->getactivesheet()->setCellValue( $col.$onRow, '='.$col.$sumRowStart.'/'.$col.'4' );
}