linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/grid/mapper/GridmanMapper.java
@@ -40,7 +40,10 @@
    * @param gridman
    * @return
    */
   List<GridmanVO> selectGridmanPage(IPage page,@Param("gridman") GridmanVO gridman);
   List<GridmanVO> selectGridmanPage(IPage page,
                             @Param("gridman") GridmanVO gridman,
                             @Param("regionChildCodesList") List<String> regionChildCodesList,
                             @Param("isAdministrator") Integer isAdministrator);
   /**
    * 网格员查询
@@ -49,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);
   /**
    * 网格员表 自定义详情