智慧保安后台管理-验收版本
tangzy
2021-12-06 30df94c05573a426d030510d4dd58ae1d93bfb7a
src/main/java/org/springblade/modules/information/service/impl/InformationServiceImpl.java
@@ -436,4 +436,9 @@
   public List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type) {
      return baseMapper.getSecurityHoldAndSoidAndDispatchGroupCountList(type);
   }
   @Override
   public IPage selectBxc(IPage page,String jurisdiction,String type) {
      return page.setRecords(baseMapper.selectBxc(page,jurisdiction,type));
   }
}