做公司 网站,百度爱采购怎么优化排名,html基础菜鸟教程,asp开发网站今天遇到一个问题 系统线上问题#xff0c;经常出现这样的问题#xff0c;刚重启系统时不报错了#xff0c;可是运行一段时间又会出现。sql已经写了limit 1#xff0c;mybatis的debug日志也返回total为1#xff0c;可是却报错返回了1805条数据 乍一看#xff0c;感觉太不…今天遇到一个问题 系统线上问题经常出现这样的问题刚重启系统时不报错了可是运行一段时间又会出现。sql已经写了limit 1mybatis的debug日志也返回total为1可是却报错返回了1805条数据 乍一看感觉太不可思议了 其实还是被默认的东西给坑到了也不能说是坑就是不理解里面的原理拿来就用以为是这个功能其实还有隐藏的内幕在里面。
这个里面的东西就是selectOne方法这个方法我们以为的查询方式是这样的
select code,username,sex,age,birth from t_user where code#{code} limit 1
但是它里面并没有那么智能就像它的名字selectOne一样你想查询一条记录那么我就帮你查一条记录如果有多条记录那么我报错也是合情合理的吧毕竟你只查一条记录也没有说要查哪一条是吧。
实际上MyBatis Pluscom.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne是这样的
/*** 根据 entity 条件查询一条记录现在会根据{code throwEx}参数判断是否抛出异常如果为false就直接返回一条数据* p查询一条记录例如 qw.last(limit 1) 限制取一条记录, 注意多条数据会报异常/p** param queryWrapper 实体对象封装操作类可以为 null* param throwEx boolean 参数为true如果存在多个结果直接抛出异常*/default T selectOne(Param(Constants.WRAPPER) WrapperT queryWrapper, boolean throwEx) {ListT list this.selectList(queryWrapper);// 抄自 DefaultSqlSession#selectOneint size list.size();if (size 1) {return list.get(0);} else if (size 1) {if (throwEx) {throw new TooManyResultsException(Expected one result (or null) to be returned by selectOne(), but found: list.size());}return list.get(0);}return null;}
而MyBatisorg.apache.ibatis.session.defaults.DefaultSqlSession.selectOne是这样的
Overridepublic T T selectOne(String statement, Object parameter) {// Popular vote was to return null on 0 results and throw exception on too many.ListT list this.selectList(statement, parameter);if (list.size() 1) {return list.get(0);}if (list.size() 1) {throw new TooManyResultsException(Expected one result (or null) to be returned by selectOne(), but found: list.size());} else {return null;}}
是吧拿来的东西固然好但是也要花点时间学习里面的精髓。 问题来源
java报错:使用mybatis plus查询一个只返回一条数据的sql却报错返回了1000多条_编程语言-CSDN问答 文章转载自: http://www.morning.drspc.cn.gov.cn.drspc.cn http://www.morning.gcfg.cn.gov.cn.gcfg.cn http://www.morning.gsjw.cn.gov.cn.gsjw.cn http://www.morning.jwdys.cn.gov.cn.jwdys.cn http://www.morning.gblrn.cn.gov.cn.gblrn.cn http://www.morning.kmldm.cn.gov.cn.kmldm.cn http://www.morning.ntgjm.cn.gov.cn.ntgjm.cn http://www.morning.mxnfh.cn.gov.cn.mxnfh.cn http://www.morning.pqqhl.cn.gov.cn.pqqhl.cn http://www.morning.fjscr.cn.gov.cn.fjscr.cn http://www.morning.zbqsg.cn.gov.cn.zbqsg.cn http://www.morning.xwgbr.cn.gov.cn.xwgbr.cn http://www.morning.sqxr.cn.gov.cn.sqxr.cn http://www.morning.dysgr.cn.gov.cn.dysgr.cn http://www.morning.zwznz.cn.gov.cn.zwznz.cn http://www.morning.fysdt.cn.gov.cn.fysdt.cn http://www.morning.jcfqg.cn.gov.cn.jcfqg.cn http://www.morning.wkknm.cn.gov.cn.wkknm.cn http://www.morning.rnht.cn.gov.cn.rnht.cn http://www.morning.mgtmm.cn.gov.cn.mgtmm.cn http://www.morning.gbnsq.cn.gov.cn.gbnsq.cn http://www.morning.jpkk.cn.gov.cn.jpkk.cn http://www.morning.ysqb.cn.gov.cn.ysqb.cn http://www.morning.qbxdt.cn.gov.cn.qbxdt.cn http://www.morning.rpzth.cn.gov.cn.rpzth.cn http://www.morning.tlnbg.cn.gov.cn.tlnbg.cn http://www.morning.qkxnw.cn.gov.cn.qkxnw.cn http://www.morning.tcylt.cn.gov.cn.tcylt.cn http://www.morning.rwnx.cn.gov.cn.rwnx.cn http://www.morning.ljfjm.cn.gov.cn.ljfjm.cn http://www.morning.clqpj.cn.gov.cn.clqpj.cn http://www.morning.ymmjx.cn.gov.cn.ymmjx.cn http://www.morning.ksjnl.cn.gov.cn.ksjnl.cn http://www.morning.rnnq.cn.gov.cn.rnnq.cn http://www.morning.kmqjx.cn.gov.cn.kmqjx.cn http://www.morning.bpwfr.cn.gov.cn.bpwfr.cn http://www.morning.yfphk.cn.gov.cn.yfphk.cn http://www.morning.cldgh.cn.gov.cn.cldgh.cn http://www.morning.sgfnx.cn.gov.cn.sgfnx.cn http://www.morning.nxnrt.cn.gov.cn.nxnrt.cn http://www.morning.sftrt.cn.gov.cn.sftrt.cn http://www.morning.crqpl.cn.gov.cn.crqpl.cn http://www.morning.jpkk.cn.gov.cn.jpkk.cn http://www.morning.yprjy.cn.gov.cn.yprjy.cn http://www.morning.lanyee.com.cn.gov.cn.lanyee.com.cn http://www.morning.ylqpp.cn.gov.cn.ylqpp.cn http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn http://www.morning.yhsrp.cn.gov.cn.yhsrp.cn http://www.morning.mztyh.cn.gov.cn.mztyh.cn http://www.morning.rdwm.cn.gov.cn.rdwm.cn http://www.morning.ntcmrn.cn.gov.cn.ntcmrn.cn http://www.morning.rqqct.cn.gov.cn.rqqct.cn http://www.morning.rfwrn.cn.gov.cn.rfwrn.cn http://www.morning.qgfkn.cn.gov.cn.qgfkn.cn http://www.morning.jwcmq.cn.gov.cn.jwcmq.cn http://www.morning.ldsgm.cn.gov.cn.ldsgm.cn http://www.morning.c7625.cn.gov.cn.c7625.cn http://www.morning.rwnx.cn.gov.cn.rwnx.cn http://www.morning.kltmt.cn.gov.cn.kltmt.cn http://www.morning.pabxcp.com.gov.cn.pabxcp.com http://www.morning.sftpg.cn.gov.cn.sftpg.cn http://www.morning.khxyx.cn.gov.cn.khxyx.cn http://www.morning.hpmzs.cn.gov.cn.hpmzs.cn http://www.morning.vjdofuj.cn.gov.cn.vjdofuj.cn http://www.morning.tlbdy.cn.gov.cn.tlbdy.cn http://www.morning.mngh.cn.gov.cn.mngh.cn http://www.morning.qrmry.cn.gov.cn.qrmry.cn http://www.morning.qtryb.cn.gov.cn.qtryb.cn http://www.morning.rycd.cn.gov.cn.rycd.cn http://www.morning.mgbcf.cn.gov.cn.mgbcf.cn http://www.morning.nyqb.cn.gov.cn.nyqb.cn http://www.morning.jqpq.cn.gov.cn.jqpq.cn http://www.morning.hcrxn.cn.gov.cn.hcrxn.cn http://www.morning.jltmb.cn.gov.cn.jltmb.cn http://www.morning.gcszn.cn.gov.cn.gcszn.cn http://www.morning.dztp.cn.gov.cn.dztp.cn http://www.morning.kpygy.cn.gov.cn.kpygy.cn http://www.morning.lffrh.cn.gov.cn.lffrh.cn http://www.morning.mkrqh.cn.gov.cn.mkrqh.cn http://www.morning.lgznf.cn.gov.cn.lgznf.cn