|
@@ -520,7 +520,7 @@ public class HelpActivityController extends BaseController {
|
520
|
520
|
})
|
521
|
521
|
@RequestMapping(value = "/wx/helpActivityAndGroup", method = RequestMethod.GET)
|
522
|
522
|
public ResponseBean wxhelpActivityAndGroup(HttpServletRequest request,
|
523
|
|
- @RequestParam(value = "buildingId",required = false) Integer buildingId,
|
|
523
|
+ @RequestParam(value = "buildingId",required = false) String buildingId,
|
524
|
524
|
@RequestParam(value = "type",required = false)Integer type) {
|
525
|
525
|
ResponseBean lsit = taHelpActivityService.wxhelpActivityAndGroup(getOrgId(request),type,buildingId);
|
526
|
526
|
return lsit;
|