|
@@ -954,7 +954,9 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
954
|
954
|
|
955
|
955
|
//授权手机给推广人加积分
|
956
|
956
|
String sharePersonId = getSharePersonFrom(person);
|
957
|
|
- if (validateSceneId(customerFrom.getSceneId()) && !StringUtils.isEmpty(sharePersonId)){
|
|
957
|
+ // 2020年5月29日 不清楚加场景限制的原因, 与芳芳讨论 先取消这个限制
|
|
958
|
+// if (validateSceneId(customerFrom.getSceneId()) && !StringUtils.isEmpty(sharePersonId)){
|
|
959
|
+ if (!StringUtils.isEmpty(promoter) || !StringUtils.isEmpty(sharePersonId)){
|
958
|
960
|
applicationContext.publishEvent(new EventBus(promoter != null ? promoter : sharePersonId, EventBus.EventType.SharePosterAll, orgId));
|
959
|
961
|
}
|
960
|
962
|
}
|