@@ -67,7 +67,7 @@ public class DinasOrganizationDaoImpl implements DinasOrganizationDao, DinasOrga
...
@@ -67,7 +67,7 @@ public class DinasOrganizationDaoImpl implements DinasOrganizationDao, DinasOrga
returntemplate.execute(session->{
returntemplate.execute(session->{
List<Map<String,Object>>result=newArrayList<>();
List<Map<String,Object>>result=newArrayList<>();
Stringhql="select f.following.id, f.following.name, f.following.code, f.following.address, f.following.type from "+ORGANIZATION_FOLLOWER_ENTITY+" as f where f.member.id =:id";
Stringhql="select f.following.id, f.following.name, f.following.code, f.following.address, f.following.department.id as departmentId, f.following.type from "+ORGANIZATION_FOLLOWER_ENTITY+" as f where f.member.id =:id";