mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-15 06:02:06 +08:00
url修改
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ public class MachineTemplateController {
|
|||||||
return success(machineTemplateService.authTemplatePage(page));
|
return success(machineTemplateService.authTemplatePage(page));
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("org-auth-template")
|
@PostMapping("organ-auth-template")
|
||||||
@Operation(summary = "组织模板授权")
|
@Operation(summary = "组织模板授权")
|
||||||
@PreAuthorize("@ss.hasPermission('machine-template::query')")
|
@PreAuthorize("@ss.hasPermission('machine-template::query')")
|
||||||
public CommonResult<Boolean> auth(@RequestBody MachineOrgAuthReq vo) {
|
public CommonResult<Boolean> auth(@RequestBody MachineOrgAuthReq vo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user