From 05d264ecde17c7c1b1f3ec71aa93cc531d3665fb Mon Sep 17 00:00:00 2001 From: "@t2652009480" <2652009480@qq.com> Date: Thu, 20 Jun 2024 08:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A2=E4=BB=B7=E5=8F=91=E8=A1=8C--=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8A=A5=E4=BB=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sztzjy/fund_investment/mapper/AllotmentObjectMapper.java | 2 -- src/main/resources/mappers/AllotmentObjectMapper.xml | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/main/java/com/sztzjy/fund_investment/mapper/AllotmentObjectMapper.java b/src/main/java/com/sztzjy/fund_investment/mapper/AllotmentObjectMapper.java index 37354af..894835e 100644 --- a/src/main/java/com/sztzjy/fund_investment/mapper/AllotmentObjectMapper.java +++ b/src/main/java/com/sztzjy/fund_investment/mapper/AllotmentObjectMapper.java @@ -29,6 +29,4 @@ public interface AllotmentObjectMapper { int updateByPrimaryKeySelective(AllotmentObject record); int updateByPrimaryKey(AllotmentObject record); - - List selectByFlowId(String flowId); } \ No newline at end of file diff --git a/src/main/resources/mappers/AllotmentObjectMapper.xml b/src/main/resources/mappers/AllotmentObjectMapper.xml index 28842f3..df4bdf0 100644 --- a/src/main/resources/mappers/AllotmentObjectMapper.xml +++ b/src/main/resources/mappers/AllotmentObjectMapper.xml @@ -288,7 +288,4 @@ logic = #{logic,jdbcType=INTEGER} where id = #{id,jdbcType=VARCHAR} - \ No newline at end of file