Commit d283c50f by 王祖波

fix

parent 5e21b5c7
......@@ -72,7 +72,7 @@ public class InteractRecordBuilder {
if (instance != null) {
String shareSourceMessage = shareSource != null && StringUtils.isNotBlank(ShareCustomerSourceType.getDesc(shareSource)) ?
"使用" + ShareCustomerSourceType.getDesc(shareSource) : "";
String text = String.format(instance.getDesc(), ShareBizType.getDescWithCode(bizType), shareSourceMessage);
String text = String.format(instance.getDesc(), shareSourceMessage,ShareBizType.getDescWithCode(bizType));
if (MaterialInteractRecordEventType.VISIT_PRODUCT.getCode().equals(eventType) && ShareBizType.GOODS.getCode().equals(bizType)) {
text = "浏览了你分享的商品";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment