Commit 14ea80a5 authored by 赵啸非's avatar 赵啸非

优化窗口业务查询

parent 77b2838c
......@@ -13,13 +13,8 @@ import org.springframework.stereotype.Component;
import static com.mortals.xhx.common.key.RedisKey.KEY_BURY_POINT_CACHE;
/**
* 下发消息
*
* @author: zxfei
* @date: 2023/11/8 23:45
*/
@Component
//@Component
@Slf4j
public class ComsumerBurySaveService implements IApplicationStartedService {
......
......@@ -53,11 +53,11 @@ public class BuryPointController extends BaseJsonBodyController {
String busiDesc = "保存页面数据埋点信息";
try {
validData(pdu);
cacheService.lpush(KEY_BURY_POINT_CACHE,pdu);
// pageAccessService.saveByPdu(pdu);
// pageAccessDepthService.saveByPdu(pdu);
// pageEventService.saveByPdu(pdu);
// pageRouteService.saveByPdu(pdu);
// cacheService.lpush(KEY_BURY_POINT_CACHE,pdu);
pageAccessService.saveByPdu(pdu);
pageAccessDepthService.saveByPdu(pdu);
pageEventService.saveByPdu(pdu);
pageRouteService.saveByPdu(pdu);
model.put("message_info", busiDesc + "成功");
this.recordSysLog(this.request, busiDesc + " 【成功】");
} 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