ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/CustomConfigMapper.xml
@@ -83,4 +83,17 @@ <include refid="selectCustomConfigVo"/> WHERE del_flag = 0 AND key = #{key} </select> <select id="pageOperLog" resultType="com.ruoyi.system.domain.vo.MgtOperLogPageVo"> SELECT oper_time operTime, oper_name operName, oper_title operTitle, oper_ip operIp, oper_content operContent FROM sys_oper_log WHERE operator_type = 1 ORDER BY oper_time DESC </select> </mapper>