|
|
@ -1,6 +1,7 @@ |
|
|
|
package com.yxt.anrui.crm.biz.crmcustomertemp; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.Wrapper; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Constants; |
|
|
@ -53,8 +54,6 @@ public interface CrmCustomerTempMapper extends BaseMapper<CrmCustomerTemp> { |
|
|
|
* 手机端获取客户管理列表 |
|
|
|
* |
|
|
|
* @param page |
|
|
|
* @param staffSid |
|
|
|
* @param name |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
IPage<AppCrmCustomerTempVo> getCustomerTempListByUserSid(IPage<AppCrmCustomerTempQuery> page, @Param(Constants.WRAPPER) Wrapper<CrmCustomerTemp> qw); |
|
|
@ -118,7 +117,7 @@ public interface CrmCustomerTempMapper extends BaseMapper<CrmCustomerTemp> { |
|
|
|
|
|
|
|
CrmCustomerTempVo selByMobile(@Param("mobile") String mobile); |
|
|
|
|
|
|
|
List<CrmCustomerTempListVo> selectCustomerList(@Param("orgSid") String orgSid, @Param("staffSid") String staffSid); |
|
|
|
List<CrmCustomerTempListVo> selectCustomerList(@Param(Constants.WRAPPER) QueryWrapper<CrmCustomerTempListQuery> qw); |
|
|
|
|
|
|
|
CrmCustomerTempVo selectNo(String customerNo); |
|
|
|
|
|
|
|