摘要: https://blog.csdn.net/w405722907/article/details/78561995 order by 字段需注意,null排第一位 select * from ( select t.*, row_number() over(partition by t.ywh ORD 阅读全文
posted @ 2019-12-13 16:25 覃上 阅读(708) 评论(0) 推荐(0) 编辑
摘要: 因为要根据不同的数据源查询数据,mapper中的方法除了数据源不一样,其他基本一致,而且未来要拓展新的数据源,因此想到使用反射。代码如下:public Map commonGetCountyCount(Mapper mapper,String sql,String methodName, Strin 阅读全文
posted @ 2019-12-13 13:46 覃上 阅读(252) 评论(0) 推荐(0) 编辑