fix: 修改部门
parent
266f6bec1c
commit
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