|
@@ -119,6 +119,7 @@ class ExpressController extends BaseController
|
|
|
if (empty($fhWlNo)) {
|
|
if (empty($fhWlNo)) {
|
|
|
util::fail('没有找到物流单');
|
|
util::fail('没有找到物流单');
|
|
|
}
|
|
}
|
|
|
|
|
+ $mainId = $this->mainId;
|
|
|
$bizIdMap = dict::getDict('expressBizIdMap');
|
|
$bizIdMap = dict::getDict('expressBizIdMap');
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$bizId = $bizIdMap[$mainId] ?? 0;
|
|
$bizId = $bizIdMap[$mainId] ?? 0;
|