Commit 50f43cf1 by 徐高华

会员日志

parent 8cb41426
...@@ -134,7 +134,7 @@ public class WxUserAddLogServiceImpl implements WxUserAddLogService { ...@@ -134,7 +134,7 @@ public class WxUserAddLogServiceImpl implements WxUserAddLogService {
JSONObject memberObj = this.memberQueryService.queryDataSingle(enterpriseId, memberId, returnFields); JSONObject memberObj = this.memberQueryService.queryDataSingle(enterpriseId, memberId, returnFields);
if (null == memberObj) { if (null == memberObj) {
log.info("会员不存在,memberId={}", memberId); log.info("会员不存在,memberId={}", memberId);
return null; return entity;
} }
MemberDataDTO memberDataDTO = memberObj.toJavaObject(MemberDataDTO.class); MemberDataDTO memberDataDTO = memberObj.toJavaObject(MemberDataDTO.class);
entity.setMemberId(memberId); entity.setMemberId(memberId);
......
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