linwe
2024-07-29 1afd9c9dcb4565d05f884f4fa1fa69d2b84bda5b
src/main/java/org/springblade/modules/grid/mapper/GridmanMapper.java
@@ -52,11 +52,11 @@
    */
    List<GridmanVO> getGridmanList(@Param("gridman") GridmanVO gridman);
   Integer getGridStatistics(String code, Long userId, String roleType);
   Integer getGridStatistics(List<String> communityCodeList, Long userId, String roleType);
   Integer getCompanyStatistics(String code, Long userId, String roleType);
   Integer getCompanyStatistics(List<String> communityCodeList , Long userId, String roleType);
   Integer getOwnersCommitteeStatistics(String code, Long userId, String roleType);
   Integer getOwnersCommitteeStatistics(List<String> communityCodeList, Long userId, String roleType);
   /**
    * 网格员表 自定义详情