springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/VolunteerActivitiesPeopleApi.java
@@ -262,8 +262,8 @@ @GetMapping("/VolunteerIntegralMerchant/queryList") public R VolunteerIntegralMerchantQueryList(@RequestParam("pageNum") int pageNum, @RequestParam("pageSize") int pageSize, @RequestParam("name") String name, @RequestParam("state") String state) @RequestParam(value = "name", required = false) String name, @RequestParam(value = "state", required = false) String state) { return volunteerActivitiesPeople.VolunteerIntegralMerchantQueryList(pageNum,pageSize,name,state); }