Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -798,7 +798,7 @@ public class ContractDistributorStandardController extends DefaultBaseController | @@ -798,7 +798,7 @@ public class ContractDistributorStandardController extends DefaultBaseController | ||
| 798 | if (cityDto == null || StringUtils.isBlank(cityDto.getName())) { | 798 | if (cityDto == null || StringUtils.isBlank(cityDto.getName())) { |
| 799 | continue; | 799 | continue; |
| 800 | } | 800 | } |
| 801 | - destinationBuilder.append(cityDto.getName()).append(","); | 801 | + destinationBuilder.append(cityDto.getName()).append("/"); |
| 802 | } | 802 | } |
| 803 | if (destinationBuilder.length() > 0) { | 803 | if (destinationBuilder.length() > 0) { |
| 804 | destinationBuilder.setLength(destinationBuilder.length() - 1); | 804 | destinationBuilder.setLength(destinationBuilder.length() - 1); |