md
This commit is contained in:
parent
a31237c91e
commit
2eb1fff509
@ -119,7 +119,7 @@ public class EmisDestinationController extends EmisBaseController
|
||||
return AjaxResult.error("参数错误,省份不能为空!");
|
||||
}
|
||||
|
||||
EmisDestination dest = emisDestinationService.calcDestSite(country,lineCode,province,city,county,address);
|
||||
EmisDestination dest = emisDestinationService.calcSendSite(country,lineCode,province,city,county,address);
|
||||
if(dest==null){
|
||||
return AjaxResult.error("联系客户,收件地不在服务范围!");
|
||||
}else{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user