From 54c480e3632fbc6fc821786e2b473bceb2f0ae4e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期六, 22 三月 2025 15:35:29 +0800
Subject: [PATCH] 天线的电路总报告保留两位小数
---
inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java b/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
index 1d62a95..20e5f5e 100644
--- a/inspect-server/src/main/java/com/yuanchu/mom/service/InsOrderPlanService.java
+++ b/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);
+
+
}
--
Gitblit v1.9.3