CZT
2023-10-27 dc66963d36e0a479e7334092241834b60bf8bbe2
src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1112PR.java
@@ -47,7 +47,7 @@
     */
    @DataProvider
    public List<WhjlApi1112> listData() {
        List<ApiInfoData> result = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1111);
        List<ApiInfoData> result = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1112);
        if (null == result || result.isEmpty()) {
            return null;
        }
@@ -77,7 +77,7 @@
        infoData.setId(data.getBizId());
        infoData.setKqdm(data.getKqdm());
        infoData.setInteType(WhjlConstant.API_CATEGORY_11);
        infoData.setInteId(WhjlConstant.API_CODE_1111);
        infoData.setInteId(WhjlConstant.API_CODE_1112);
        infoData.setUpdateTime(new Date());
        infoData.setDataId(data.getBizId());
        infoData.setData(JSON.toJSONString(data));
@@ -120,7 +120,7 @@
        }
        //封装参数
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_11, WhjlConstant.API_CODE_1111);
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_11, WhjlConstant.API_CODE_1112);
        //获取实现接口
        ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol());
@@ -139,7 +139,7 @@
                    infoData.setId(data.getBizId());
                    infoData.setKqdm(data.getKqdm());
                    infoData.setInteType(WhjlConstant.API_CATEGORY_11);
                    infoData.setInteId(WhjlConstant.API_CODE_1111);
                    infoData.setInteId(WhjlConstant.API_CODE_1112);
                    infoData.setUpdateTime(new Date());
                    infoData.setDataId(data.getBizId());