Compare commits

..

No commits in common. "6929e5cd3ef4316738a4c86684107b15e7bbe6c8" and "29c406e2d8c7eb168c78927e80dedbce85ed2d6d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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.selectWithAttrs(Long.parseLong(index.getResourceId()));
ResourceDTO resourceDTO = resourceService.get(Long.parseLong(index.getResourceId()));
if ("应用资源".equals(resourceDTO.getType())) {
temp.put("resourceTYpe", "应用资源");
} else if ("组件服务".equals(resourceDTO.getType())) {