Compare commits
2 Commits
4ec7e8d409
...
cb280da42f
Author | SHA1 | Date |
---|---|---|
tangqian | cb280da42f | |
tangqian | 2fc7ef07f8 |
|
@ -188,6 +188,7 @@ public class PromoterServiceImpl implements PromoterService {
|
|||
if (!CollectionUtils.isEmpty(list)) {
|
||||
List<String> collect1 = list.stream().map(MemberUserDO::getMobile).collect(Collectors.toList());
|
||||
respVO.getFailureUsernames().put("电话号码:" + collect1, "重复");
|
||||
return respVO;
|
||||
}
|
||||
|
||||
List<DeptRespDTO> deptRespDTOList = deptApi.getDeptList();
|
||||
|
|
Loading…
Reference in New Issue