|
@@ -389,7 +389,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
|
389
|
389
|
}
|
390
|
390
|
|
391
|
391
|
@Override
|
392
|
|
- public IPage<TaRecommendCustomer>getCustomersIRecommended(int pageNumber, int pageSize,String customerId,String building){
|
|
392
|
+ public IPage<TaRecommendCustomer> getCustomersIRecommended(int pageNumber, int pageSize,String customerId,String building){
|
393
|
393
|
QueryWrapper<TaRecommendCustomer>queryWrapper = new QueryWrapper<>();
|
394
|
394
|
// todo
|
395
|
395
|
// 此处可能不是 person_id 而是 recommend_person
|