|
|
@@ -26,6 +26,7 @@ class ExpressController extends BaseController
|
|
|
if ($order->mainId != $this->mainId) {
|
|
|
util::fail('不是你的订单');
|
|
|
}
|
|
|
+ $mainId = $this->mainId;
|
|
|
$bizIdMap = dict::getDict('expressBizIdMap');
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$bizId = $bizIdMap[$mainId] ?? 0;
|