From 41e28b664fa280049f59742676f3c06adfb6e070 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期二, 13 五月 2025 10:11:32 +0800
Subject: [PATCH] 集成 mybatisplus BaseEntity 取消searchValue 和 params 、remark字段映射

---
 aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java b/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java
index 5c0fa74..8dfc087 100644
--- a/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java
+++ b/aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDictDataMapper.java
@@ -92,4 +92,8 @@
      * @return 缁撴灉
      */
     public int updateDictDataType(@Param("oldDictType") String oldDictType, @Param("newDictType") String newDictType);
+
+    List<SysDictData> selectByValue(String dictTypeApsArea, String dictValue);
+
+    List<SysDictData> selectDictValueList(String dictType);
 }

--
Gitblit v1.9.3