jiangqs
2023-09-04 f79a327bd4e5d1511ac3b738530b0f5c63772aec
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();
    }
}