zss
2025-02-18 bcc80a6833abe9f24abdb978f7c7f01b664a574f
inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
@@ -39,7 +39,13 @@
    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);
    //撤销提交
    int cancelSubmitPlan(Integer orderStateId);
    List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request);
    List<InsProduct> getInsProduct2(Integer id, Integer type, String laboratory, HttpServletRequest request,Integer num);
@@ -68,4 +74,6 @@
    int saveInsContext3(InsProductResult insProductResult);
    int saveInsContext2s(InsProductResultDtos insProductResultDtos);
}