nidapeng
2024-03-07 295a88ff694147e58abce6f2bb962607c7e2a1e1
server/dmvisit_admin/src/main/java/com/doumee/task/ScheduleTool.java
@@ -74,7 +74,7 @@
            hkSyncVisitFromHKService.syncVistAppointData(new Date());
            Constants.DEALING_FROM_HK_VISIT =false;
        }catch (Exception e){
            throw  new BusinessException(ResponseStatus.SERVER_ERROR.getCode(), "对不起,海康同步数据失败~");
//            throw  new BusinessException(ResponseStatus.SERVER_ERROR.getCode(), "对不起,海康同步数据失败~");
        }finally {
            Constants.DEALING_FROM_HK_VISIT =false;
        }