Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-07-26 19:07:05 +08:00
commit 0959ac88f4
1 changed files with 3 additions and 0 deletions

View File

@ -1138,6 +1138,9 @@ public class MonitorService {
getOrgenizationByParent(list,a.getString("id"));
}
});
if(list != null && list.size() > 0){
cameraOrgenMapper.truncate("t_camera_organization");
}
return list;
}catch (Exception e){
log.info(e.getMessage());