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