rk
19 小时以前 8f2b433557c1a5d4b68d99cd6b618d0f6cd06c68
server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/service/HKService.java
@@ -764,6 +764,27 @@
        return  null;
    }
    /**
     *海康1.4.7.3按业务编号查询下发记录
     * @return
     */
    public  static  BaseResponse<AuthResultPageResponse>    authResultPage(AuthResultPageRequest param){
        log.info("【海康按业务编号查询下发记录】================开始===="+JSONObject.toJSONString(param));
        String res = null;
        try {
            res = HKTools.authResultPage(JSONObject.toJSONString(param));
            TypeReference typeReference =
                    new TypeReference< BaseResponse<AuthResultPageResponse> >(){};
            BaseResponse<AuthResultPageResponse>   result = JSONObject.parseObject(res, typeReference.getType());
            logResult(result,"海康按业务编号查询下发记录");
            return  result;
        }catch (Exception e){
            log.error("【海康按业务编号查询下发记录】================失败====:\n"+ e.getMessage());
        }finally {
           // saveInterfaceLog(param,res);
        }
        return  null;
    }
    /**
     *海康一卡通任务开始执行
     * @return
     */
@@ -1190,6 +1211,7 @@
        String componentId = HKConstants.MenuPageId.componentIds[0];
        String menuId = HKConstants.MenuPageId.afzx;
        if(Constants.equalsInteger(type,Constants.ONE)){
            componentId = HKConstants.MenuPageId.componentIds[1];
            menuId = HKConstants.MenuPageId.xkzx;
        }/*else  if(Constants.equalsInteger(type,Constants.TWO)){
            menuId = HKConstants.MenuPageId.ngzx;