|
|
@@ -451,19 +451,19 @@ namespace OASystem.API.Controllers
|
|
|
Dictionary<int, List<int>> keyValuePairs = new Dictionary<int, List<int>>();
|
|
|
|
|
|
// 四川
|
|
|
- keyValuePairs.Add(349, new List<int>() { 376, 378, 381, 387, 389, 1296 }); // 四川省级
|
|
|
- keyValuePairs.Add(350, new List<int>() { 377, 382, 388, 390, 1303 }); // 成都市级
|
|
|
+ keyValuePairs.Add(349, new List<int>() { 376, 378, 381, 389, 1296 }); // 四川省级
|
|
|
+ keyValuePairs.Add(350, new List<int>() { 377, 382, 390, 1303 }); // 成都市级
|
|
|
keyValuePairs.Add(348, new List<int>() { 387 }); // 四川地市州 - Explicitly assigning to ensure all source2 IDs are used
|
|
|
keyValuePairs.Add(701, new List<int>() { 388 }); // 成都区市县
|
|
|
|
|
|
// 云南
|
|
|
- keyValuePairs.Add(399, new List<int>() { 407, 408, 409, 410, 451 }); // 云南省级
|
|
|
+ keyValuePairs.Add(399, new List<int>() { 407, 408, 409, 451 }); // 云南省级
|
|
|
keyValuePairs.Add(400, new List<int>() { 449, 452, 453, 1297, 1304 }); // 昆明市级
|
|
|
keyValuePairs.Add(450, new List<int>() { 410 }); // 云南地市州
|
|
|
keyValuePairs.Add(566, new List<int>() { 567 }); // 昆明区市县
|
|
|
|
|
|
// 贵州
|
|
|
- keyValuePairs.Add(401, new List<int>() { 424, 426, 427, 428, 1298 }); // 贵州省级
|
|
|
+ keyValuePairs.Add(401, new List<int>() { 424, 426, 427, 1298 }); // 贵州省级
|
|
|
keyValuePairs.Add(402, new List<int>() { 425, 429, 1306, 1307, 1305 }); // 贵阳市级
|
|
|
keyValuePairs.Add(414, new List<int>() { 428 }); // 贵州地市州
|
|
|
//keyValuePairs.Add(1305, new List<int>() { /* Add relevant IDs if available */ }); // 贵阳区市县 - Placeholder for now
|
|
|
@@ -486,28 +486,28 @@ namespace OASystem.API.Controllers
|
|
|
|
|
|
|
|
|
// 陕西
|
|
|
- keyValuePairs.Add(585, new List<int>() { 588, 589, 590, 591, 1301 }); // 陕西省级
|
|
|
+ keyValuePairs.Add(585, new List<int>() { 588, 590, 591, 1301 }); // 陕西省级
|
|
|
keyValuePairs.Add(586, new List<int>() { 589 }); // 陕西地市州
|
|
|
keyValuePairs.Add(587, new List<int>() { 592, 593, 1309, 1310, 1308 }); // 西安市级
|
|
|
//keyValuePairs.Add(1308, new List<int>() { /* Add relevant IDs if available */ }); // 西安区市县 - Placeholder
|
|
|
|
|
|
|
|
|
// 宁夏
|
|
|
- keyValuePairs.Add(594, new List<int>() { 597, 598, 599, 600, 601, 1322 }); // 宁夏自治区 (Includes 地市州 and 区级)
|
|
|
+ keyValuePairs.Add(594, new List<int>() { 598, 599, 600, 601, 1322 }); // 宁夏自治区 (Includes 地市州 and 区级)
|
|
|
keyValuePairs.Add(595, new List<int>() { 597 }); // 宁夏地市州
|
|
|
keyValuePairs.Add(596, new List<int>() { 598, 599, 600, 603, 604, 602, 1323, 1324 }); // 银川市级 (Includes 区级)
|
|
|
//keyValuePairs.Add(602, new List<int>()); // 银川区市县 - No direct match, but could be considered covered by "区级"
|
|
|
|
|
|
|
|
|
// 甘肃
|
|
|
- keyValuePairs.Add(614, new List<int>() { 617, 618, 619, 620, 621, 1302 }); // 甘肃省级
|
|
|
+ keyValuePairs.Add(614, new List<int>() { 617, 619, 620, 621, 1302 }); // 甘肃省级
|
|
|
keyValuePairs.Add(615, new List<int>() { 618 }); // 甘肃地市州
|
|
|
keyValuePairs.Add(616, new List<int>() { 622, 623, 624, 1312, 1311 }); // 兰州市级
|
|
|
//keyValuePairs.Add(1311, new List<int>() { /* Add relevant IDs if available */ }); // 兰州区市县 - Placeholder
|
|
|
|
|
|
|
|
|
// 新疆
|
|
|
- keyValuePairs.Add(627, new List<int>() { 630, 631, 632, 1327, 1326, 1325 }); // 新疆自治区级
|
|
|
+ keyValuePairs.Add(627, new List<int>() { 630, 631, 632, 1327, 1325 }); // 新疆自治区级
|
|
|
keyValuePairs.Add(628, new List<int>() { 1326 }); // 新疆地市州 - No direct match
|
|
|
keyValuePairs.Add(629, new List<int>() { 633, 1331, 1330, 1329, 1328 }); // 乌鲁木齐市级
|
|
|
|