|
@@ -126,7 +126,7 @@ public class GroupingController {
|
|
groupingService.Insert(g);
|
|
groupingService.Insert(g);
|
|
}
|
|
}
|
|
|
|
|
|
- TrailController.Insert(adminService, trailService, request, "grouping", grouping.getId(), " 新建资源分组:" + grouping.toString());
|
|
|
|
|
|
+ TrailController.Insert(adminService, trailService, request, "grouping", grouping.getId(), " 新建资源分组:" + grouping.getName());
|
|
|
|
|
|
HttpUtil.responseOkData(request, response, grouping);
|
|
HttpUtil.responseOkData(request, response, grouping);
|
|
return;
|
|
return;
|
|
@@ -144,7 +144,7 @@ public class GroupingController {
|
|
grouping.setHasSon(true);
|
|
grouping.setHasSon(true);
|
|
grouping = groupingService.Insert(grouping);
|
|
grouping = groupingService.Insert(grouping);
|
|
|
|
|
|
- TrailController.Insert(adminService, trailService, request, "grouping", grouping.getId(), " 更新资源分组:" + grouping.toString());
|
|
|
|
|
|
+ TrailController.Insert(adminService, trailService, request, "grouping", grouping.getId(), " 更新资源分组:" + grouping.getName());
|
|
|
|
|
|
HttpUtil.responseOkData(request, response, grouping);
|
|
HttpUtil.responseOkData(request, response, grouping);
|
|
return;
|
|
return;
|
|
@@ -167,7 +167,7 @@ public class GroupingController {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- TrailController.Insert(adminService, trailService, request, "grouping", grouping.getId(), " 删除资源分组:" + grouping.toString());
|
|
|
|
|
|
+ TrailController.Insert(adminService, trailService, request, "grouping", grouping.getId(), " 删除资源分组:" + grouping.getName());
|
|
|
|
|
|
HttpUtil.responseOk(request, response);
|
|
HttpUtil.responseOk(request, response);
|
|
return;
|
|
return;
|