feat(REQ-2106): TatgetUserEnum
This commit is contained in:
parent
9199677115
commit
47928d8a66
@ -22,7 +22,7 @@ import java.util.stream.Collectors;
|
||||
@AllArgsConstructor
|
||||
public enum MaterialTargetUserTypeEnum {
|
||||
|
||||
ALL("ALL_USER", "全部用户") {
|
||||
ALL("ALL", "全部用户") {
|
||||
@Override
|
||||
public boolean isDeliverRequired(List<Long> workspaceIds, List<Long> ouIds, List<String> jobCodes, JoinedWorkspaceOuJob workspaceOuJob) {
|
||||
return true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user