zss
2 天以前 e72766e5c5cceae416c0fa17ef075a01cd3fd396
inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
@@ -39,6 +39,9 @@
    int verifyPlan(Integer sampleId, String laboratory, Integer type, String tell) throws IOException;
    //纠正复核错误的情况
    int verifyPlan2(Integer sampleId, String laboratory, Integer type, String tell) throws IOException;
    int submitPlan(SubmitPlanDto submitPlanDto);
    //撤销提交
@@ -72,5 +75,6 @@
    int saveInsContext2s(InsProductResultDtos insProductResultDtos);
    //样品编号更改
    int changeSampleCode(Integer sampleId, String sampleCode);
}