博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Parameter 'xxx' not found. Available parameters are [1, 0, param1, param2]
阅读量:3741 次
发布时间:2019-05-22

本文共 168 字,大约阅读时间需要 1 分钟。

框架是spring+mybatis。

dao层:public List<> findlist(String uuid,String portletid)

解决方法:public List<> findlist(@Param("uuid")String uuid,@Param("portletid")String portletid);   

你可能感兴趣的文章
2021-06-04msf结合漏扫模块suggester提权
查看>>
hdfs的api操作
查看>>
mapreduce的组成及原理
查看>>
大数据之Flume
查看>>
关于高可用配置hbase中出现的问题:Name or service not known
查看>>
centOs7下hadoop3.2.2namenode故障不自动转移
查看>>
在高可用的hive下执行bin/schematool -dbType mysql -initSchema报错
查看>>
hbase配置高可用
查看>>
linux下卸载和安装mysql
查看>>
在初始化namenode时:java.net.NoRouteToHostException: 没有到主机的路由;
查看>>
hive-hbase
查看>>
浅谈scala-API的基础概念及简单例子
查看>>
spark的历史服务器配置
查看>>
spark的API操作
查看>>
SparkSql
查看>>
SparkRdd-scala版本
查看>>
spark常见算子
查看>>
scala符号初体验
查看>>
kafka生产者常用参数含义
查看>>
mysql编写函数
查看>>