From adaa1d256fb85d2769b2be867b7071a660996c59 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期四, 04 七月 2024 16:54:38 +0800
Subject: [PATCH] 增加变更所有者、状态跃迁等功能

---
 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmPwdStrategyQueryServiceI.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmPwdStrategyQueryServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmPwdStrategyQueryServiceI.java
index 0ebbc69..8791b93 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmPwdStrategyQueryServiceI.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmPwdStrategyQueryServiceI.java
@@ -30,13 +30,15 @@
      * @param pageHelper
      * @return
      */
-    DataGrid<SmPasswordStrategyVO> refDataGrid(Map<String, String> conditionMap, PageHelper pageHelper);
+    DataGrid<SmPasswordStrategyVO> refDataGrid(Map<String, String> conditionMap, PageHelper pageHelper) throws PLException;
 
     /**
-     * 鏌ヨ鎵�鏈夊瘑鐮佸畨鍏ㄧ瓥鐣�
-     * @return
+     * 鏌ヨ瀵嗙爜瀹夊叏绛栫暐锛屼笅鎷変娇鐢ㄧ殑鎺ュ彛
+     * @param conditionMap
+     * @return key涓哄瘑鐮佺瓥鐣ame锛寁alue涓哄瘑鐮佺瓥鐣ョ殑oid
+     * @throws VciBaseException
      */
-    //List<SmPasswordStrategyVO> listPasswordStrategyVO(Map<String, String> conditionMap);
+    List<Map<String,String>> selectPwdStrategyMap(Map<String, String> conditionMap) throws PLException;
 
     /**
      * 淇濆瓨鐢ㄦ埛鍏宠仈瀵嗙爜绛栫暐

--
Gitblit v1.9.3