tangzy
2021-11-05 60dddbf3d0182c8a5220b04d3ea207b0756bc0f3
src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
@@ -441,4 +441,9 @@
   public List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type) {
      return baseMapper.getSecurityHoldAndSoidAndDispatchGroupCountList(type);
   }
   @Override
   public List<Map<Object, Object>> seleFj(String jurisdiction) {
      return baseMapper.seleFj(jurisdiction);
   }
}