刘磊
20 小时以前 373c52bea19dd631687453b4d6cb711ccf55b73a
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();
        }
    }
}