Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-10-27 20:38:25 +08:00
commit 8af5693bbd
1 changed files with 1 additions and 0 deletions

View File

@ -1899,6 +1899,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
//会客厅
CompletableFuture<Void> hkt = CompletableFuture.runAsync(() -> {
QueryWrapper<TMeetingroom> wrapper = new QueryWrapper<>();
wrapper.eq("del_flag", 0);
resultMap.put("会客厅", tMeetingroomMapper.selectCount(wrapper));
}, executor);