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());