Merge branch 'feature/mall_product'

pull/12/head
tangqian 2023-06-01 13:26:47 +08:00
commit cb280da42f
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();