whyclxw
2024-07-24 aa485b3e2ff8b693014436ff9a74312ddc08bfc8
src/main/java/com/whyc/service/DefectiveProductsHistoryService.java
@@ -26,7 +26,7 @@
    public void addHis(DefectiveProducts defective) {
        DefectiveProductsHistory his=new DefectiveProductsHistory();
        his.setDeftId(defective.getId());
        his.setRecordTime(defective.getStartTime());
        his.setRecordTime(defective.getRecordTime());
        his.setConfirmStatus(defective.getConfirmStatus());
        his.setNote(defective.getNote());
        his.setReceiverIds(defective.getReceiverIds());