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}