master
周文涛 2 years ago
parent 8744b00a45
commit 8cdd18a3bc

@ -34,7 +34,7 @@
LEFT JOIN ocr_task_type tasktype ON tasktype.id = oc.task_type
WHERE 1=1
<if test="idList!=null">
AND oc.id
AND oc.id in
<foreach item="id" collection="idList" open="(" separator="," close=")">
#{id}
</foreach>

Loading…
Cancel
Save