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