@ -29,6 +29,4 @@ public interface AllotmentObjectMapper {
int updateByPrimaryKeySelective(AllotmentObject record);
int updateByPrimaryKey(AllotmentObject record);
List<AllotmentObject> selectByFlowId(String flowId);
}
@ -288,7 +288,4 @@
logic = #{logic,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}
</update>
<select id="selectByFlowId" resultType="com.sztzjy.fund_investment.entity.AllotmentObject">
SELECT * FROM `allotment_object` WHERE flow_id=#{flowId}
</select>
</mapper>