提交 9acb759a 编写于 作者: Crimson's avatar Crimson

usr代码,im更新ps状态(临时代码)

上级 77ac9e02
...@@ -105,7 +105,10 @@ public class UsrIMService extends IMService { ...@@ -105,7 +105,10 @@ public class UsrIMService extends IMService {
if ("finish".equals(type)) { if ("finish".equals(type)) {
ps.setPSId(im.getIMId()); ps.setPSId(im.getIMId());
ps = psService.get(ps.getPSId()); ps = psService.get(ps.getPSId());
if (ps != null) {
ps.setImstate("30"); ps.setImstate("30");
psService.update(ps.getPSId(), ps);
}
} }
data.put("rst", "1"); data.put("rst", "1");
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册