|
@@ -55,7 +55,7 @@ public class CmBehaviorRecordServiceImpl implements CmBehaviorRecordService {
|
|
|
}
|
|
|
cmBehaviorRecord.setLabels(labels);
|
|
|
//"深圳艾斯佰丽生物科技有限公司".equals(cmBehaviorRecord.getSpName())
|
|
|
- if ("小九九专用测试公司".equals(cmBehaviorRecord.getRelevanceShop()) || "小九九专用测试公司".equals(cmBehaviorRecord.getCorporateName())) {
|
|
|
+ if ("深圳艾斯佰丽生物科技有限公司".equals(cmBehaviorRecord.getRelevanceShop())) {
|
|
|
behaviorType = "2";
|
|
|
}
|
|
|
cmBehaviorRecord.setBehaviorType(behaviorType);
|
|
@@ -130,6 +130,9 @@ public class CmBehaviorRecordServiceImpl implements CmBehaviorRecordService {
|
|
|
// 计算访问时长,填入信息
|
|
|
recordList.forEach(r -> {
|
|
|
r.setProductImage(AppUtils.getImageURL("product", r.getProductImage(), 0, ""));
|
|
|
+ if (!r.getProductImage().contains("https")) {
|
|
|
+ r.setProductImage("https://admin.caimei365.com/" + r.getProductImage());
|
|
|
+ }
|
|
|
String time = calculationTime(r.getAccessDuration());
|
|
|
r.setAccessDuration(time);
|
|
|
String decode = null;
|