src/main/java/com/fzzy/api/view/pr/Api1202PR.java
@@ -130,7 +130,7 @@ @Expose public String delData(Api1202 data) { apiRepository.deleteById(data.getId()); apiRepository.deleteById(data.getRkywdh()); return null; } @@ -184,7 +184,7 @@ if (responseDto.getSuccess() == 0) { //todo 代表上传成功 ,后期需要保存日志 if ("i".equals(d.getCzbz())) { apiRepository.updateStatus(d.getId(), Constant.CZBZ_U); apiRepository.updateStatus(d.getRkywdh(), Constant.CZBZ_U); } } }