Administrator
2021-10-25 30b3905e88495611704e356a1d3ced094e2a503d
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);
   }
}