linwe
2023-12-26 eb55b4133ae6b3df80d8d14fbc5b32928f296fd7
src/main/java/org/springblade/modules/grid/mapper/GridmanMapper.java
@@ -48,7 +48,21 @@
    */
    List<GridmanVO> getGridmanList(@Param("gridman") GridmanVO gridman);
   Integer getGridStatistics(String code, Long userId);
   Integer getGridStatistics(String code, Long userId, String roleType);
   Integer getCompanyStatistics(String code, Long userId);
   Integer getCompanyStatistics(String code, Long userId, String roleType);
   Integer getOwnersCommitteeStatistics(String code, Long userId, String roleType);
   /**
    * 网格员表 自定义详情
    */
    GridmanVO getDetail(@Param("gridman") GridmanEntity gridman);
   /**
    * 查询网格id
    * @param userId
    * @return
    */
    Integer getGridIdByUserId(@Param("userId") Long userId);
}