Commit c327236d by qwmqiuwenmin

fix

parent 88949e5f
......@@ -112,6 +112,7 @@ public class SelfFriendSyncOperation implements BaseSyncOperation{
}
if(member == null){
preDealService.updateStatusByDataId(taskId, externalUserId, PreDealStatusEnum.exception.getVal(), "会员不存在");
return;
}
try {
pojo.setMemberId(member.getMemberId());
......
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