Compare commits
2 Commits
977fac06ef
...
7f1e499e89
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7f1e499e89 | ||
![]() |
d07c2bb3ad |
@ -123,7 +123,7 @@ public class BaseSupplierController {
|
|||||||
**/
|
**/
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
@Operation(summary = "获得所有供应商")
|
@Operation(summary = "获得所有供应商")
|
||||||
@PreAuthorize("@ss.hasPermission('supplier:base-supplier:query')")
|
// @PreAuthorize("@ss.hasPermission('supplier:base-supplier:query')")
|
||||||
public CommonResult<?> getBaseSupplierList(){
|
public CommonResult<?> getBaseSupplierList(){
|
||||||
return success(baseSupplierService.list());
|
return success(baseSupplierService.list());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user