From 9ca0dc6e7833715b875cc9b6b91d5c497b2bae8b Mon Sep 17 00:00:00 2001
From: zf <1603559716@qq.com>
Date: Wed, 30 Aug 2023 09:05:45 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSystem into zf
---
src/main/java/com/gk/hotwork/Mapper/DictionaryItemInfoMapper.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/gk/hotwork/Mapper/DictionaryItemInfoMapper.java b/src/main/java/com/gk/hotwork/Mapper/DictionaryItemInfoMapper.java
index bc03b68..f4b1d54 100644
--- a/src/main/java/com/gk/hotwork/Mapper/DictionaryItemInfoMapper.java
+++ b/src/main/java/com/gk/hotwork/Mapper/DictionaryItemInfoMapper.java
@@ -25,7 +25,7 @@
int updateByPrimaryKey(DictionaryItemInfo record);
- List<DictionaryItemInfo> selectDataGrid(Page<DictionaryItemInfo> page, Map<String, Object> condition);
+ List<DictionaryItemInfo> selectDataGrid(@Param("page") Page<DictionaryItemInfo> page,@Param("condition") Map<String, Object> condition);
List<DictionaryTypeInfo> selectExistInfo(@Param("id") Long id,@Param("value") String value,@Param("text") String text);
--
Gitblit v1.9.2