|
@@ -47,7 +47,7 @@ public class FirmInfoController {
|
|
|
@Operation(summary = "企业信息列表")
|
|
@Operation(summary = "企业信息列表")
|
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
|
@PreAuthorize("@ss.hasPerm('business:firmInfo:query')")
|
|
@PreAuthorize("@ss.hasPerm('business:firmInfo:query')")
|
|
|
- public Result<List<FirmInfoVO>> getFirmInfoList(FirmInfoQuery queryParams ) {
|
|
|
|
|
|
|
+ public Result<List<FirmInfoVO>> getFirmInfoList() {
|
|
|
List<FirmInfoVO> result = firmInfoConverter.toVO(firmInfoService.list());
|
|
List<FirmInfoVO> result = firmInfoConverter.toVO(firmInfoService.list());
|
|
|
return Result.success(result);
|
|
return Result.success(result);
|
|
|
}
|
|
}
|