无关风月
2025-06-17 9e2da8d29be2a513ceab812d279534814dc545bb
ruoyi-system/src/main/resources/mapper/system/TKnowledgeMapper.xml
@@ -32,5 +32,12 @@
        and disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        order by create_time desc
    </select>
    <select id="pageListUser" resultType="com.ruoyi.system.applet.vo.KnowledgeVO">
        select  * from t_knowledge
        where 1=1
            and status = 1
        and disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        order by create_time desc
    </select>
</mapper>