Commit dd2ecd3a by 徐高华

会员接口加字段

parent 03825615
...@@ -1967,7 +1967,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -1967,7 +1967,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
qdto.setUserId(externalUserId); qdto.setUserId(externalUserId);
} }
if(StringUtils.isNotBlank(qwTime)) { if(StringUtils.isNotBlank(qwTime)) {
Date time = new Date(qwTime+"000"); Date time = new Date(Long.valueOf(qwTime)*1000l);
qdto.setAddTime(time); qdto.setAddTime(time);
} }
qdto.setSence(sence); qdto.setSence(sence);
......
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