分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-05-11 ccb5c15ee5cf72d8567997ae25fce6518fb63ae0
代码管理/WMS/WMS_Server/WIDESEA_WMS/Services/system/Partial/dt_stationinfoService.cs
@@ -180,7 +180,7 @@
            WebResponseContent content = new WebResponseContent();
            VOLContext volContext = new VOLContext();
            Idt_stationinfoRepository dsta = new dt_stationinfoRepository(volContext);
            string[] stationCodes = { "DD","S", "X", "W","A", "B", "C", "D01" };
            string[] stationCodes = { "A","S", "X", "W", "DD","B", "C", "D01"};
            List<Tuple<List<dt_stationinfo>, int>> responseData = new List<Tuple<List<dt_stationinfo>, int>>();
            foreach (string code in stationCodes)
            {