Fixed application hub issue

This commit is contained in:
nisha
2024-11-21 18:01:11 +05:30
parent c91fbffb50
commit aa37f7d3c3

View File

@@ -341,7 +341,7 @@ public class ApplicationDao {
builder.desc(builder.isNotNull(root.get(GepafinConstant.SUBMISSION_DATE))), builder.desc(builder.isNotNull(root.get(GepafinConstant.SUBMISSION_DATE))),
builder.desc(root.get(GepafinConstant.SUBMISSION_DATE)) builder.desc(root.get(GepafinConstant.SUBMISSION_DATE))
); );
predicate = builder.and(predicate, root.get("hubId").in(userEntity.getHub().getId()));
return predicate; return predicate;
}; };
} }