From b5939d86cebbc0b526c992580c98da2a5711a250 Mon Sep 17 00:00:00 2001 From: shuliYao <1397940314@qq.com> Date: Thu, 16 May 2024 15:09:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=A4=87=E4=BF=A1=E6=81=AF=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/oa/OcrPictureMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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