|
@@ -359,7 +359,7 @@ public class TaPersonVisitRecordController extends BaseController {
|
359
|
359
|
taConsultantInfos.forEach(e ->{
|
360
|
360
|
Integer shareNum = iTaPersonVisitRecordService.countShareNumByEventType(getOrgId(request), e.getTargetId(), userId, (CommConstant.FAVOR_PROJECT.equals(e.getEventType()) ? "building" : e.getEventType()) + "_share");
|
361
|
361
|
switch (e.getEventType()){
|
362
|
|
- case CommConstant.FAVOR_PROJECT:
|
|
362
|
+ case CommConstant.FAVOR_ACTIVITY:
|
363
|
363
|
e.setActivityShareNum(shareNum);
|
364
|
364
|
break;
|
365
|
365
|
case CommConstant.POINTS_CHANGE_HELP:
|
|
@@ -371,7 +371,7 @@ public class TaPersonVisitRecordController extends BaseController {
|
371
|
371
|
case CommConstant.CAROUSEL_NEWS:
|
372
|
372
|
e.setNewsNum(shareNum);
|
373
|
373
|
break;
|
374
|
|
- case CommConstant.POSTER_CONTENT_TYPE_BUILDING:
|
|
374
|
+ case CommConstant.FAVOR_PROJECT:
|
375
|
375
|
e.setBuildingNum(shareNum);
|
376
|
376
|
break;
|
377
|
377
|
case CommConstant.EVENT_H5:
|