提交 73a035cc 编写于 作者: Crimson's avatar Crimson

imname传输

上级 3f367d81
...@@ -131,6 +131,7 @@ public class UsrIMServiceImpl extends IMServiceImpl { ...@@ -131,6 +131,7 @@ public class UsrIMServiceImpl extends IMServiceImpl {
JSONObject data = new JSONObject(); JSONObject data = new JSONObject();
data.put("proxymoduleid", "IM"); data.put("proxymoduleid", "IM");
data.put("proxydataid", im.getIMId()); data.put("proxydataid", im.getIMId());
data.put("proxydataname", im.getIMName());
data.put("loginuser", loginUser); data.put("loginuser", loginUser);
StartWFThread startWFThread = new StartWFThread("e3300d30bd7a736b2df727f2c5945348", data); StartWFThread startWFThread = new StartWFThread("e3300d30bd7a736b2df727f2c5945348", data);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册