Commit 5eecc0ac authored by youxiaoji's avatar youxiaoji

+ [表单提交后不删除page信息]

parent 2a2462fd
...@@ -275,7 +275,7 @@ public class VisitorAppointmentTool { ...@@ -275,7 +275,7 @@ public class VisitorAppointmentTool {
} }
} }
infoCollectorService.clearValue(); infoCollectorService.clearValue();
infoCollectorService.clearInfo(pageId); //infoCollectorService.clearInfo(pageId);
String userId = toolContext.getContext().get("userId").toString(); String userId = toolContext.getContext().get("userId").toString();
String agentId = toolContext.getContext().get("agentId").toString(); String agentId = toolContext.getContext().get("agentId").toString();
chatService.removeChat(userId, agentId); chatService.removeChat(userId, agentId);
......
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