|
|
@@ -3,7 +3,6 @@ package com.goafanti.patent.controller;
|
|
|
import java.util.LinkedHashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
-import java.util.TreeMap;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
@@ -28,7 +27,6 @@ import com.goafanti.common.enums.PatentInfoFields;
|
|
|
import com.goafanti.common.enums.PatentInfoStatus;
|
|
|
import com.goafanti.common.model.Admin;
|
|
|
import com.goafanti.common.model.AftFile;
|
|
|
-import com.goafanti.common.model.OrganizationIdentity;
|
|
|
import com.goafanti.common.model.PatentInfo;
|
|
|
import com.goafanti.common.model.PatentLog;
|
|
|
import com.goafanti.common.model.User;
|
|
|
@@ -298,7 +296,7 @@ public class PatentApiController extends CertifyApiController {
|
|
|
|
|
|
/**
|
|
|
* 获取公司
|
|
|
- */
|
|
|
+ *//*
|
|
|
@RequestMapping(value = "/getUnitNames", method = RequestMethod.GET)
|
|
|
public Result getUnitNames() {
|
|
|
Result res = new Result();
|
|
|
@@ -309,7 +307,7 @@ public class PatentApiController extends CertifyApiController {
|
|
|
}
|
|
|
res.setData(map);
|
|
|
return res;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
|
* 获取管理员
|