java110
2021-08-25 59f36e2501b2a4713a0cdf118e4736de77003511
java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
@@ -154,6 +154,12 @@
        <if test="id !=null and id != ''">
            and t.id = #{id}
        </if>
        <if test="ids != null">
            and t.id in
            <foreach collection="ids" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="createUserName !=null and createUserName != ''">
            and t.create_user_name = #{createUserName}
        </if>