Antiloveg 8 years ago
parent
commit
e389b0a4dc

+ 2 - 1
src/main/java/com/goafanti/admin/controller/AdminPatentApiController.java

@@ -841,7 +841,8 @@ public class AdminPatentApiController extends CertifyApiController {
 			@RequestParam(name = "patentState", required = false) String patentState,
 			@RequestParam(name = "createTime[]", required = false) String[] createTime,
 			@RequestParam(name = "patentApplicationDate[]", required = false) String[] patentApplicationDate,
-			String author, HttpServletResponse response) throws ParseException {
+			@RequestParam(name = "author", required = false) String author, HttpServletResponse response)
+			throws ParseException {
 		Result res = new Result();
 
 		Integer sn = (!StringUtils.isNumeric(serialNumber) ? null : Integer.parseInt(serialNumber));