Commit fad7c484 by fudahua

登录信息

parent f6c43058
......@@ -724,7 +724,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
} else {
String memberUnionidRelatedId = memberUnionRelatedService.addMemberUnionidRelated(dto);
dto.setMemberUnionidRelatedId(memberUnionidRelatedId);
RedisUtil.setCache(key, JSONObject.toJSONString(dto), 60L);
RedisUtil.setCache(key, dto, 60L);
RedisUtil.unlock(lockKey);
return null;
}
......
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