(String receiveId)
| 667 | } |
| 668 | |
| 669 | public static List<String> fsToList(String receiveId){ |
| 670 | return Stream.of(receiveId.split("\\|")).collect(Collectors.toList()); |
| 671 | } |
| 672 | |
| 673 | /** |
| 674 | * list获取不重复的元素字段 |
nothing calls this directly
no outgoing calls
no test coverage detected