tangjiang 10 月之前
父节点
当前提交
9d651c2e7a
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/DataSharing.Application/Receivers/ProvinceReceiver.cs

+ 5 - 5
src/DataSharing.Application/Receivers/ProvinceReceiver.cs

@@ -1257,18 +1257,18 @@ namespace DataSharing.Application.Receivers
                 string areaCode = _channelConfigurationManager.GetConfigurationCityCode().AreaCode;
                 //判断推送市州
                 string PlatformSource = "";
-                switch (areaCode)
+                switch (dto.TranspondCityValue)
                 {
-                    case "510500":  //转泸州12345
+                    case "TranspondCityLZ12345":  //转泸州12345
                         PlatformSource = "CityDataExchangeLz";
                         break;
-                    case "510300"://转自贡12345
+                    case "TranspondCityZG12345"://转自贡12345
                         PlatformSource = "CityDataExchangeZG";
                         break;
-                    case "511500"://转宜宾12345
+                    case "TranspondCityYB12345"://转宜宾12345
                         PlatformSource = "CityDataExchangeYB";
                         break;
-                    case "511000"://转内江12345
+                    case "TranspondCityNJ12345"://转内江12345
                         PlatformSource = "CityDataExchangeNJ";
                         break;