jiangqs
2023-04-17 ee8f800bb7a270c6347ff40a7197cdc5fc479f26
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;
    /**