|
|
@@ -858,7 +858,8 @@ public class AdminPatentApiController extends CertifyApiController {
|
|
|
* 待缴年登印费专利管理报表导出
|
|
|
*/
|
|
|
@RequestMapping(value = "/exportPending", method = RequestMethod.GET)
|
|
|
- public Result exportPending(Integer locationProvince, HttpServletResponse response) {
|
|
|
+ public Result exportPending(@RequestParam(name = "locationProvince", required = false) Integer locationProvince,
|
|
|
+ HttpServletResponse response) {
|
|
|
Result res = new Result();
|
|
|
@SuppressWarnings("unchecked")
|
|
|
List<PatentPendingBo> pendings = (List<PatentPendingBo>) getManagePendingPaymentList(locationProvince, 1, 1000)
|