whyclxw
2024-07-24 5c33c1b05565112c72146c60961dd8cbc19af570
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);
    }
    //记录处理记录