Browse Source

fix:export6

Xu·LinPeng 6 days ago
parent
commit
cd282654b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Modules/Camera/Http/Controllers/Api/CameraApiController.php

+ 2 - 2
Modules/Camera/Http/Controllers/Api/CameraApiController.php

@@ -4498,7 +4498,7 @@ class CameraApiController extends BaseController
                 if (++$index_1==1){
                 if (++$index_1==1){
                     $total2 .= '2.'.$index_1.'.'.$value->title.'引进委外单位'.$wwdw_num.'个('.$var1.'),'.'作业厂点'.$sgdd_num.'个('.$var2.");\n";
                     $total2 .= '2.'.$index_1.'.'.$value->title.'引进委外单位'.$wwdw_num.'个('.$var1.'),'.'作业厂点'.$sgdd_num.'个('.$var2.");\n";
                 } else{
                 } else{
-                    $total2 .= '   '.$index_1.'.'.$value->title.'引进委外单位'.$wwdw_num.'个('.$var1.'),'.'作业厂点'.$sgdd_num.'个('.$var2.");\n";
+                    $total2 .= "\t\t\t".$index_1.'.'.$value->title.'引进委外单位'.$wwdw_num.'个('.$var1.'),'.'作业厂点'.$sgdd_num.'个('.$var2.");\n";
                 }
                 }
 
 
 
 
@@ -4601,7 +4601,7 @@ class CameraApiController extends BaseController
                 if (++$index_2 == 1) {
                 if (++$index_2 == 1) {
                     $total3 .= '3.'.$index_2.'.'.$value->title.'委外作业'.count($work_place_list_arr).'项,委外施工单位'.count($dd_wwdw).'个,施工点'.$dd_sgdsl."个;\n";
                     $total3 .= '3.'.$index_2.'.'.$value->title.'委外作业'.count($work_place_list_arr).'项,委外施工单位'.count($dd_wwdw).'个,施工点'.$dd_sgdsl."个;\n";
                 }else{
                 }else{
-                    $total3 .= '   '.$index_2.'.'.$value->title.'委外作业'.count($work_place_list_arr).'项,委外施工单位'.count($dd_wwdw).'个,施工点'.$dd_sgdsl."个;\n";
+                    $total3 .= "\t\t\t".$index_2.'.'.$value->title.'委外作业'.count($work_place_list_arr).'项,委外施工单位'.count($dd_wwdw).'个,施工点'.$dd_sgdsl."个;\n";
                 }
                 }