whyclxw
2024-07-23 9529ef53f815f94a420afcc3ee41240adb312f3c
不良品推送修改
2个文件已修改
5 ■■■■ 已修改文件
src/main/java/com/whyc/pojo/DefectiveProductsHistory.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/service/DefectiveProductsHistoryService.java 2 ●●● 补丁 | 查看 | 原始文档 | 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);
    }