From eb2d3ef0e4fa144d5a76823709a1ab2bc27a2ae9 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 22 七月 2025 17:42:34 +0800
Subject: [PATCH] 1、通信中间件去除上报消息测试类(去除注解) ; 2、remote模块,webSocket模块修改完善,增加机构orgTag控制; 3、从SSO模块获取当前用户信息部分进行集成完善,以供其他部分共享应用。
---
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java
index 4d1b995..b27dfd9 100644
--- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java
+++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java
@@ -6,6 +6,7 @@
import org.apache.ibatis.annotations.Param;
import java.util.List;
+import java.util.Map;
/**
* @Author liurunyu
@@ -21,6 +22,12 @@
* @return deleteCount
*/
int deleteByPrimaryKey(Long id);
+
+ /**
+ * 娓呯┖娴佹氮鎺у埗鍣ㄨ〃
+ * @return
+ */
+ int emptyTrampController();
/**
* insert record to table
@@ -77,4 +84,17 @@
* @return
*/
PrControllerTramp getTrampControllerInfo(@Param("controllerId") Long controllerId);
+
+ /**
+ * 鏉′欢鏌ヨ娴佹氮鎺у埗鍣ㄤ俊鎭�
+ * @param
+ * @return
+ */
+ List<PrControllerTramp> getTrampControllers(Map<?, ?> params);
+ /**
+ * 鏉′欢鏌ヨ娴佹氮鎺у埗鍣ㄦ暟閲�
+ * @param
+ * @return recordCount
+ */
+ Long getTrampControllersCount(Map<?, ?> params);
}
\ No newline at end of file
--
Gitblit v1.8.0