From 33af27ee7a189b538452fc9adb63e0784324e009 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 24 七月 2024 10:49:37 +0800
Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV

---
 pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/RmLossLastMapper.java |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/RmLossLastMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/RmLossLastMapper.java
index 5d4ca7b..0dd4bc9 100644
--- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/RmLossLastMapper.java
+++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoRm/RmLossLastMapper.java
@@ -1,5 +1,7 @@
 package com.dy.pipIrrGlobal.daoRm;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.dy.pipIrrGlobal.pojoRm.RmLossHistory;
 import com.dy.pipIrrGlobal.pojoRm.RmLossLast;
 import org.apache.ibatis.annotations.Mapper;
 
@@ -13,7 +15,7 @@
  * @Description
  */   
 @Mapper
-public interface RmLossLastMapper {
+public interface RmLossLastMapper extends BaseMapper<RmLossLast> {
     /**
      * delete by primary key
      * @param id primaryKey
@@ -44,10 +46,10 @@
 
     /**
      * select by rtuAddr
-     * @param rtuAddr 鎺у埗鍣ㄥ湴鍧�
+     * @param intakeId 鎺у埗鍣ㄦ墍缁戝彇姘村彛ID
      * @return object by rtuAddr
      */
-    List<RmLossLast> selectByRtuAddr(String rtuAddr) ;
+    List<RmLossLast> selectByIntakeId(Long intakeId) ;
    /**
      * select by dt
      * @param date 鏃ユ湡锛坹yyy-mm-dd锛�

--
Gitblit v1.8.0