|
|
@ -266,6 +266,6 @@
|
|
|
|
',备注:', t2.TASKCOMMENT)
|
|
|
|
',备注:', t2.TASKCOMMENT)
|
|
|
|
FROM ocr_taskchild_picture t1
|
|
|
|
FROM ocr_taskchild_picture t1
|
|
|
|
LEFT JOIN oa_userapprove_t t2 ON t1.ID = t2.FORMID
|
|
|
|
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>
|
|
|
|
</select>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|