Pu Zhibing
2025-04-01 8444084e6aa11efa23287e7f82474ac22378a5c4
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/sys/SysOperLogServiceImpl.java
@@ -1,11 +1,12 @@
package com.ruoyi.system.service.impl.sys;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ruoyi.system.api.domain.poji.sys.SysOperLog;
import com.ruoyi.system.mapper.sys.SysOperLogMapper;
import com.ruoyi.system.service.sys.ISysOperLogService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
 * 操作日志 服务层处理
@@ -74,4 +75,7 @@
    {
        operLogMapper.cleanOperLog();
    }
}