ws
2023-11-06 a3f0d41f1c7feeee8ec6a377c692ab7023a391d8
src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1212PR.java
@@ -45,7 +45,7 @@
     */
    @DataProvider
    public List<WhjlApi1212> listData() {
        List<ApiInfoData> result = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1214);
        List<ApiInfoData> result = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1212);
        if (null == result || result.isEmpty()) {
            return null;
        }
@@ -76,7 +76,7 @@
        infoData.setId(data.getBizId());
        infoData.setKqdm(data.getKqdm());
        infoData.setInteType(WhjlConstant.API_CATEGORY_12);
        infoData.setInteId(WhjlConstant.API_CODE_1214);
        infoData.setInteId(WhjlConstant.API_CODE_1212);
        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_12, WhjlConstant.API_CODE_1214);
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_12, WhjlConstant.API_CODE_1212);
        //获取实现接口
        ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol());
@@ -139,7 +139,7 @@
                    infoData.setId(data.getBizId());
                    infoData.setKqdm(data.getKqdm());
                    infoData.setInteType(WhjlConstant.API_CATEGORY_12);
                    infoData.setInteId(WhjlConstant.API_CODE_1214);
                    infoData.setInteId(WhjlConstant.API_CODE_1212);
                    infoData.setUpdateTime(new Date());
                    infoData.setDataId(data.getBizId());