Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into develop

This commit is contained in:
DuanDongmei
2018-12-04 09:15:01 +08:00
72 changed files with 296 additions and 135 deletions

View File

@@ -114,6 +114,11 @@ public class RequestInfoService extends BaseService{
RequestInfo requestInfo=new RequestInfo();
return requestInfoDao.findAllList(requestInfo);
}
public List<RequestInfo> getAllLwhhRequestInfo(){
return requestInfoDao.findAllLwhhList();
}
public List<TaskInfo> showTask(TaskInfo taskInfo) {
return taskInfoDao.findList(taskInfo);