xiaojiao
2 天以前 2c69e642303e9f9c3b2e37194c4c6cdf7e1b3001
项目代码/WIDESEA_WCSServer/WIDESEAWCS_BasicInfoService/Dt_StationManagerService.cs
@@ -53,7 +53,7 @@
        public List<Dt_StationManager> GetAllStationByDeviceCode(string DeviceCode)
        {
            return BaseDal.QueryData(x => x.stationDeviceCode == DeviceCode && x.stationStatus == "1").ToList();
            return BaseDal.QueryData(x => x.StationDeviceCode == DeviceCode && x.StationStatus == "1").ToList();
        }
    }
}