Commit b1fee3c9 by jianan

Merge remote-tracking branch 'origin/dev_20210330' into dev_20210330

parents 918c3f2f 63aa54bc
......@@ -307,6 +307,7 @@ public class LifeCommissionServiceImpl implements LifeCommissionService {
public QuerycheckBatchListResponseVO querycheckBatchList() {
QuerycheckBatchListResponseVO resp = new QuerycheckBatchListResponseVO();
try {
PageHelper.clearPage();//偶然遇到了这个问题,同一个查询结果一会是10个(预期),一会是真实个数(刷新/重启应用就又变成真实个数) 查看日志,发现了问题:结果为10个时查询SQL自动加上了Limit 10
List<String> checkBatchList = lifeCommissionMapper.querycheckBatchList();
// 将["2020-12","2020-11"]转为[{“key”:"2020-12","value":null}]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment