|
public interface OrganizationService extends BaseService<Integer, Organization> {
|
|
public interface OrganizationService extends BaseService<Integer, Organization> {
|
|
- Set<Integer> EXCLUDE_ORGAN_IDS = new HashSet<>(Arrays.asList(36,38,39,41,42,43,44,45,46,47,48,49,50,52,54,55,56));
|
|
|
|
|
|
+ Set<Integer> EXCLUDE_ORGAN_IDS = new HashSet<>(Arrays.asList(36,38,39,41,42,43,44,45,46,47,48,49,50,52,54,55,56,2,27,22,24));
|