|  | @@ -18,9 +18,9 @@ import java.util.Map;
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  @Mapper
 | 
	
		
			
				|  |  |  public interface SafetyInspectMapper {
 | 
	
		
			
				|  |  | -   SafetyInspectVO selectAllByPath(@Param("orgPath")String orgPath,@Param("year") String year,@Param("orgType") Integer orgType);
 | 
	
		
			
				|  |  | +    SafetyInspectVO selectAllByPath(@Param("orgPath") String orgPath, @Param("year") String year, @Param("orgType") Integer orgType);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  SafetyInspectVO selectSelfByPath(@Param("cycle") Integer cycle,@Param("orgPath")String orgPath,@Param("year") String year,@Param("orgType") Integer orgType);
 | 
	
		
			
				|  |  | +    SafetyInspectVO selectSelfByPath(@Param("cycle") Integer cycle, @Param("orgPath") String orgPath, @Param("year") String year, @Param("orgType") Integer orgType);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      Page<SafetyInspectVO> report(@Param("page") Page<SafetyInspectVO> page, @Param("safetyInspectDTO") SafetyInspectDTO safetyInspectDTO);
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -28,16 +28,22 @@ public interface SafetyInspectMapper {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * zic机构维度
 | 
	
		
			
				|  |  | +     *
 | 
	
		
			
				|  |  |       * @return
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    Map orgDimension(@Param("orgPath") String orgPath,@Param("year") String year,@Param("orgType") Integer orgType,@Param("type")Integer type);
 | 
	
		
			
				|  |  | +    Map orgDimension(@Param("orgPath") String orgPath, @Param("year") String year, @Param("orgType") Integer orgType, @Param("type") Integer type);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    Integer orgDimensionPlanInspectOrg(@Param("orgPath") String orgPath, @Param("year") String year, @Param("orgType") Integer orgType, @Param("type") Integer type);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    Integer orgDimensionRealityInspectOrg(@Param("orgPath") String orgPath, @Param("year") String year, @Param("orgType") Integer orgType, @Param("type") Integer type);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * zic隐患维度
 | 
	
		
			
				|  |  | +     *
 | 
	
		
			
				|  |  |       * @param orgPath
 | 
	
		
			
				|  |  |       * @param year
 | 
	
		
			
				|  |  |       * @param orgType
 | 
	
		
			
				|  |  |       * @return
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    Map pitfallDimension (@Param("orgPath") String orgPath,@Param("year") String year,@Param("orgType") Integer orgType,@Param("type")Integer type);
 | 
	
		
			
				|  |  | +    Map pitfallDimension(@Param("orgPath") String orgPath, @Param("year") String year, @Param("orgType") Integer orgType, @Param("type") Integer type);
 | 
	
		
			
				|  |  |  }
 |