|
@@ -357,7 +357,7 @@ public class TaPersonVisitRecordController extends BaseController {
|
357
|
357
|
|
358
|
358
|
List<TaConsultantInfo> taConsultantInfos = result.getRecords();
|
359
|
359
|
taConsultantInfos.forEach(e ->{
|
360
|
|
- Integer shareNum = iTaPersonVisitRecordService.countShareNumByEventType(e.getTargetId(), userId, (CommConstant.FAVOR_PROJECT.equals(e.getEventType()) ? "building" : e.getEventType()) + "_share");
|
|
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
|
362
|
case CommConstant.FAVOR_PROJECT:
|
363
|
363
|
e.setActivityShareNum(shareNum);
|