This commit is contained in:
linfso 2024-07-15 12:01:57 +08:00
parent fa13f21b6b
commit ed3aa8b0f6

View File

@ -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{