From 71c4e9ea55529bf8f851789313edfc7ab0889d14 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Wed, 02 Dec 2020 21:11:31 +0800
Subject: [PATCH] 人头统计代码优化

---
 zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html
index 57e1e13..623c959 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/analysis/customerFlow.html
@@ -170,7 +170,7 @@
         $.AjaxProxy({
             p: MForm.toJson("#serchform"),
             c: false,
-        }).invoke(basePath+"/admin/analysis/vipVisitCompare",
+        }).invoke(basePath+"/admin/analysis/customerHeadCompare",
             function (loj) {
                 var map = loj.getValue("mapInfo");
                 console.log(map);

--
Gitblit v1.9.1