询价发行--添加报价修改

master
@t2652009480 9 months ago
parent ec189a461b
commit 05d264ecde

@ -29,6 +29,4 @@ public interface AllotmentObjectMapper {
int updateByPrimaryKeySelective(AllotmentObject record); int updateByPrimaryKeySelective(AllotmentObject record);
int updateByPrimaryKey(AllotmentObject record); int updateByPrimaryKey(AllotmentObject record);
List<AllotmentObject> selectByFlowId(String flowId);
} }

@ -288,7 +288,4 @@
logic = #{logic,jdbcType=INTEGER} logic = #{logic,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR}
</update> </update>
<select id="selectByFlowId" resultType="com.sztzjy.fund_investment.entity.AllotmentObject">
SELECT * FROM `allotment_object` WHERE flow_id=#{flowId}
</select>
</mapper> </mapper>
Loading…
Cancel
Save