CZT
2023-08-03 447604c07b8e57ef19ac3ee8b7e22bd20fa44f9c
src/main/java/com/fzzy/api/view/pr/Api1203PR.java
@@ -130,7 +130,7 @@
    @Expose
    public String delData(Api1203 data) {
        if (null == data) return "无数据执行";
        apiRepository.deleteById(data.getBizId());
        apiRepository.deleteById(data.getRkjydh());
        return null;
    }
@@ -185,7 +185,7 @@
            if (responseDto.getSuccess() == 0) {
                //todo 代表上传成功 ,后期需要保存日志
                if ("i".equals(d.getCzbz())) {
                    apiRepository.updateStatus(d.getId(), Constant.CZBZ_U);
                    apiRepository.updateStatus(d.getRkjydh(), Constant.CZBZ_U);
                }
            }
        }