From 782de1a5b6182e5f9b4eff9e85d99a82beeebe50 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 01 八月 2024 16:16:51 +0800
Subject: [PATCH] feat:工单状态同步点位
---
ycl-server/src/main/java/com/ycl/platform/service/YwPointService.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/ycl-server/src/main/java/com/ycl/platform/service/YwPointService.java b/ycl-server/src/main/java/com/ycl/platform/service/YwPointService.java
index 6aa4057..a6e6d44 100644
--- a/ycl-server/src/main/java/com/ycl/platform/service/YwPointService.java
+++ b/ycl-server/src/main/java/com/ycl/platform/service/YwPointService.java
@@ -77,4 +77,21 @@
* @return
*/
Result batchEdit(BatchEditPointForm form);
+
+ /**
+ * 鐐逛綅涓嬫媺
+ *
+ * @param keyword
+ * @return
+ */
+ Result select(String keyword);
+
+ /**
+ * 鎵归噺鍚屾鐘舵��
+ *
+ * @param pointIds 鐐逛綅id
+ * @param recovery 鐘舵��
+ * @return 鏁伴噺
+ */
+ boolean updateRecovery(List<Integer> pointIds, int recovery);
}
--
Gitblit v1.8.0