Commit db6ac17f by 墨竹

refactor:日志打印

parent 3f524550
......@@ -532,8 +532,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
MemberDTO member = null;
if (isHmUnionid) {
log.info("根据手机号查询会员:{},{}", enterpriseId, mobile);
if (StringUtils.isNotBlank(mobile)) {
log.info("根据手机号查询会员:{},{}", enterpriseId, mobile);
member = memberService.getMemberByPhone(enterpriseId, mobile);
}
}
......
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