Fixed application hub issue
This commit is contained in:
@@ -341,7 +341,7 @@ public class ApplicationDao {
|
||||
builder.desc(builder.isNotNull(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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user