md
This commit is contained in:
parent
fdf002e44b
commit
6fea53dbab
@ -187,9 +187,9 @@ public class EmisDestinationServiceImpl implements IEmisDestinationService
|
||||
if(areaId!=null && areaId>0) {
|
||||
EmisCountryArea emisCountryArea =emisCountryAreaMapper.selectEmisCountryAreaById(areaId);
|
||||
if(emisCountryArea!=null){
|
||||
EmisDestination emisDestination = new EmisDestination();
|
||||
emisDestination.setSiteCode(emisCountryArea.getSiteCode());
|
||||
emisDestination.setSiteName(emisCountryArea.getSiteName());
|
||||
destination = new EmisDestination();
|
||||
destination.setSiteCode(emisCountryArea.getSiteCode());
|
||||
destination.setSiteName(emisCountryArea.getSiteName());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user