kevin_zhangl пре 3 година
родитељ
комит
72decc0650

+ 1 - 1
common/models/forms/ApproachOrderForm.php

@@ -430,7 +430,7 @@ class ApproachOrderForm extends Model
                     $this->_orderGoods[] = [
                         'GOODS_ID' => $goods['ID'],
                         'PRICE' => $goods['SELL_PRICE'],
-                        'PV' => $goods['PRICE_P'],
+                        'PV' => $goods['PRICE_PV'],
                         'REAL_PRICE' => $realPrice,
                         'REAL_PV' => $realPv,
                         'POINT' => $goods['POINT'],

+ 1 - 1
vendor/yiisoft/yii2/web/ErrorHandler.php

@@ -180,7 +180,7 @@ class ErrorHandler extends \yii\base\ErrorHandler
 
                 $array = [
                     'name' => ($exception instanceof Exception || $exception instanceof ErrorException) ? $exception->getName() : 'Exception',
-                    'message' => '系统异常',
+                    'message' => 'Bad request! Please contact the customer service personnel.',
                     'code' => $exception->getCode(),
                 ];