Your Name
2023-03-15 c7fd687b61cd48deb75325183e230a3c33b345e8
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>