BUG
jiangqs
2023-04-24 aa2eae024f8f251c8e2b9eace5351dea7e315ed7
hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java
@@ -2,11 +2,12 @@
import java.util.List;
import com.hrt.system.service.ISysOperLogService;
import org.springframework.beans.factory.annotation.Autowired;
import com.hrt.system.service.user.ISysOperLogService;
import org.springframework.stereotype.Service;
import com.hrt.system.api.domain.SysOperLog;
import com.hrt.system.mapper.SysOperLogMapper;
import com.hrt.system.mapper.user.SysOperLogMapper;
import javax.annotation.Resource;
/**
 * 操作日志 服务层处理
@@ -16,7 +17,7 @@
@Service
public class SysOperLogServiceImpl implements ISysOperLogService
{
    @Autowired
    @Resource
    private SysOperLogMapper operLogMapper;
    /**