Commit 0585f277 by fudahua

会员不存在 空指针异常 fix

parent 7b92b25c
......@@ -157,7 +157,8 @@ public class ExternalClerkRelatedServiceImpl implements ExternalClerkRelatedServ
mapper.updateMemberIdByMemberId(memberDTO.getMemberId(), memberId);
return memberDTO.getMemberId();
} catch (Exception e) {
logger.info("从搜索引擎中搜索会员数据异常, memberId : {}", memberId);
logger.info("异常:{}", e);
logger.info("从搜索引擎中搜索会员数据异常, memberId : {}", memberId);
}
return null;
}
......
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