Merge branch 'master' into docker_package
This commit is contained in:
commit
0959ac88f4
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue