zhongrj
2024-12-26 a1272d78844574b86645149a0d8ca257c2b8fe91
src/main/java/org/springblade/modules/yw/service/impl/RescueTeamServiceImpl.java
@@ -119,6 +119,10 @@
    */
   @Override
   public List<Map<String, Object>> getStatisticData(RescueTeamVO rescueTeam) {
      if (null==rescueTeam.getType()){
         // 设置默认为园区
         rescueTeam.setType(1);
      }
      // 查询并返回救援队伍统计
      return baseMapper.getStatisticData(rescueTeam);
   }