Commit 0382f4ba by 徐高华

test

parent 6a33791c
......@@ -30,6 +30,7 @@ public class MemberUnionRelatedServiceImpl implements MemberUnionRelatedService
dto.setCreateTime(new Date());
dto.setUpdateTime(new Date());
dto.setMemberUnionidRelatedId(StringUtil.randomUUID());
dto.setUnionid(null);
mapper.insert(EntityUtil.changeEntityByJSON(MemberUnionidRelated.class, dto));
return dto.getMemberUnionidRelatedId();
}
......
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