CZT
2023-10-24 62b592d65a8c84114b2240ee7ba78c6ae2fe93e6
src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1107PR.java
@@ -109,7 +109,7 @@
     */
    @Expose
    public String pushData(List<WhjlApi1107> items) {
        ResponseDto responseDto;
        String result = "";
        String kqdm = items.get(0).getKqdm();
@@ -129,11 +129,14 @@
        }
        //推送,数据为集合形式
        responseDto = apiService.pushData(param, apiConf, items);
        if (responseDto.getSuccess() == 0) {
            //推送成功,更新数据上传状态
            ApiInfoData infoData;
        ResponseDto responseDto;
            for (WhjlApi1107 data : items) {
            responseDto = apiService.pushData(param, apiConf, data);
            if (responseDto.getSuccess() == 0) {
                if (Constant.CZBZ_I.equals(data.getCzbz())) {
                    infoData = new ApiInfoData();