Commit 2f1195f3 authored by jiaorz's avatar jiaorz

注册接口修改

parent 849aceec
......@@ -566,8 +566,8 @@ public class Msg {
Msg entity = new Msg();
entity.id = ObjectId.get();
entity.userId = user.getUserId();
if(10000==user.getUserId())
entity.userId = Integer.parseInt(user.getId().toString());
if("10000" ==user.getId().toString())
entity.nickname ="客服公众号";
else
entity.nickname = user.getNickname();
......
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