hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java
@@ -8,6 +8,8 @@ import com.hrt.system.api.domain.SysOperLog; import com.hrt.system.mapper.SysOperLogMapper; import javax.annotation.Resource; /** * 操作日志 服务层处理 * @@ -16,7 +18,7 @@ @Service public class SysOperLogServiceImpl implements ISysOperLogService { @Autowired @Resource private SysOperLogMapper operLogMapper; /**