mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
标签模板 获取分组标签模板列表 api方法名称修正
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ public class LabelTemplateController {
|
|||||||
@Operation(summary = "获得分组标签模板列表")
|
@Operation(summary = "获得分组标签模板列表")
|
||||||
@PreAuthorize("@ss.hasPermission('system:label-template:query')")
|
@PreAuthorize("@ss.hasPermission('system:label-template:query')")
|
||||||
@OperateLog(enable = false)
|
@OperateLog(enable = false)
|
||||||
public CommonResult<Map<String, List<LabelTemplateRespVO>>> getGroupList() {
|
public CommonResult<Map<String, List<LabelTemplateRespVO>>> getLabelTemplateGroupList() {
|
||||||
return success(labelTemplateService.getGroupList());
|
return success(labelTemplateService.getGroupList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user