|
@@ -10,7 +10,6 @@ import com.huiju.estateagents.excel.*;
|
10
|
10
|
import org.apache.ibatis.annotations.Mapper;
|
11
|
11
|
import org.apache.ibatis.annotations.Param;
|
12
|
12
|
|
13
|
|
-import java.time.LocalDateTime;
|
14
|
13
|
import java.util.List;
|
15
|
14
|
import java.util.Map;
|
16
|
15
|
|
|
@@ -46,9 +45,10 @@ public interface TaRecommendCustomerMapper extends BaseMapper<TaRecommendCustome
|
46
|
45
|
* @param entryType
|
47
|
46
|
* @param verifyStatus
|
48
|
47
|
* @param sex
|
|
48
|
+ * @param personBuildingList
|
49
|
49
|
* @return
|
50
|
50
|
*/
|
51
|
|
- IPage<TaPerson> getPublicCustomerList(IPage<TaPerson> page, @Param("name") String name, @Param("tel") String tel,@Param("entryType") String entryType,@Param("verifyStatus") String verifyStatus,@Param("sex") Integer sex, @Param("orgId") Integer orgId,@Param("consultTel")String consultTel,@Param("sceneType") String sceneType);
|
|
51
|
+ IPage<TaPerson> getPublicCustomerList(IPage<TaPerson> page, @Param("name") String name, @Param("tel") String tel, @Param("entryType") String entryType, @Param("verifyStatus") String verifyStatus, @Param("sex") Integer sex, @Param("orgId") Integer orgId, @Param("consultTel") String consultTel, @Param("sceneType") String sceneType,@Param("personBuildingList") List<TaPersonBuilding> personBuildingList);
|
52
|
52
|
|
53
|
53
|
/**
|
54
|
54
|
* 导出数据 获取推荐用户数据
|