|
|
|
@ -946,7 +946,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="listFinalTask" resultType="cn.jyjz.xiaoyao.ocr.dataobject.OcrTaskchildPicture"
|
|
|
|
|
parameterType="java.util.Map">
|
|
|
|
|
select tcp.*, pic.field11 reporttime, pic.similarity_score similarityscore
|
|
|
|
|
select tcp.*, pic.field11 reporttime, pic.similarity_score similarityscore,pic.server_thumbnail_url serverThumbnailUrl
|
|
|
|
|
from ocr_taskchild_picture tcp
|
|
|
|
|
left join ocr_picture pic
|
|
|
|
|
on tcp.PICTUREID = pic.ID
|
|
|
|
@ -963,10 +963,10 @@
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<if test="fromuptimeStart != null">
|
|
|
|
|
and tcp.fromuptime >= ${fromuptimeStart}
|
|
|
|
|
and tcp.fromuptime >= ${fromuptimeStart.value}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="fromuptimeEnd != null">
|
|
|
|
|
and tcp.fromuptime <= ${fromuptimeEnd}
|
|
|
|
|
and tcp.fromuptime <= ${fromuptimeEnd.value}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="page != null">
|
|
|
|
|
<if test="page.sortname != null">
|
|
|
|
|