|
|
@@ -41,10 +41,7 @@ public class InformAddresseeCO implements Serializable {
|
|
|
}
|
|
|
|
|
|
public List<String> getUserIds() {
|
|
|
- if (Boolean.TRUE.equals(informStrategy.getWechatApplet())) {
|
|
|
- return users.stream().map(KeycloakUserCO::getId).filter(StringUtils::isNotBlank).collect(Collectors.toList());
|
|
|
- }
|
|
|
- return Collections.emptyList();
|
|
|
+ return users.stream().map(KeycloakUserCO::getId).filter(StringUtils::isNotBlank).collect(Collectors.toList());
|
|
|
}
|
|
|
|
|
|
public List<String> getWeChatAppletAddressees() {
|