|
|
|
@ -26,7 +26,11 @@ |
|
|
|
|
where id = #{id,jdbcType=VARCHAR} |
|
|
|
|
</select> |
|
|
|
|
<select id="selectByBatchId" resultMap="ResultMapWithBLOBs"> |
|
|
|
|
select Blob_Column_List from interface_request_data where batch_id = #{batchId} and ywlx = #{ywlx} order by create_time desc limit 1 |
|
|
|
|
select |
|
|
|
|
<include refid="Blob_Column_List" /> |
|
|
|
|
from |
|
|
|
|
interface_request_data |
|
|
|
|
where batch_id = #{batchId} and ywlx = #{ywlx} order by create_time desc limit 1 |
|
|
|
|
</select> |
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" > |
|
|
|
|
delete from interface_request_data |
|
|
|
|