|
@@ -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("");
|