xuhy
2 天以前 6f10b63b234bc7b562afdbf954e6b762d8568581
ruoyi-system/src/main/resources/mapper/system/TExperimentDispatchMapper.xml
@@ -44,6 +44,9 @@
            <if test="query.otherStatus !=null">
                and ted.status = #{query.otherStatus}
            </if>
            <if test="query.roleType != null and (query.roleType == 3 or query.roleType == 4 or query.roleType == 5)">
                AND ted.status != 3
            </if>
            <if test="query.dispatchIds != null and query.dispatchIds.size() > 0">
                and ted.id in
                <foreach item="item" collection="query.dispatchIds" separator="," close=")" index="index" open="(">