|  | @@ -47,7 +47,7 @@ public class ConstructionDetailExport {
 | 
	
		
			
				|  |  |      @ExcelProperty(value = "达标时间", index = 7)
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "达标时间")
 | 
	
		
			
				|  |  |      private String complianceDate;
 | 
	
		
			
				|  |  | -    @ExcelProperty(value = "未达GA38-2021标准的部位或项目", index = 8)
 | 
	
		
			
				|  |  | +    @ExcelProperty(value = "未达标原因", index = 8)
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "未达GA38-2021标准的部位或项目")
 | 
	
		
			
				|  |  |      private String reason;
 | 
	
		
			
				|  |  |      @ExcelProperty(value = "计划达标(GA38-2021)改造时间", index = 9)
 |