|
@@ -84,7 +84,7 @@ namespace Hotline.Api.Controllers
|
|
|
exportTest.CityName = "泸州市";
|
|
|
|
|
|
//查询回访信息
|
|
|
- var visitData = await _orderVisitRepository.GetAsync(p => p.OrderId == order.Id, HttpContext.RequestAborted);
|
|
|
+ var visitData = await _orderVisitRepository.GetAsync(p => p.OrderId == order.Id && p.VisitState == EVisitState.Visited, HttpContext.RequestAborted);
|
|
|
if (visitData != null)
|
|
|
{
|
|
|
//回访明细
|