src/main/java/com/whyc/service/DefectiveProductsHistoryService.java
@@ -27,11 +27,11 @@ DefectiveProductsHistory his=new DefectiveProductsHistory(); his.setDeftId(defective.getId()); his.setRecordTime(defective.getStartTime()); his.setBadProduct(defective.getBadProduct()); his.setConfirmStatus(defective.getConfirmStatus()); his.setNote(defective.getNote()); his.setReceiverIds(defective.getReceiverIds()); his.setReceiverNames(defective.getReceiverNames()); his.setDelProduct(0); mapper.insert(his); } //记录处理记录