Commit 57e3d427 authored by dahai's avatar dahai

push

parent 66550f8c
...@@ -53,7 +53,6 @@ public class PersonPostServiceImpl implements PersonPostService { ...@@ -53,7 +53,6 @@ public class PersonPostServiceImpl implements PersonPostService {
personPostMapper.updateIsPost(fileId,creatTime); personPostMapper.updateIsPost(fileId,creatTime);
return true; return true;
} }
//TODO
@Override @Override
public List<PersonPostEntity> findPersonalData(String applicantName,String orderNumber,String state,String latticeMouthInformation,List<String> getToCounty,String uploadDate,String firstIndex,String pageSize){ public List<PersonPostEntity> findPersonalData(String applicantName,String orderNumber,String state,String latticeMouthInformation,List<String> getToCounty,String uploadDate,String firstIndex,String pageSize){
String str = null; String str = 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