Commit d2fb943d authored by 赵啸非's avatar 赵啸非

优化窗口业务查询

parent ab277a32
...@@ -53,11 +53,11 @@ public class BuryPointController extends BaseJsonBodyController { ...@@ -53,11 +53,11 @@ public class BuryPointController extends BaseJsonBodyController {
String busiDesc = "保存页面数据埋点信息"; String busiDesc = "保存页面数据埋点信息";
try { try {
validData(pdu); validData(pdu);
// cacheService.lpush(KEY_BURY_POINT_CACHE,pdu); cacheService.lpush(KEY_BURY_POINT_CACHE,pdu);
pageAccessService.saveByPdu(pdu); // pageAccessService.saveByPdu(pdu);
pageAccessDepthService.saveByPdu(pdu); // pageAccessDepthService.saveByPdu(pdu);
pageEventService.saveByPdu(pdu); // pageEventService.saveByPdu(pdu);
pageRouteService.saveByPdu(pdu); // pageRouteService.saveByPdu(pdu);
model.put("message_info", busiDesc + "成功"); model.put("message_info", busiDesc + "成功");
this.recordSysLog(this.request, busiDesc + " 【成功】"); this.recordSysLog(this.request, busiDesc + " 【成功】");
} catch (Exception e) { } catch (Exception e) {
......
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