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