ws
2023-11-13 7f5e2fe559a2c7c7f255cb8b9aa4488f988330c6
src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1113PR.java
@@ -53,7 +53,7 @@
    /**
     * 获取列表信息
     * WhjlApi1113PR#listData
     * whjlApi1113PR#listData
     *
     * @return
     */
@@ -121,7 +121,7 @@
        ApiInfoData infoData = new ApiInfoData();
        infoData.setId(data.getBizId());
        infoData.setKqdm(data.getKqdm());
        infoData.setInteType(WhjlConstant.API_CATEGORY_12);
        infoData.setInteType(WhjlConstant.API_CATEGORY_13);
        infoData.setInteId(WhjlConstant.API_CODE_1113);
        infoData.setUpdateTime(new Date());
        infoData.setDataId(data.getBizId());
@@ -165,7 +165,7 @@
        }
        //封装参数
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_12, WhjlConstant.API_CODE_1113);
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_13, WhjlConstant.API_CODE_1113);
        //获取实现接口
        ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol());
@@ -176,13 +176,13 @@
        ResponseDto responseDto;
        ApiInfoData infoData;
        for (WhjlApi1113 data : items) {
            responseDto = apiService.pushData(param, apiConf, items);
            responseDto = apiService.pushData(param, apiConf, data);
            if (responseDto.getSuccess() == 0) {
                if (Constant.CZBZ_I.equals(data.getCzbz())) {
                    infoData = new ApiInfoData();
                    infoData.setId(data.getBizId());
                    infoData.setKqdm(data.getKqdm());
                    infoData.setInteType(WhjlConstant.API_CATEGORY_12);
                    infoData.setInteType(WhjlConstant.API_CATEGORY_13);
                    infoData.setInteId(WhjlConstant.API_CODE_1113);
                    infoData.setUpdateTime(new Date());
                    infoData.setDataId(data.getBizId());