Skip to content

Commit

Permalink
Обновление по 1
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mon committed Jul 16, 2020
1 parent ced24e6 commit ce25a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop/Exchange_1C/repositories/ExchangeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function loadCharacteristic()
public function worksShop()
{

$products = Product::find()->andWhere(['updated_at' => 0])->each();
$products = Product::find()->andWhere(['updated_at' => 1])->each();
foreach ($products as $product){
$this->updateRemnant($product);
$this->insertOrUpdateProduct($product);
Expand Down

0 comments on commit ce25a5f

Please sign in to comment.