|
@@ -129,7 +129,7 @@ public class TelephoneRobotServiceImpl implements ITelephoneRobotService {
|
|
|
//销售线索id查询
|
|
|
SaleRecordVo saleInfo = saleClueInfoMapper.selectSaleClueInfoById(sellerId.intValue());
|
|
|
if (saleInfo == null){
|
|
|
- log.info("销售线索查询为空---》》》线索id---{}",sellerId);
|
|
|
+ log.info("销售线索查询为空或已导入过联系方式---》》》线索id---{}",sellerId);
|
|
|
continue;
|
|
|
}
|
|
|
Map<String,Object> param = new HashMap<>();
|