diff --git a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrPictureMapper.xml b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrPictureMapper.xml index 319f87b7..0652e700 100644 --- a/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrPictureMapper.xml +++ b/jyjz-system/jyjz-system-oa/src/main/resources/mapper/oa/OcrPictureMapper.xml @@ -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