7 天以前 896b0d72abd1e312917e5216e8912f10875852fa
src/main/java/com/ruoyi/basic/service/impl/CustomerFollowUpServiceImpl.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ruoyi.basic.dto.CustomerFollowUpDto;
import com.ruoyi.basic.dto.CustomerFollowUpFileDto;
import com.ruoyi.basic.vo.CustomerFollowUpExportVo;
import com.ruoyi.basic.mapper.CustomerFollowUpMapper;
import com.ruoyi.basic.pojo.CustomerFollowUp;
import com.ruoyi.basic.pojo.CustomerFollowUpFile;
@@ -269,4 +270,9 @@
        return dto;
    }
    @Override
    public List<CustomerFollowUpExportVo> selectFollowUpExportList(String customerName, String customerType) {
        return baseMapper.selectFollowUpExportList(customerName, customerType);
    }
}