´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -265,8 +265,7 @@ return WebResponseContent.Instance.Error($"æªæ¾å°è·¯ç±é 置信æ¯"); } router = routers.FirstOrDefault(); string stationCode = router?.NextPosi ?? ""; Dt_StationManger? stationManger = _stationMangerRepository.QueryFirst(x => x.StationCode == stationCode); Dt_StationManger? stationManger = _stationMangerRepository.QueryData(x => true).FirstOrDefault(x=>x.StationCode== router?.NextPosi); if (stationManger == null) { return WebResponseContent.Instance.Error($"æªæ¾å°ç«å°é 置信æ¯");