md
This commit is contained in:
parent
0f06870cff
commit
2ac93a7837
@ -235,7 +235,7 @@ public class EmisBaseService {
|
||||
* @param address
|
||||
* @return
|
||||
*/
|
||||
public EmisDestination calcDestSite(String country,String lineCode, String province, String city, String county, String address) {
|
||||
public EmisDestination calcDestSiteByBase(String country,String lineCode, String province, String city, String county, String address) {
|
||||
|
||||
// 目前只根据目的省份获取目的地
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ public class EmisDestinationServiceImpl extends EmisBaseService implements IEmis
|
||||
*/
|
||||
@Override
|
||||
public EmisDestination calcDestSite(String country,String lineCode, String province, String city, String county, String address) {
|
||||
return calcDestSite(country,lineCode,province,city,county,address);
|
||||
return calcDestSiteByBase(country,lineCode,province,city,county,address);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user