1
huangxiaoqiang
2026-02-05 bfa85418f2da7b0f3570d7e44b203727c637b729
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/Partial/Method.cs
@@ -21,5 +21,10 @@
            return BaseDal.QueryFirst(x => x.stationChildCode == ChildCode && x.stationArea == area && x.stationStatus == "1");
        }
        public List<Dt_StationManager> GetStationInfoByOCV(string ChildCode, int stationType)
        {
            return BaseDal.QueryData(x => x.stationChildCode == ChildCode && x.stationType == stationType && x.stationStatus == "1").ToList();
        }
    }
}