yuanrf 3 weeks ago
parent
commit
d1e866b178

+ 6 - 6
OASystem/OASystem.Api/Controllers/MarketCustomerResourcesController.cs

@@ -323,19 +323,19 @@ namespace OASystem.API.Controllers
             Dictionary<int, List<int>> keyValuePairs = new Dictionary<int, List<int>>();
             keyValuePairs.Add(419, new List<int>() //四川
             {
-                376,377,378,381,382,387,388,389,390,753,754
+                376,377,378,381,382,387,388,389,390,753,754,1296,1303
             });
             keyValuePairs.Add(420, new List<int>() //云南
             {
-                407,408,409,410,449,451,452,453,567,754
+                407,408,409,410,449,451,452,453,567,754,1297,1304
             });
-            keyValuePairs.Add(421, new List<int>() { 424, 425, 426, 427, 428, 429, 754 }); // 贵州
+            keyValuePairs.Add(421, new List<int>() { 424, 425, 426, 427, 428, 429, 754,1298, 1305,1307,1306 }); // 贵州
             keyValuePairs.Add(422, new List<int>() { 415, 416, 754 }); // 西藏
             keyValuePairs.Add(423, new List<int>() { 417, 418, 454, 456, 754 }); // 重庆
-            keyValuePairs.Add(578, new List<int>() { 581, 582, 583, 754 }); // 青海
-            keyValuePairs.Add(605, new List<int>() { 588, 589, 590, 591, 592, 593, 754 }); // 陕西
+            keyValuePairs.Add(578, new List<int>() { 581, 582, 583, 754,1299,1300 }); // 青海
+            keyValuePairs.Add(605, new List<int>() { 588, 589, 590, 591, 592, 593, 754,1301,1310,1309,1308 }); // 陕西
             keyValuePairs.Add(606, new List<int>() { 597, 598, 599, 600, 601, 602, 603, 604, 754 }); // 宁夏
-            keyValuePairs.Add(625, new List<int>() { 617, 618, 619, 620, 621, 622, 622, 623, 624, 754 }); // 甘肃
+            keyValuePairs.Add(625, new List<int>() { 617, 618, 619, 620, 621, 622, 622, 623, 624, 754,1302,1312,1311 }); // 甘肃
             keyValuePairs.Add(634, new List<int>() { 455, 630, 631, 632, 633, 754 }); // 新疆
 
             return keyValuePairs;