ÏîÄ¿´úÂë/WCS/WCSServices/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -182,7 +182,7 @@ return WebResponseContent.Instance.Error($"æªæ¾å°ç«å°é 置信æ¯"); } //è·åè·¯ç±ä¿¡æ¯ List<Dt_Router> routers = _routerRepository.QueryData(x => x.InOutType == item.TaskType && (item.SourceAddress == x.StartPosi || item.RoadWay == x.StartPosi)); List<Dt_Router> routers = _routerRepository.QueryData(x => x.InOutType == item.TaskType && (item.SourceAddress == x.StartPosi || item.RoadWay == x.StartPosi) && x.Depth==1); router = routers.FirstOrDefault(); if (router == null) {