Administrator
2021-10-27 fe9c6432b0b6eea428bbb856fabe4f7d1e84f0cb
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);
   }
}