Commit 20f2f3a1 authored by xiaoguang.xu's avatar xiaoguang.xu

remove todo

parent d0838068
...@@ -46,7 +46,6 @@ public class UserServiceImpl implements IUserService { ...@@ -46,7 +46,6 @@ public class UserServiceImpl implements IUserService {
return userRepository.findByPhoneNo(phone); return userRepository.findByPhoneNo(phone);
} }
//todo 这tmd是在干什么
@Override @Override
public Map<Long, String> findPhoneByIdsInDb(List<Long> userIds) { public Map<Long, String> findPhoneByIdsInDb(List<Long> userIds) {
if (CollectionUtils.isEmpty(userIds)) { if (CollectionUtils.isEmpty(userIds)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment