|
|
|
@ -92,6 +92,9 @@ public class ExtRzjgqdServiceImpl extends MpBaseServiceImpl<ExtRzjgqdDao, ExtRzj |
|
|
|
|
json.put("total", pageInfo.getTotal()); |
|
|
|
|
|
|
|
|
|
if (resultList != null && resultList.size() > 0) { |
|
|
|
|
|
|
|
|
|
json.put("gfmc", resultList.get(0).getGfmc()); |
|
|
|
|
|
|
|
|
|
int start = (int)pageInfo.getStartRow(); |
|
|
|
|
for (int i = 0; i < resultList.size(); i++) { |
|
|
|
|
if (!StringHelper.isBlank(resultList.get(i).getJe())) { |
|
|
|
@ -146,7 +149,6 @@ public class ExtRzjgqdServiceImpl extends MpBaseServiceImpl<ExtRzjgqdDao, ExtRzj |
|
|
|
|
year = skssq.substring(0, 4); |
|
|
|
|
month = skssq.substring(4, 6); |
|
|
|
|
} |
|
|
|
|
json.put("gfmc", resultList.get(1).getGfmc()); |
|
|
|
|
json.put("gfsh", pramsMap.get("gfsh")); |
|
|
|
|
json.put("skssq", year + "年" + month + "月"); |
|
|
|
|
json.put("datalist", resultList); |
|
|
|
|