fix: 修改部门

pull/9/head
tangqian 2023-06-01 13:26:31 +08:00
parent 266f6bec1c
commit 2fc7ef07f8
1 changed files with 1 additions and 0 deletions

View File

@ -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();