Invalid bound statement (not found): com.ruoyi.basic.mapper.ClasstreeMapper.selectByflcode

【错误代码】
Invalid bound statement (not found): com.ruoyi.basic.mapper.ClasstreeMapper.selectByflcode

【解决方案】
需要在ClasstreeMapper.xml新增“带有SQL”的方法:

select * from classtree t
where t.flcode = #{flcode}

该解决方案主要针对若依框架的vue项目中。

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-02-22 22:08:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-02-22 22:08:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-02-22 22:08:01       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-02-22 22:08:01       20 阅读

热门阅读

  1. 多模态相关论文笔记

    2024-02-22 22:08:01       31 阅读
  2. react实现拖拽的插件

    2024-02-22 22:08:01       33 阅读
  3. 贪心算法的介绍

    2024-02-22 22:08:01       33 阅读
  4. RESTful API如何使用它构建 web 应用程序。

    2024-02-22 22:08:01       30 阅读
  5. 前端碎碎念

    2024-02-22 22:08:01       28 阅读
  6. 时域去噪:从理论到实践

    2024-02-22 22:08:01       29 阅读
  7. C++从入门到精通 第十六章(STL常用算法)

    2024-02-22 22:08:01       27 阅读
  8. Springboot整合第三方技术-消息

    2024-02-22 22:08:01       30 阅读
  9. 2024/2/20

    2024-02-22 22:08:01       25 阅读
  10. leetcode算法刷题——链表

    2024-02-22 22:08:01       27 阅读