Antiloveg 8 년 전
부모
커밋
e389b0a4dc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/java/com/goafanti/admin/controller/AdminPatentApiController.java

+ 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));