zss
22 小时以前 1400e91e8c807fb40707d1f4cd88a99b096242d8
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);
}