|
|
|
@@ -28,9 +28,8 @@ public class WxBusinessController extends BaseController { |
|
|
|
|
|
|
|
@ApiOperation("业态全列表接口") |
|
|
|
@GetMapping("listAll") |
|
|
|
public ResultData listAll(@RequestParam Integer filter) { |
|
|
|
final List<WxBusiness> busList = wxBusinessService.findListAll(getTenantId(),filter); |
|
|
|
return new ResultData(busList); |
|
|
|
public ResultData listAll(Integer filter) { |
|
|
|
return new ResultData(wxBusinessService.findListAll(getTenantId(),filter)); |
|
|
|
} |
|
|
|
|
|
|
|
} |