From eea5bc9be7deb06106d6274abeb29ebe4b83af44 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 30 四月 2024 13:40:35 +0800
Subject: [PATCH] 考核结果指标详情页面

---
 ycl-server/src/main/java/com/ycl/platform/mapper/YwPointMapper.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ycl-server/src/main/java/com/ycl/platform/mapper/YwPointMapper.java b/ycl-server/src/main/java/com/ycl/platform/mapper/YwPointMapper.java
index 2260119..16e18a6 100644
--- a/ycl-server/src/main/java/com/ycl/platform/mapper/YwPointMapper.java
+++ b/ycl-server/src/main/java/com/ycl/platform/mapper/YwPointMapper.java
@@ -1,11 +1,15 @@
 package com.ycl.platform.mapper;
 
+import com.ycl.platform.base.BaseSelect;
 import com.ycl.platform.domain.entity.YwPoint;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ycl.platform.domain.vo.YwPointVO;
 import com.ycl.platform.domain.form.YwPointForm;
 import java.util.List;
+
+import com.ycl.system.Result;
 import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Param;
 
 /**
  * 杩愮淮鐐逛綅 Mapper 鎺ュ彛
@@ -16,4 +20,11 @@
 @Mapper
 public interface YwPointMapper extends BaseMapper<YwPoint> {
 
+    /**
+     * 涓嬫媺鏁版嵁
+     * @param keyword
+     * @param unitId
+     * @return
+     */
+    List<BaseSelect> selectData(@Param("keyword") String keyword, @Param("unitId") Integer unitId);
 }

--
Gitblit v1.8.0