Commit f5165787 authored by dahai's avatar dahai

push

parent 96a15298
...@@ -26,5 +26,4 @@ public interface PersonPostService { ...@@ -26,5 +26,4 @@ public interface PersonPostService {
public boolean deletePersonalData(String applicantName,String orderNumber,String state,String latticeMouthInformation,List<String> getToCounty,String uploadDate); public boolean deletePersonalData(String applicantName,String orderNumber,String state,String latticeMouthInformation,List<String> getToCounty,String uploadDate);
public List<FileNameDicEntity> queryFileNameDic(String fileName, long analysisState, long currPage, long pageSize);
} }
...@@ -69,17 +69,17 @@ public class PersonPostServiceImpl implements PersonPostService { ...@@ -69,17 +69,17 @@ public class PersonPostServiceImpl implements PersonPostService {
return true; return true;
} }
/** // /**
* 查询个人邮寄信息 // * 查询个人邮寄信息
* @param fileName 文件名 // * @param fileName 文件名
* @param analysisState 解析时间 // * @param analysisState 解析时间
* @param currPage 当前页 // * @param currPage 当前页
* @param pageSize 每页数量 // * @param pageSize 每页数量
* @return // * @return
*/ // */
@Override // @Override
public List<FileNameDicEntity> queryFileNameDic(String fileName, long analysisState, long currPage, long pageSize) { // public List<FileNameDicEntity> queryFileNameDic(String fileName, long analysisState, long currPage, long pageSize) {
List<FileNameDicEntity> fileNameDicEntities = fileNameDicMapper.queryFileNameDic(fileName, analysisState, currPage, pageSize); //// List<FileNameDicEntity> fileNameDicEntities = fileNameDicMapper.queryFileNameDic(fileName, analysisState, currPage, pageSize);
return fileNameDicEntities; // return fileNameDicEntities;
} // }
} }
...@@ -54,6 +54,8 @@ public class TaskListServiceImpl implements TaskListService { ...@@ -54,6 +54,8 @@ public class TaskListServiceImpl implements TaskListService {
List<Map<String,Object>> list = new ArrayList<>(); List<Map<String,Object>> list = new ArrayList<>();
for (Object o :objects){ for (Object o :objects){
//TODO 组合JSON //TODO 组合JSON
} }
System.out.println(objects.toString()+"---------"); System.out.println(objects.toString()+"---------");
......
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