|
@@ -654,7 +654,7 @@ namespace Sharing.DaoShu110.Controllers
|
|
|
//向业务系统推送消息
|
|
|
await _capPublisher.PublishAsync(Sharing.Share.Mq.EventNames.SharingPoliceReturn, feedbackDto, cancellationToken: HttpContext.RequestAborted);
|
|
|
}
|
|
|
- else if (policeReceiveChainDealDs.DisposalType == 3)//回访
|
|
|
+ else if (policeReceiveChainDealDs.DisposalType == 3)//回访
|
|
|
{
|
|
|
PublishVisitDto publishVisitDto = new()
|
|
|
{
|