|
|
@@ -18,6 +18,7 @@ use common\components\dateUtil;
|
|
|
use common\components\dict;
|
|
|
use common\components\freight;
|
|
|
use common\components\httpUtil;
|
|
|
+use common\components\noticeUtil;
|
|
|
use Yii;
|
|
|
use common\components\util;
|
|
|
|
|
|
@@ -273,6 +274,7 @@ class PurchaseController extends BaseController
|
|
|
$orderSn = isset($post['orderSn']) ? $post['orderSn'] : 0;
|
|
|
$order = PurchaseClass::getByCondition(['orderSn' => $orderSn], true);
|
|
|
if (empty($order)) {
|
|
|
+ noticeUtil::push('订单号无效。。。 ' , '15280215347');
|
|
|
util::fail('订单号无效');
|
|
|
}
|
|
|
if ($order->status == 5) {
|