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