|
@@ -90,7 +90,6 @@ 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("");
|