This commit is contained in:
parent
ca9f1086db
commit
1be60f8eb0
1 changed files with 1 additions and 2 deletions
|
|
@ -67,8 +67,7 @@ public enum ProviderMemberCategoryValidationRule implements IValidationRule<Imdg
|
|||
|
||||
if (ClearingCategory.P == categoryVal) {
|
||||
Collection<Long> categories = categoryImdg.getCollectionIdsByPredicate(predicateBuilder.and(
|
||||
predicateBuilder.equals("companyId", clearingMemberCategory.getCompanyId()),
|
||||
predicateBuilder.equals("clearingMemberCategory", ClearingCategory.P.getKey())
|
||||
predicateBuilder.equals("companyId", clearingMemberCategory.getCompanyId())
|
||||
));
|
||||
if (!categories.isEmpty()) {
|
||||
return Optional.of(new EnumMessage(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue