|
@@ -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;
|
|
|
|