Compare commits
No commits in common. "cb280da42f3069246a938c9e25fda9ad74157d1e" and "4ec7e8d409f5c1704ab8620f39dc21c6c249305e" have entirely different histories.
cb280da42f
...
4ec7e8d409
|
@ -188,7 +188,6 @@ 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