From 0eff076e3cc2a3fa9aa3133fc68b32cbbeb371be Mon Sep 17 00:00:00 2001 From: wangzhijiang <1358525938@qq.com> Date: Tue, 20 Jun 2023 16:22:02 +0800 Subject: [PATCH] =?UTF-8?q?71106=E4=BF=AE=E6=94=B9,=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF-=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83=20=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=B1=BB=E5=9E=8B=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=A4=9A=E9=80=89.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml index c17255799..5024555f4 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml @@ -33,7 +33,10 @@ and temp.standard_info like CONCAT(CONCAT('%',#{params.standardInfo}),'%') - and temp.flow_type = #{params.flowType} + and temp.flow_type in + + #{item} + and temp.status = #{params.status}