@ -266,6 +266,6 @@
',备注:', t2.TASKCOMMENT)
FROM ocr_taskchild_picture t1
LEFT JOIN oa_userapprove_t t2 ON t1.ID = t2.FORMID
where t1.PICTUREID = #{id,jdbcType=BIGINT}
where t1.PICTUREID = #{id,jdbcType=BIGINT} and t2.STATSHIS = 3
</select>
</mapper>