Ejemplo n.º 1
0
 @Override
 public int findUserNumByPhone(String phone, int userId) {
   return userMapper.findUserNumByPhoneExceptOne(userId, phone);
 }