From 8ce578f52d2dc071beb043560baded7803787f07 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 06 九月 2023 17:36:22 +0800
Subject: [PATCH] 删除鹓雏管理端的时间限制
---
laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/InstrumentService.java | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/InstrumentService.java b/laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/InstrumentService.java
index 14f5c05..b328b03 100644
--- a/laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/InstrumentService.java
+++ b/laboratory-server/src/main/java/com/yuanchu/limslaboratory/service/InstrumentService.java
@@ -31,13 +31,10 @@
* @param instrumentId
* @return
*/
- Instrument getIdInstrumentInformation(Integer instrumentId);
+ Map<String, Object> getIdInstrumentInformation(Integer instrumentId);
Integer updateEquipmentPointInformation(Instrument instrument);
- /**
- * 鏌ヨ鎵�鏈夎澶囦俊鎭�
- * @return
- */
- List<Map> selectInstrument();
+
+
}
--
Gitblit v1.9.3