md
This commit is contained in:
parent
fa13f21b6b
commit
ed3aa8b0f6
@ -82,7 +82,7 @@ public class DestinationController extends BaseController
|
||||
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