tangzy
2021-09-24 87c8721094ee295cc3bb7870aedaa3e0aa0368a3
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);
   }
}