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