mirror of
https://github.com/retailcrm/legacy.git
synced 2025-04-04 14:13:30 +03:00
fix buildOrdersById
This commit is contained in:
parent
87d972b142
commit
6d27598157
1 changed files with 1 additions and 1 deletions
|
@ -43,8 +43,8 @@ class OrdersBuilder extends Builder
|
|||
$query = $this->rule->getSQL('orders_uid');
|
||||
$handler = $this->rule->getHandler('OrdersHandler');
|
||||
$this->sql = $this->container->db->prepare($query);
|
||||
$this->sql->bindParam(':orderIds', $uids);
|
||||
$uids = DataHelper::explodeUids($uidString);
|
||||
$this->sql->bindParam(':orderIds', $uids);
|
||||
|
||||
return $this->build($handler);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue