Your Name
2023-01-12 9038b49a04b173e6d9c035d625f8583eb183fd05
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>