20240120-ljl-routeConfig
ljl 10 months ago
parent d37a134c89
commit f321da2c4e

@ -609,7 +609,7 @@ class ExpressTplService extends AbstractService {
}
$companyCode = $this->logisticsPlatformDao->getCompanyCodeByLogisticsId($sysExpressTpl['logisticsId'], AppConst::appPlatformPdd);
$sysExpressTpl['logisticsCode'] = $companyCode;
$sysExpressTpl['logisticsName'] = $this->logisticsDao->getNameById($sysExpressTpl['logisitcsId']);
$sysExpressTpl['logisticsName'] = $this->logisticsDao->getNameById($sysExpressTpl['logisticsId']);
$serviceList = $this->getServiceList($sysExpressTpl['waybillType'], $companyCode);
return ['sysExpressTpl' => $sysExpressTpl, 'serviceList' => $serviceList];
}

Loading…
Cancel
Save