|
@@ -43,7 +43,7 @@ public class OrderCustomersController extends BaseController
|
|
|
@Value(value = "${ruoyi.cloudPath}")
|
|
|
private String cloudPath;
|
|
|
|
|
|
- @RequiresPermissions("system:customers:view")
|
|
|
+ @RequiresPermissions("order:customers:view")
|
|
|
@GetMapping()
|
|
|
public String customers()
|
|
|
{
|
|
@@ -51,7 +51,7 @@ public class OrderCustomersController extends BaseController
|
|
|
}
|
|
|
|
|
|
|
|
|
- @RequiresPermissions("system:customers:list")
|
|
|
+ @RequiresPermissions("order:customers:list")
|
|
|
@PostMapping("/list")
|
|
|
@ResponseBody
|
|
|
public Object list(HttpServletRequest request)
|