Fixiaobai
2023-09-01 060fc21c293f3eabcd544602da305e4e83803b42
inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/LinkDetectionServiceImpl.java
@@ -29,6 +29,7 @@
        for (LinkDetection linkDetection:linkDetectionList){
            linkDetection.setInspectionStatus(1);
            linkDetection.setLinkBasicId(id);
            linkDetection.setState(1);
        }
        linkDetectionMapper.insertBatchSomeColumn(linkDetectionList);
    }