Browse Source

用户记录供应商

huangzhiguo 2 years ago
parent
commit
1ebd839d42

+ 1 - 0
src/main/java/com/caimei365/tools/service/impl/CmBehaviorRecordServiceImpl.java

@@ -90,6 +90,7 @@ public class CmBehaviorRecordServiceImpl implements CmBehaviorRecordService {
                         }
                         }
                     }
                     }
                     // 页面标签
                     // 页面标签
+                    cmBehaviorRecordPo.setPageLabel("");
                     if (str.startsWith("pageLabel") && str.contains("=")) {
                     if (str.startsWith("pageLabel") && str.contains("=")) {
                         String[] split1 = str.split("=");
                         String[] split1 = str.split("=");
                         cmBehaviorRecordPo.setPageLabel("");
                         cmBehaviorRecordPo.setPageLabel("");