Commit 72b15c49 by qwmqiuwenmin

fix

parent f5289942
......@@ -21,7 +21,7 @@ public class MemberUnionRelatedServiceImpl implements MemberUnionRelatedService
@Override
public MemberUnionidRelatedDTO getByUnionId(String wxUserId, String unionid) {
return EntityUtil.changeEntityByJSON(mapper.getByUnionId(wxUserId,unionid),MemberUnionidRelated.class);
return EntityUtil.changeEntityByJSON(MemberUnionidRelatedDTO.class,mapper.getByUnionId(wxUserId,unionid));
}
@Override
......
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