Compare commits
No commits in common. "7f1e499e895005d587e7b95fa4f620a7ce519948" and "977fac06efc8c5ec21f47c8b03a2d84907796a0d" have entirely different histories.
7f1e499e89
...
977fac06ef
@ -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