|
|
@@ -45,6 +45,8 @@ class OrderClearController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ $payWay = Yii::$app->request->post('payWay',0);
|
|
|
+
|
|
|
$connection = Yii::$app->db;
|
|
|
$transaction = $connection->beginTransaction();
|
|
|
$name = $this->shopAdmin['name'] ?? '';
|
|
|
@@ -53,6 +55,7 @@ class OrderClearController extends BaseController
|
|
|
'ghsShopAdminId' => $this->shopAdminId,
|
|
|
'ghsShopAdminName' => $name,
|
|
|
'modifyPrice' => $modifyPrice,
|
|
|
+ 'payWay'=>$payWay,
|
|
|
];
|
|
|
try {
|
|
|
OrderClearClass::clear($data, $id, $this->sjId, $this->shopId);
|