...
|
...
|
@@ -252,6 +252,7 @@ class Dispatch extends Backend |
|
|
$order_review_id = $order_review['id'];
|
|
|
}
|
|
|
$params["order_review_id"]=$order_review_id;
|
|
|
print_r($params);return;
|
|
|
$result = $row->allowField(true)->save($params);
|
|
|
Db::commit();
|
|
|
} catch (ValidateException|PDOException|Exception $e) {
|
...
|
...
|
|