src/main/java/com/whyc/pojo/DefectiveProductsHistory.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/whyc/service/DefectiveProductsHistoryService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/pojo/DefectiveProductsHistory.java
@@ -60,5 +60,8 @@ @ApiModelProperty(value = "处理者") private Integer delId; @ApiModelProperty(value = "处理的文件路径") private String delUrl; } src/main/java/com/whyc/service/DefectiveProductsHistoryService.java
@@ -62,7 +62,7 @@ e.printStackTrace(); } } defective.setFileUrl("doc_file" + File.separator + defectiveDirSuffix); defectiveHis.setDelUrl("doc_file" + File.separator + defectiveDirSuffix); } mapper.insert(defectiveHis); }