|
@@ -389,7 +389,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
389
|
389
|
TaPerson person = taPersonMapper.getById(channelReportDTO.getPersonId());
|
390
|
390
|
|
391
|
391
|
// 查询报备客户
|
392
|
|
- TaPerson reportPerson = taPersonMapper.getByPhone(channelReportDTO.getPhone());
|
|
392
|
+ TaPerson reportPerson = taPersonMapper.getByPhone(channelReportDTO.getPhone(), person.getMiniappId());
|
393
|
393
|
|
394
|
394
|
// 先查看在ta_recommend_customer 手机号是否存在
|
395
|
395
|
LambdaQueryWrapper<TaRecommendCustomer> queryWrapper = new LambdaQueryWrapper<>();
|
|
@@ -654,7 +654,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
654
|
654
|
TaPerson person = taPersonMapper.getById(averageReportDTO.getPersonId());
|
655
|
655
|
|
656
|
656
|
// 查询报备客户
|
657
|
|
- TaPerson reportPerson = taPersonMapper.getByPhone(averageReportDTO.getPhone());
|
|
657
|
+ TaPerson reportPerson = taPersonMapper.getByPhone(averageReportDTO.getPhone(), person.getMiniappId());
|
658
|
658
|
|
659
|
659
|
// 先查看在ta_recommend_customer 手机号是否存在
|
660
|
660
|
LambdaQueryWrapper<TaRecommendCustomer> queryWrapper = new LambdaQueryWrapper<>();
|