diff --git a/renren-admin/src/main/java/io/renren/modules/processForm/controller/TAbilityApplicationController.java b/renren-admin/src/main/java/io/renren/modules/processForm/controller/TAbilityApplicationController.java index f137fb45..3d329a50 100644 --- a/renren-admin/src/main/java/io/renren/modules/processForm/controller/TAbilityApplicationController.java +++ b/renren-admin/src/main/java/io/renren/modules/processForm/controller/TAbilityApplicationController.java @@ -803,7 +803,7 @@ public class TAbilityApplicationController { temp.put("createDate", index.getCreateDate()); temp.put("system", index.getSystem()); temp.put("resourceId", index.getResourceId()); - ResourceDTO resourceDTO = resourceService.get(Long.parseLong(index.getResourceId())); + ResourceDTO resourceDTO = resourceService.selectWithAttrs(Long.parseLong(index.getResourceId())); if ("应用资源".equals(resourceDTO.getType())) { temp.put("resourceTYpe", "应用资源"); } else if ("组件服务".equals(resourceDTO.getType())) {