Commit de320293 authored by dahai's avatar dahai

push

parent 0336b4d9
......@@ -31,7 +31,7 @@ public class queryPreproPerson {
List<PreproPersonEntity> preproPersonEntities = preproPersonService.selectPreproPerson(uploadNo, IDCard, oldFile, newFile, SSXQDM, cardType, state, uploadDate,currPage,pageSize);
Map<String,Object> map = new LinkedHashMap<>();
List<PreproPersonEntity> preproPersonEntityList = preproPersonService.selectPreproPersonCount(uploadNo, IDCard, oldFile, newFile, SSXQDM, cardType, state, uploadDate);
map.put("tatal",preproPersonEntityList.size());
map.put("total",preproPersonEntityList.size());
int youSum =0;
int puSum=0;
int invaildCount = 0;
......
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