liujie
4 天以前 b832327f508412c7297442365937fa26c6d2c0f6
ruoyi-system/src/main/resources/mapper/system/TSysEducationalInfoMapper.xml
@@ -55,9 +55,7 @@
            <if test="query.showType != null">
                and show_type = #{query.showType}
            </if>
            <if test="query.status != null">
                and status = #{query.status}
            </if>
            AND status = 1
            and show_type in (1,3)
            AND disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        </where>