java110-db/src/main/resources/mapper/oa/OaWorkflowServiceDaoImplMapper.xml
@@ -41,6 +41,12 @@ <if test="flowId !=null and flowId != ''"> and t.flow_id= #{flowId} </if> <if test="flowIds !=null "> and t.flow_id in <foreach collection="flowIds" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> <if test="flowName !=null and flowName != ''"> and t.flow_name= #{flowName} </if>