Merge branch 'feature/mall_product'
commit
cb280da42f
|
@ -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