From cd3cf41b485716edcb3683be596a288424805e9d Mon Sep 17 00:00:00 2001
From: Administrator <test@dy.com>
Date: 星期四, 22 五月 2025 09:22:35 +0800
Subject: [PATCH] 测试服务器上的修改

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoBa/BaPrivilegeMapper.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoBa/BaPrivilegeMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoBa/BaPrivilegeMapper.java
index 3015a93..3836c35 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoBa/BaPrivilegeMapper.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoBa/BaPrivilegeMapper.java
@@ -1,10 +1,13 @@
 package com.dy.pmsGlobal.daoBa;
 
+import com.dy.pmsGlobal.pojoBa.BaLog;
 import com.dy.pmsGlobal.pojoBa.BaPrivilege;
+import org.apache.ibatis.annotations.MapKey;
 import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
+import java.util.Map;
 
 @Mapper
 public interface BaPrivilegeMapper {
@@ -17,6 +20,12 @@
      */
     List<BaPrivilege> selectAll() ;
 
+    List<BaPrivilege> selectSome(Map<String, Object> params);
+
+    Long selectSomeCount(Map<String, Object> params);
+
+    List<BaPrivilege> selectByIds(@Param("ids") List<String> ids) ;
+
     /**
      * 鏌ヨ鏌愪釜鐢ㄦ埛鎵�闅跺睘鎵�鏈夎鑹茬殑鎵�鏈夋潈闄�
      * @param userId 鐢ㄦ埛ID

--
Gitblit v1.8.0