...
|
...
|
@@ -255,6 +255,8 @@ class Dispatch extends Backend |
|
|
$params["driver_id"]=$params['intended_driver_id'];
|
|
|
$params["driver_name"]=$driver['name'];
|
|
|
$result = $row->allowField(true)->save($params);
|
|
|
$index = new Index();
|
|
|
$index->senWxmsgToDriverUser($ids);
|
|
|
Db::commit();
|
|
|
} catch (ValidateException|PDOException|Exception $e) {
|
|
|
Db::rollback();
|
...
|
...
|
|